- CHANGELOG: remove .git from repository path (f9272962)
- bower: use .components directory to avoid collisions (734181f3)
- ngClassify: add grunt-ng-classify (fbb87f6e)
- test: update to Jasmine 2.0 (14e5c82c)
- changelog: add changelog (39c2bc31)
- addMatchers syntax has changed
Before: this.addMatchers({});
After: jasmine.Expectation.addMatchers({}); (14e5c82c)