Skip to content
This repository was archived by the owner on Jun 27, 2018. It is now read-only.

Releases: teppeis/typescript-simple

v1.0.3

16 Apr 03:46
Compare
Choose a tag to compare
  • chore(editor): ignore Intellij IDEA files
    9e25b5e

v1.0.2

02 Apr 18:52
Compare
Choose a tag to compare
  • fix(npm): fix #16 add .npmignore not to ignore index.js

v1.0.1

02 Apr 12:16
Compare
Choose a tag to compare
  • just update document

v1.0.0

08 Mar 07:06
Compare
Choose a tag to compare
  • add inline sourcemap support (#7) thanks @basarat!
  • test on Node.js v0.12 and io.js
  • refactor and update README

v0.2.0

23 Jan 09:46
Compare
Choose a tag to compare
  • 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

18 Jan 16:06
Compare
Choose a tag to compare
  • Fix README
  • Use typescript/bin/typescript.d.ts internally

v0.1.1

17 Jan 13:50
Compare
Choose a tag to compare
  • fix documents

v0.1.0

17 Jan 13:49
Compare
Choose a tag to compare
  • initial release