Skip to content

v3.0.4

Compare
Choose a tag to compare
@erikbarke erikbarke released this 14 Jun 19:30
· 597 commits to master since this release

Changes

New features

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)