Skip to content

v2.2.0

Compare
Choose a tag to compare
@CaryLandholt CaryLandholt released this 19 May 20:02
· 21 commits to master since this release

Bug Fixes

  • test: update to Jasmine 2.0 (14e5c82c)

Features

Breaking Changes

  • addMatchers syntax has changed

Before:
this.addMatchers({});

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