Releases: teppeis/typescript-simple
Releases · teppeis/typescript-simple
v1.0.3
- chore(editor): ignore Intellij IDEA files
9e25b5e
v1.0.2
- fix(npm): fix #16 add .npmignore not to ignore index.js
v1.0.0
- add inline sourcemap support (#7) thanks @basarat!
- test on Node.js v0.12 and io.js
- refactor and update README
v0.2.0
- Improve performance!
- 2nd compile time for minimal code: before 0.252s, after 0.004s!
- Add
tss.TypeScriptSimple
class
- Default target is ES5 now (breaking change)
v0.1.2
- Fix README
- Use typescript/bin/typescript.d.ts internally