Releases: AviVahl/ts-tools
Releases · AviVahl/ts-tools
@ts-tools/node@0.8.3
- exposed registered service and source maps, so they can be cleared.
@ts-tools/webpack-loader@0.8.0
- wired typescript to webpack's input file system for faster (cached) io operations.
@ts-tools/service@1.0.0
customFs
creation is now lazy.
@ts-tools/webpack-loader@0.7.5
- Fix: avoid auto isolation of *.ts(x) in node_modules.
@ts-tools/build@0.1.2
- Fix: ensure source-map relative path to source file is posix-style.
@ts-tools/webpack-loader@0.7.4
- Fix:
baseUrl
remapping is done after typescript's own transpilation, to allow removal of type imports.
@ts-tools/robotrix@0.7.2
- New: RemapImportsTransformer now remaps CommonJS
require('...')
calls as well.
@ts-tools/node@0.7.4
- Fix:
baseUrl
remapping is done after typescript's own transpilation, to allow removal of type imports.
@ts-tools/service@0.9.3
- Fixed compatibility of
IBaseHost
withtypescript@3.2.1
.
@ts-tools/build@0.1.1
- First public release.