Skip to content

Releases: TypeStrong/ts-node

Include Source Map Sources

20 Jun 16:47
Compare
Choose a tag to compare

Fixed

  • Publish package with source map sources

Fake Output Directory

13 Jun 17:07
Compare
Choose a tag to compare

Fixed

  • Fake the output directory for TypeScript compilation (#133)

Performance Improvements

11 Jun 05:50
Compare
Choose a tag to compare

Changed

  • Changed the way diagnostics are checked for a major perf boost (#129, 2.5x faster)
  • Added the --fast option to skip type checking and only use the transpiler (#130, 1.5x faster using --fast)
  • Add --compilerOptions flag to specify options as JSON (#128)
  • Enable the ability to pass node flags through to running script (#131)

Correct config resolve

06 Jun 17:02
Compare
Choose a tag to compare

Changed

  • Switch back to tsconfig for resolving the tsconfig.json file - typescript@latest is still buggy

Correct project environment variable

12 May 21:24
Compare
Choose a tag to compare

Fixed

  • Correct the usage of project environment variable (bcf196b)

Source Map Support Environment

13 Apr 19:59
Compare
Choose a tag to compare

Changed

  • Set source-map-support to node for environments that might look like window instead

Absolute Paths

23 Mar 19:58
Compare
Choose a tag to compare

Fixed

  • Enable usage with absolute path to scripts

Generate with Inline Source Maps

20 Mar 00:48
Compare
Choose a tag to compare

Changed

  • Generating with inlined source maps, but can lack of sourceRoot means errors are relative

Load With No `tsconfig.json`

16 Mar 01:01
Compare
Choose a tag to compare

Fixed

  • Correct start up when no tsconfig.json is present

Export Version

14 Mar 00:13
Compare
Choose a tag to compare

Fixed

  • Correct export of version from package.json, fixes erroneous releases with outdated versions