Releases: flightjs/jasmine-flight
Releases · flightjs/jasmine-flight
4.0.0
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
Sensible fixtures
When applying fixtures in setupComponent, the provided fixture is no longer wrapped in a container. Fixtures should now include the component's root node.
Events are beautiful.
v1.1.1 Bumped version number