Releases: CaryLandholt/AngularFun
Releases · CaryLandholt/AngularFun
v2.3.2
Bug Fixes
- CHANGELOG: remove .git from repository path (f9272962)
v2.3.1
Bug Fixes
- versions: restrict non semver packages to specific version (f4d18ef2, closes #71)
v2.3.0
Bug Fixes
- bower: use .components directory to avoid collisions (734181f3)
Features
- ngClassify: add grunt-ng-classify (fbb87f6e)
v2.2.0
Bug Fixes
Features
Breaking Changes
- addMatchers syntax has changed
Before:
this.addMatchers({});
After:
jasmine.Expectation.addMatchers({});
(14e5c82c)