Changes
New features
- Updated documentation on flaky npm versions, #136 (thanks @adrianmarinica)
Bugfixes
- Removed unnecessary code that caused race conditions in the reporter, #128 (thanks @mdvorscak)
- Added a sanity check for
karmaTypescriptConfig.exclude
, #129 (thanks @ChristophAtAdlos) - The Typescript
baseUrl
is resolved when set from the Karma config, #132 (thanks @netzzwerg) - Removed dependency on
ts.isDeclarationFile
, #135 (thanks @rolandjitsu)