Skip to content

4.0.0

Latest
Compare
Choose a tag to compare
@tbrd tbrd released this 23 Nov 10:24
· 2 commits to master since this release

Features

  • Improved docs
  • Code commented throughout
  • Removed custom matchers
  • Removed jasmine-jquery dependency
  • ddescribeModule

Upgrading

  • dropped toHaveBeenTriggeredOn
  • dropped toHaveBeenTriggeredOnAndWith
  • dropped toHaveBeenTriggeredOnAndWithFuzzy

jasmine-jquery provides equivalents for toHaveBeenTriggeredOn and toHaveBeenTriggeredOnAndWith, but I'm afraid fuzzy object comparison is no more. You'll need to update your tests to support Jasmine 2.0 syntax