Skip to content

Releases: flightjs/jasmine-flight

4.0.0

Choose a tag to compare

@tbrd tbrd released this 23 Nov 10:24

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

Choose a tag to compare

@tbrd tbrd released this 24 Jul 18:39

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.

Choose a tag to compare

@tbrd tbrd released this 12 Jul 14:09
v1.1.1

Bumped version number