Skip to content

Latest commit

 

History

History
128 lines (57 loc) · 5.75 KB

CHANGELOG.md

File metadata and controls

128 lines (57 loc) · 5.75 KB

2.0.1 (2018-11-17)

Bug Fixes

  • dep: Depend upon the jasmine-core version we test (#229) (c4dfef5)

2.0.0 (2018-11-15)

  • feat (adapter): Use jasmine's new configure method (#224) (6663e47), closes #224 #221

Bug Fixes

Chores

Features

  • Propagate errors thrown in afterAll blocks (f3fa264), closes #161
  • update the version to 2.0.0 and restrict node version available to 4.0 (c84316e)

BREAKING CHANGES

  • stopOnFailure, which was previously documented in karma-jasmine's README, is not configuration option for jasmine. Use oneFailurePerSpec instead.

Requires peerDependency Jasmine@^3.3.0

  • deps: Drop support for node 4.x

1.1.2 (2018-05-02)

Bug Fixes

  • adapter: Remove incorrect function and its call. (#183) (cada4a9)
  • time: report correct time since Jasmine v2.9.0 (#197) (022ee04), closes #196

Features

  • Propagate errors thrown in afterAll blocks (f3fa264), closes #161
  • update the version to 2.0.0 and restrict node version available to 4.0 (c84316e)

1.1.1 (2017-12-01)

Features

  • Propagate errors thrown in afterAll blocks (f3fa264), closes #161

1.1.0 (2016-12-09)

Bug Fixes

Features

1.0.2 (2016-05-04)

Bug Fixes

  • version: argh, make 'build' a prereq for test and fix gruntfile for eslint(f2a6109)

1.0.1 (2016-05-04)

Bug Fixes

  • grunt: load 'build' grunt task and make a pre-req for releasing(1861ae0)

1.0.0 (2016-05-03)

0.3.8 (2016-03-16)

Bug Fixes

  • v0.3.7 does not work in ie8 fix #105 (d44b489), closes #105

Features

  • adapter: add executedExpectationsCount to result (666c207)