Skip to content

Releases: power-assert-js/espower-typescript

v10.0.1

01 Aug 16:19
Compare
Choose a tag to compare

Fixes

v10.0.0...v10.0.1

v10.0.0

28 Jan 13:36
Compare
Choose a tag to compare

Breaking changes

  • Update internal ts-node from v8 to v9. See the release note
  • Now support Node.js v10+
  • Now support TypeScript v2.7+

v9.0.2...v10.0.0

v9.0.2

19 Mar 13:41
0f44560
Compare
Choose a tag to compare
  • fix: update ts-node to v8 (#58) d270c83
  • build: update devDeps, lockfile and CI environment (#59) 1123e21

v9.0.1...v9.0.2

v9.0.1

09 Sep 07:09
96f6200
Compare
Choose a tag to compare

v9.0.0

24 Jun 19:18
d476175
Compare
Choose a tag to compare

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

v8.1.4

24 Jun 19:02
375311e
Compare
Choose a tag to compare
  • Support TypeScript 2.8 and 2.9

v8.1.3

01 Feb 14:51
c77685f
Compare
Choose a tag to compare
  • Support TypeScript 2.7

v8.1.2

01 Feb 14:51
1934a39
Compare
Choose a tag to compare
  • Support TypeScript 2.6

v8.1.1

01 Sep 03:57
Compare
Choose a tag to compare
  • Support for TypeScript 2.5 stable #36

v8.1.1-rc.0

18 Aug 15:07
241a424
Compare
Choose a tag to compare
  • support typescript@2.5