Skip to content

Releases: privatenumber/tsx

v4.1.1

11 Nov 02:59
0039b60
Compare
Choose a tag to compare

4.1.1 (2023-11-11)

Bug Fixes

  • dynamic import: adding interop util at EOF (#383) (0039b60)

This release is also available on:

v4.1.0

10 Nov 11:27
bf033b0
Compare
Choose a tag to compare

4.1.0 (2023-11-10)

Bug Fixes

  • cache: use process.geteuid() for virtual users (#376) (bf033b0)

Features


This release is also available on:

v4.0.0

09 Nov 07:51
2995601
Compare
Choose a tag to compare

4.0.0 (2023-11-09)

Bug Fixes

  • emit transformation warnings via stderr (97f9485)

Features

  • cjs: allow query in import specifier (#366) (b32b135)
  • drop support for outdated Node.js versions (#324) (acb709c)
  • rename env vars to use TSX prefix (#372) (a06da32)
  • resolver: support tsx,jsx extensions (#367) (c6133e5)

Performance Improvements

BREAKING CHANGES

  • Rename env vars prefix from ESBK_ to TSX_
  • only Node.js LTS versions v18 and up are now supported

This release is also available on:

v3.14.0

17 Oct 21:59
7e916f5
Compare
Choose a tag to compare

3.14.0 (2023-10-17)

Bug Fixes

  • cache: scope cache directory to user (#332) (7e916f5)

Features

  • support Node v20.6.0 module.register() & --import flag (#337) (23e4694)

This release is also available on:

v3.13.0

24 Sep 13:55
e46366d
Compare
Choose a tag to compare

3.13.0 (2023-09-24)

Features


This release is also available on:

v3.12.10

13 Sep 12:34
Compare
Choose a tag to compare

3.12.10 (2023-09-13)

Bug Fixes


This release is also available on:

v3.12.9

12 Sep 12:51
f295c50
Compare
Choose a tag to compare

3.12.9 (2023-09-12)

Bug Fixes

  • suppress import assertion warning (#300) (3745548)
  • upgrade esm-loader & suppress globalPreload warning (#308) (f295c50)

v3.12.8

01 Sep 11:10
Compare
Choose a tag to compare

3.12.8 (2023-09-01)

Bug Fixes

v3.12.7

30 Apr 01:17
Compare
Choose a tag to compare

3.12.7 (2023-04-30)

Bug Fixes

  • watch: check child message data to be an object (#224) (64ece39)

v3.12.6

20 Mar 17:28
8e1958d
Compare
Choose a tag to compare

3.12.6 (2023-03-20)

Bug Fixes

  • repl: suppress autocomplete transformation errors (#205) (8e1958d)