UNPKG

ts-helpers

Version:

Typescript helpers for compiling typescript while specifying `--noEmitHelpers` within your `tsconfig.json`. Cross platform ( Node/Browser/WebWorker )

41 lines (16 loc) 1.09 kB
<a name="1.1.2"></a> ## [1.1.2](https://github.com/ngParty/ts-helpers/compare/1.1.1...v1.1.2) (2016-10-14) ### Bug Fixes * **ts-helpers:** support @next until 2.1 stable, which will make this module unnecessary ([55342c7](https://github.com/ngParty/ts-helpers/commit/55342c7)), closes [#2](https://github.com/ngParty/ts-helpers/issues/2) <a name="1.1.1"></a> ## [1.1.1](https://github.com/ngParty/ts-helpers/compare/1.1.0...v1.1.1) (2016-04-25) ### Bug Fixes * **ts-helpers:** support next minor pre release version of typescript ([11d7477](https://github.com/ngParty/ts-helpers/commit/11d7477)), closes [#1](https://github.com/ngParty/ts-helpers/issues/1) <a name="1.1.0"></a> # [1.1.0](https://github.com/ngParty/ts-helpers/compare/1.0.0...v1.1.0) (2016-04-17) ### Features * **ts-helpers:** add __assign and update __awaiter ([270c27e](https://github.com/ngParty/ts-helpers/commit/270c27e)) <a name="1.0.0"></a> # 1.0.0 (2016-04-17) ### Features * **ts-helpers:** add helpers polyfill implementation ([1abd3d7](https://github.com/ngParty/ts-helpers/commit/1abd3d7))