Skip to content

Releases: TypeStrong/ts-node

Fix breaking change for require('ts-node/*')

03 May 06:59
Compare
Choose a tag to compare

Fix

Fixes #1026: revert the addition of package.json "exports" because it blocked require()s that used to work, for example require('ts-node/register') (#1027)

Experimental native ESM support

03 May 05:11
Compare
Choose a tag to compare

Added

Experimental support for native ECMAScript modules in node >=13 (#1007, #1010)

Fix `--interactive` / `-i` flag so it forces REPL even when stdin is not a TTY

26 Apr 05:42
Compare
Choose a tag to compare

Fixed

Fix --interactive / -i flag so it forces REPL even when stdin is not a TTY (#1019)

v8.9.0

20 Apr 20:26
Compare
Choose a tag to compare

Fixed

Fix failing tests caused by recent changes to @types/node (#1016)
Fix #945: Bump source-map-support dependency to include upstream fix for worker threads error handling (#1015) @addaleax
Fix #1004: in --scriptMode, resolve config file relative to realpath of entrypoint script (#1009)
Normalized filenames in cache to fix performance issues on Windows (#997) @sylc

Added

Add timestamps to debug logging (#994) @sylc

Docs

Improve coverage of the README (#1000) @KasparEtter
Change order of install commands in README (#993) @jacobdcastro
Mention ts-node -vv flag in issue template (#1001)
Run GHActions tests on pull requests (#1017)

Avoid Extra `rootFileNames` Changes

05 Apr 00:51
Compare
Choose a tag to compare

Fixed

  • Avoid pushing to rootFileNames with version

Fix Files Support

22 Mar 02:05
Compare
Choose a tag to compare

Fixed

v8.8.0...v8.8.1

[Perf] List File Names

21 Mar 23:28
Compare
Choose a tag to compare

Added

  • Add sanitize=true to README for SVGs to work on NPM

Fixed

  • Simplify projectVersion++ by incrementing on each file change
  • List all files for getScriptFileNames (#985) - revisits the change in #884

v8.7.0...v8.8.0

v8.7.0

02 Mar 19:44
Compare
Choose a tag to compare

Fixed

  • Remove buggy caching of ts.sys.readDirectory (#969)
  • Fix REPL ASI handling when user input starts with - (#944)

Added

Changed

  • Deprecate ts-script in favor of ts-node-script (#948) @G-Rath

Docs

  • Fix bash syntax error in README (#943) @abraj
  • Add Github issue templates (#959, #965, #947)
  • Add IntelliJ debug instructions to README (#958)
  • Add mocha 7 usage example to README (#961)

FIx `yn` Dependency

13 Jan 18:08
Compare
Choose a tag to compare

Fixed

  • Downgrade yn due to node engine (#942)

Fix compiler options from environment

10 Jan 21:48
Compare
Choose a tag to compare

Fixed

  • Fix the resolution order of TS_NODE_COMPILER_OPTIONS - closes #938