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

Commit

Permalink
docs(readme): add "Versioning" to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
teppeis committed May 2, 2015
1 parent e352042 commit d930940
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,15 @@ typescript-simple [![NPM version][npm-image]][npm-url] [![build status][travis-i
## Description

TypeScirpt 1.4 has [official compiler API](https://github.com/Microsoft/TypeScript/wiki/Using-the-Compiler-API), but it isn't easy to compile tiny TypeScript code string.
TypeScirpt has [official compiler API](https://github.com/Microsoft/TypeScript/wiki/Using-the-Compiler-API), but it isn't easy to compile tiny TypeScript code string.
`typescript-simple` provides just one method that accepts TypeScript code string and returns JavaScript code.

## Versioning

* typescript-simple v2.x.x uses TypeScript v1.5
* typescript-simple v1.x.x uses TypeScript v1.4

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

## Install

Expand Down

0 comments on commit d930940

Please sign in to comment.