Skip to content

Releases: flightjs/jasmine-flight

4.0.0

23 Nov 10:24
Compare
Choose a tag to compare

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

24 Jul 18:39
Compare
Choose a tag to compare

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.

12 Jul 14:09
Compare
Choose a tag to compare
v1.1.1

Bumped version number