Skip to content

Releases: CaryLandholt/AngularFun

v2.3.2

16 Jul 02:38
Compare
Choose a tag to compare

Bug Fixes

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

v2.3.1

16 Jul 02:34
Compare
Choose a tag to compare

Bug Fixes

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

v2.3.0

19 May 20:02
Compare
Choose a tag to compare

Bug Fixes

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

Features

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

v2.2.0

19 May 20:02
Compare
Choose a tag to compare

Bug Fixes

  • test: update to Jasmine 2.0 (14e5c82c)

Features

Breaking Changes

  • addMatchers syntax has changed

Before:
this.addMatchers({});

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