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

Commit

Permalink
docs(readme): update
Browse files Browse the repository at this point in the history
  • Loading branch information
teppeis committed Feb 3, 2016
1 parent 8d746c1 commit bfd8061
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,14 @@ typescript-simple [![npm version][npm-image]][npm-url] [![downloads][npm-downloa

* TypeScript v1.4 doesn't have simple TS string to JS string API
* TypeScript v1.5 has [ts.transpile()](https://github.com/Microsoft/TypeScript/wiki/Using-the-Compiler-API#a-simple-transform-function), but it cannot generate source map
* TypeScript v1.6 has [ts.transpile()](https://github.com/Microsoft/TypeScript/wiki/Using-the-Compiler-API#a-simple-transform-function) with source map, but it always ignores type checking
* TypeScript v1.6+ has [ts.transpile()](https://github.com/Microsoft/TypeScript/wiki/Using-the-Compiler-API#a-simple-transform-function) with source map, but it always ignores type checking

## Versioning

* typescript-simple v1.x.x uses TypeScript v1.4
* typescript-simple v2.x.x uses TypeScript v1.5
* typescript-simple v3.x.x uses TypeScript v1.6
* typescript-simple v4.x.x uses TypeScript v1.7

Note: typescript-simple updates the major version for TypeScript's minor update including breaking changes.

Expand Down

0 comments on commit bfd8061

Please sign in to comment.