Bug Fixes
- adapter: filter functions from result.order (#272) (28f337c)
<a href="https://github.com/karma-runner/karma-jasmine/compare/v3.3.1...v4.0.0">4.0.0</a> (2020-08-11)
chore
BREAKING CHANGES
- Drop support for node 8 (add support for node 14)
<a href="https://github.com/karma-runner/karma-jasmine/compare/v3.3.0...v3.3.1">3.3.1</a> (2020-05-28)
Bug Fixes
<a href="https://github.com/karma-runner/karma-jasmine/compare/v3.2.0...v3.3.0">3.3.0</a> (2020-05-28)
Features
- reporter: emit info events for suiteStarted/suiteDone (#269) (7b73ce0)
<a href="https://github.com/karma-runner/karma-jasmine/compare/v3.1.1...v3.2.0">3.2.0</a> (2020-05-26)
Features
- results: forward passedExpectations and properties (#268) (ad1d7dd)
<a href="https://github.com/karma-runner/karma-jasmine/compare/v3.1.0...v3.1.1">3.1.1</a> (2020-02-11)
Bug Fixes
- adapter: do not emit debug url unless in a browser (#263) (9bcce88), closes #262
<a href="https://github.com/karma-runner/karma-jasmine/compare/v3.0.3...v3.1.0">3.1.0</a> (2020-01-10)
Features
- adapter: support spec=name URL and sharding (#243) (39b1582)
<a href="https://github.com/karma-runner/karma-jasmine/compare/v3.0.2...v3.0.3">3.0.3</a> (2020-01-08)
Bug Fixes
<a href="https://github.com/karma-runner/karma-jasmine/compare/v3.0.1...v3.0.2">3.0.2</a> (2020-01-08)
<a href="https://github.com/karma-runner/karma-jasmine/compare/v1.1.0...v3.0.1">3.0.1</a> (2020-01-06)
Bug Fixes
Chores
Features
- adapter: log when Jasmine fails because no expect() were run (#238) (646796e)
- reporter: On no-single-run and failure, emit a debug URL (#235) (76f092a)
- 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)
- Update deps and drop node v6 to match karma v4.0 (#233) (097eed4), closes #233
- feat (adapter): Use jasmine's new configure method (#224) (6663e47), closes #224 #221
BREAKING CHANGES
- drop support for node v6
- Also update travis config to drop v6 andd v10
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
<a href="https://github.com/karma-runner/karma-jasmine/compare/v2.0.1...v3.0.0">3.0.0</a> (2020-01-04)
- Update deps and drop node v6 to match karma v4.0 (#233) (097eed4), closes #233
Bug Fixes
- build: run eslint on npm test (#237) (a12024d)
- stack: On error in beforeAll/afterAll relevant information to debug are miss… (#232) (cd6f060)
- travis: use new syntax for xenial and pin to it. (#236) (cb99ef8)
Features
- adapter: log when Jasmine fails because no expect() were run (#238) (646796e)
- reporter: On no-single-run and failure, emit a debug URL (#235) (76f092a)
BREAKING CHANGES
- drop support for node v6
- Also update travis config to drop v6 andd v10
<a href="https://github.com/karma-runner/karma-jasmine/compare/v2.0.0...v2.0.1">2.0.1</a> (2018-11-17)
Bug Fixes
- dep: Depend upon the jasmine-core version we test (#229) (c4dfef5)
<a href="https://github.com/karma-runner/karma-jasmine/compare/v1.1.0...v2.0.0">2.0.0</a> (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
<a href="https://github.com/karma-runner/karma-jasmine/compare/v1.1.0...v1.1.2">1.1.2</a> (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)
<a href="https://github.com/karma-runner/karma-jasmine/compare/v1.1.0...v1.1.1">1.1.1</a> (2017-12-01)
Features
- Propagate errors thrown in afterAll blocks (f3fa264), closes #161
<a href="https://github.com/karma-runner/karma-jasmine/compare/v1.0.2...v1.1.0">1.1.0</a> (2016-12-09)
Bug Fixes
Features
<a href="https://github.com/karma-runner/karma-jasmine/compare/v1.0.1...v1.0.2">1.0.2</a> (2016-05-04)
Bug Fixes
- version: argh, make 'build' a prereq for test and fix gruntfile for eslint(f2a6109)
<a href="https://github.com/karma-runner/karma-jasmine/compare/v1.0.0...v1.0.1">1.0.1</a> (2016-05-04)
Bug Fixes
- grunt: load 'build' grunt task and make a pre-req for releasing(1861ae0)
<a href="https://github.com/karma-runner/karma-jasmine/compare/v0.3.8...v1.0.0">1.0.0</a> (2016-05-03)
<a href="https://github.com/karma-runner/karma-jasmine/compare/v0.3.7...v0.3.8">0.3.8</a> (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)