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