Skip to content

Releases: AviVahl/ts-tools

@ts-tools/webpack-loader@0.8.0

24 Dec 16:31
Compare
Choose a tag to compare
  • wired typescript to webpack's input file system for faster (cached) io operations.

@ts-tools/service@1.0.0

24 Dec 16:28
Compare
Choose a tag to compare
  • customFs creation is now lazy.

@ts-tools/webpack-loader@0.7.5

15 Dec 22:59
Compare
Choose a tag to compare
  • Fix: avoid auto isolation of *.ts(x) in node_modules.

@ts-tools/build@0.1.2

12 Dec 21:10
Compare
Choose a tag to compare
  • Fix: ensure source-map relative path to source file is posix-style.

@ts-tools/webpack-loader@0.7.4

03 Dec 12:31
Compare
Choose a tag to compare
  • Fix: baseUrl remapping is done after typescript's own transpilation, to allow removal of type imports.

@ts-tools/robotrix@0.7.2

03 Dec 12:30
Compare
Choose a tag to compare
  • New: RemapImportsTransformer now remaps CommonJS require('...') calls as well.

@ts-tools/node@0.7.4

03 Dec 12:32
Compare
Choose a tag to compare
  • Fix: baseUrl remapping is done after typescript's own transpilation, to allow removal of type imports.

@ts-tools/service@0.9.3

02 Dec 21:14
Compare
Choose a tag to compare
  • Fixed compatibility of IBaseHost with typescript@3.2.1.

@ts-tools/build@0.1.1

02 Dec 21:15
Compare
Choose a tag to compare
  • First public release.

@ts-tools/service@0.9.2

28 Nov 13:10
Compare
Choose a tag to compare
  • Fixed handling of empty source files
  • renamed package from @ts-tools/typescript-service to @ts-tools/service.