Skip to content

v9.0.0

Compare
Choose a tag to compare
@teppeis teppeis released this 24 Jun 19:18
· 22 commits to master since this release
d476175

Breaking changes

  • Drop Node v4 and add v10
  • Drop TypeScript v2.2 and v2.3
  • Require installing typescript in your project local now
  • Use ts-node instead of typescript-simple internally
    • Type checking is enabled by default now
      • It requires npm i -D @types/node @types/mocha additionally
      • To disable type checking, use TS_NODE_TRANSPILE_ONLY=1 env for ts-node
    • Some other changes from typescript-simple

Features

  • allowJs: true in tsconfig.json enables to instrument .js files (#51)

Bugfixes

  • Some issues are fixed by replacing to ts-node