Releases: monounity/karma-typescript
Releases · monounity/karma-typescript
v5.5.2
v5.5.1
v5.5.0
v5.4.0
Changes
Note: this release fixes v5.3.0 which was messed up by yours truly 🤕
Bugfixes
- Support for Karma 6, #427 (thanks @peterblazejewicz)
- Fixes an Acorn ecma version error, #427 (thanks @peterblazejewicz)
- Don't kill process when coverage threshold isn't met if singleRun is false #417 (thanks @mattwebbio)
v5.3.0
Changes
Bugfixes
- Support for Karma 6, #427 (thanks @peterblazejewicz)
- Don't kill process when coverage threshold isn't met if singleRun is false #417 (thanks @mattwebbio)
v5.2.0
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)