Skip to content

Releases: AviVahl/ts-tools

typescript-support@0.5.0

09 Jul 21:56
Compare
Choose a tag to compare
  • Now uses TypeScript's colored diagnostic printing by default when environment supports it.
  • New typescript-support/warn entry point. It calls console.warn() instead of throwing on diagnostics.
  • Removed chalk dependency.
  • No longer forces node style resolution, which allows end-users to use classic resolution, if they wish.

node-typescript-service@0.4.1

09 Jul 21:43
Compare
Choose a tag to compare
  • Tiny release to update package.json to the new repository name.

typescript-support@0.4.1

13 Jun 18:51
Compare
Choose a tag to compare
  • Feature: emit inline source maps in generated JavaScript code. This fixes compatibility with tooling such as VSCode's debugger, which is now able to pick them up and use them.

typescript-support@0.4.0

12 Jun 21:43
Compare
Choose a tag to compare
  • First version after package separation/renaming.
  • Easier registration. Simply pre-require (-r) the package root (typescript-support).
  • Tweaked for TypeScript 2.9 support (handling of declarationMap)

node-typescript-service@0.4.0

12 Jun 21:45
Compare
Choose a tag to compare
  • First release of standalone service package. API changed.
  • Feature: allow specifying custom transformers.

v0.3.0

26 May 23:49
Compare
Choose a tag to compare
  • (Breaking) Refactored API. Can now be customized with options. No longer uses a global module state.
  • Improved tests. Require hook (/register entry point) is being tested in several scenarios, including type isolation and source-maps, with or without a tsconfig.json.
  • Fixed exposing errors on Windows. Caught by adding AppVeyor CI and the improved tests.

v0.2.1

24 May 18:47
Compare
Choose a tag to compare
  • Include src in published target, as it is in stack traces (and should be clickable).

v0.2.0

24 May 16:47
Compare
Choose a tag to compare
  • Adds built-in source-map support. No need to setup anything.
  • Improves error output readability for no-tsconfig flow.

v0.1.0

22 May 21:48
Compare
Choose a tag to compare

Initial release with basic functionality. See README.