Skip to content

Releases: karma-runner/karma-jasmine

v5.1.0

16 Jun 02:44
Compare
Choose a tag to compare

5.1.0 (2022-06-16)

Features

  • spec-filter: allow custom specFilter (b73dbd6)

v5.0.1

13 May 01:03
Compare
Choose a tag to compare

5.0.1 (2022-05-13)

Bug Fixes

  • fixes matches performance issue, github#302 (e964fa6)

v5.0.0

12 Apr 17:34
Compare
Choose a tag to compare

5.0.0 (2022-04-12)

Bug Fixes

  • limit karma peer dependency to ^6.0.0 (d72c124)

Build System

  • drop Node.js 10 support (ea691e8)

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

30 Mar 00:37
Compare
Choose a tag to compare

4.0.2 (2022-03-30)

Bug Fixes

  • sync package-lock.json and package.json (4dacc5d)

v4.0.1

12 Aug 23:34
Compare
Choose a tag to compare

4.0.1 (2020-08-12)

Bug Fixes

  • adapter: filter functions from result.order (#272) (28f337c)

v4.0.0

11 Aug 17:00
Compare
Choose a tag to compare

4.0.0 (2020-08-11)

chore

BREAKING CHANGES

  • Drop support for node 8 (add support for node 14)

v3.3.1

28 May 22:42
Compare
Choose a tag to compare

3.3.1 (2020-05-28)

Bug Fixes

v3.3.0

28 May 17:33
Compare
Choose a tag to compare

3.3.0 (2020-05-28)

Features

  • reporter: emit info events for suiteStarted/suiteDone (#269) (7b73ce0)

v3.2.0

26 May 22:20
Compare
Choose a tag to compare

3.2.0 (2020-05-26)

Features

  • results: forward passedExpectations and properties (#268) (ad1d7dd)

v3.1.1

11 Feb 00:40
Compare
Choose a tag to compare

3.1.1 (2020-02-11)

Bug Fixes

  • adapter: do not emit debug url unless in a browser (#263) (9bcce88), closes #262