Skip to content

Latest commit

 

History

History
82 lines (35 loc) · 3.26 KB

CHANGELOG.md

File metadata and controls

82 lines (35 loc) · 3.26 KB

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)