Skip to content

Releases: AviVahl/ts-tools

@ts-tools/webpack-loader@0.8.8

24 Feb 15:01
Compare
Choose a tag to compare
  • FIX: watch mode when child compilers are used.

@ts-tools/webpack-loader@0.8.7

17 Feb 21:27
Compare
Choose a tag to compare
  • uses @ts-tools/service@2.0.0.
  • MUCH (>50% locally) faster typed transpilation. uses a static project version that only increases on finished webpack compilation.
  • users can turn off typeCheck and configLookup via loader options.
  • renamed tsconfigFileName option to configFileName.

@ts-tools/service@2.0.0

17 Feb 21:23
Compare
Choose a tag to compare
  • users can now control type checking and config lookup separately. closes #8.
  • users can search and parse configuration files, which will be preloaded in the service. closes #9.
  • simpilified createHost/createLanguageServiceHost flow when using custom file systems.
  • cwd can now be provided by customizing base host's getCurrentDirectory.
  • package should now be truely isomorphic (not tested yet). never assumes ts.sys is available.

@ts-tools/node@0.9.3

17 Feb 21:26
Compare
Choose a tag to compare
  • uses @ts-tools/service@2.0.0.
  • /fast loads configs by default (without type checking).

@ts-tools/build@0.1.10

17 Feb 21:24
Compare
Choose a tag to compare
  • uses @ts-tools/service@2.0.0.
  • language service now uses a static project version to make transpilation much faster.

@ts-tools/webpack-loader@0.8.6

13 Feb 14:41
Compare
Choose a tag to compare
  • FIX: revert plugging-in webpack's fs to the service. fixes watch mode issues.

@ts-tools/node@0.9.0

22 Jan 11:39
Compare
Choose a tag to compare
  • NEW: additional entry points for different modes of operation (/r, /warn, /fast, and /ci-safe-warn, /ci-safe-fast). See README for description of each.
  • BREAKING: package's main entry point no longer registers extension by default. Use /r instead.
  • NEW: expose programmatic API for custom registration and access to package state.
  • FIX: duplicate registrations no longer override each other. First mode to register wins.

@ts-tools/build@0.1.7

22 Jan 11:30
Compare
Choose a tag to compare
  • Upgrade to chalk@2.4.2 and proper-fs@1.1.1.

@ts-tools/service@1.0.3

01 Jan 00:34
Compare
Choose a tag to compare
  • add the ability to clear() caches.

@ts-tools/node@0.8.3

01 Jan 00:36
Compare
Choose a tag to compare
  • exposed registered service and source maps, so they can be cleared.