Skip to content

Latest commit

 

History

History
60 lines (29 loc) · 1.51 KB

CHANGELOG.md

File metadata and controls

60 lines (29 loc) · 1.51 KB

2.3.2 (2014-07-15)

Bug Fixes

  • CHANGELOG: remove .git from repository path (f9272962)

2.3.1 (2014-07-15)

Bug Fixes

  • versions: restrict non semver packages to specific version (f4d18ef2, closes #71)

2.3.0 (2014-05-17)

Bug Fixes

  • bower: use .components directory to avoid collisions (734181f3)

Features

  • ngClassify: add grunt-ng-classify (fbb87f6e)

2.2.0 (2014-04-24)

Bug Fixes

  • test: update to Jasmine 2.0 (14e5c82c)

Features

Breaking Changes

  • addMatchers syntax has changed

Before: this.addMatchers({});

After: jasmine.Expectation.addMatchers({}); (14e5c82c)

2.1.9 (2014-04-06)