Skip to content

Latest commit

 

History

History
96 lines (41 loc) · 2.41 KB

CHANGELOG.md

File metadata and controls

96 lines (41 loc) · 2.41 KB

4.0.1 (2015-04-10)

add better error handling
see example below

.pipe(ngClassify()).on 'error', (err) ->
  console.error "coffee error! #{err.message} #{err.filename} line: #{err.location.first_line}"

4.0.0 (2014-08-10)

Features

  • multipleApps: add support for multiple apps (d835bd1d)

See https://github.com/CaryLandholt/ng-classify#multiple-apps

3.1.0 (2014-07-02)

Bug Fixes

  • package.json: ensure semver compliance (5cc80e74)

Features

  • optionsFunction: options may be set dynamically via a function callback (ee4de7ea)

3.0.0 (2014-06-19)

Breaking Changes

  • update to ng-classify 3.0.0

See https://github.com/CaryLandholt/ng-classify/blob/master/CHANGELOG.md#300-2014-06-18

(a74e976f)

2.0.0 (2014-06-14)

Breaking Changes

  • ng-classify options.data deprecated

Use gulp-template or another alternative

(659bdb20)

1.0.2 (2014-06-09)

Bug Fixes

  • dependencies: make coffee-script a dependency, not dev dependency (f5ef6e3d)

1.0.1 (2014-06-09)

Bug Fixes

  • index: add bridge from js to coffee (9c5f62ff)

1.0.0 (2014-05-04)

Features

  • moduleTypePrefix: update ng-classify (84272aa6)

0.5.0 (2014-05-02)

Bug Fixes

  • ng-classify: update to remove regex parsing, use coffee-script nodes (c025327a

0.4.0 (2014-02-16)

Bug Fixes

  • module: add missing event-stream dependency (e322786a)