Skip to content

Releases: monounity/karma-typescript

v5.5.2

19 Aug 20:33
Compare
Choose a tag to compare

Changes

Bugfixes

v5.5.1

25 Mar 04:36
Compare
Choose a tag to compare

Changes

Bugfixes

  • Fix an acorn bug which caused the test run to lock, #442 (thanks @vladjerca)

v5.5.0

09 Mar 15:58
Compare
Choose a tag to compare

Changes

Bugfixes

v5.4.0

12 Feb 20:54
Compare
Choose a tag to compare

Changes

Note: this release fixes v5.3.0 which was messed up by yours truly 🤕

Bugfixes

v5.3.0

11 Feb 15:53
Compare
Choose a tag to compare

Changes

Bugfixes

v5.2.0

17 Sep 07:22
Compare
Choose a tag to compare

Changes

New features

Bugfixes

  • Install Typescript 4 without warnings, #402 (thanks @csvn)
  • Exit if the coverage threshold is not met #399 (thanks @vladjerca)
  • Reworked Typescript compiler path mappings support, #400 (thanks @vladjerca #398)

v5.1.0

12 Aug 19:40
Compare
Choose a tag to compare

Changes

New features

v5.0.3

21 May 18:56
Compare
Choose a tag to compare

Changes

Bugfixes

v5.0.2

05 Apr 10:36
Compare
Choose a tag to compare

Changes

Bugfixes

v5.0.1

20 Mar 20:40
Compare
Choose a tag to compare

Changes

Bugfixes

  • Fix UnhandledRejection in Karma reporter, #367, (thanks @rinick for reporting + example repo, @christophercr for detective work)