Releases: power-assert-js/espower-typescript
Releases · power-assert-js/espower-typescript
v10.0.1
v10.0.0
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
v9.0.1
v9.0.0
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
- It requires
- Some other changes from typescript-simple
- Type checking is enabled by default now
Features
allowJs: true
intsconfig.json
enables to instrument.js
files (#51)
Bugfixes
- Some issues are fixed by replacing to ts-node
v8.1.4
v8.1.3
v8.1.2
v8.1.1
v8.1.1-rc.0
- support [email protected]