Releases: karma-runner/karma-jasmine
Releases · karma-runner/karma-jasmine
v5.1.0
5.1.0 (2022-06-16)
Features
- spec-filter: allow custom specFilter (b73dbd6)
v5.0.1
5.0.1 (2022-05-13)
Bug Fixes
v5.0.0
5.0.0 (2022-04-12)
Bug Fixes
- limit karma peer dependency to ^6.0.0 (d72c124)
Build System
Features
- deps: update dependencies including jasmine-core (821f094)
BREAKING CHANGES
- The minimum required version of karma is 6.0.0.
- The minimum required version of Node is 12.0.0.
- deps: jasmine-core was updated to the 4.1.0.
Please refer to the release notes for the complete list of changes and migration instructions.
v4.0.2
4.0.2 (2022-03-30)
Bug Fixes
- sync package-lock.json and package.json (4dacc5d)
v4.0.1
4.0.1 (2020-08-12)
Bug Fixes
- adapter: filter functions from result.order (#272) (28f337c)
v4.0.0
4.0.0 (2020-08-11)
chore
BREAKING CHANGES
- Drop support for node 8 (add support for node 14)
v3.3.1
3.3.1 (2020-05-28)
Bug Fixes
v3.3.0
3.3.0 (2020-05-28)
Features
- reporter: emit info events for suiteStarted/suiteDone (#269) (7b73ce0)
v3.2.0
3.2.0 (2020-05-26)
Features
- results: forward passedExpectations and properties (#268) (ad1d7dd)
v3.1.1
3.1.1 (2020-02-11)
Bug Fixes
- adapter: do not emit debug url unless in a browser (#263) (9bcce88), closes #262