Skip to content

Releases: privatenumber/tsx

v3.3.0

18 May 16:09
c63ab45
Compare
Choose a tag to compare

3.3.0 (2022-05-18)

Features

  • support importing package with ts export (#12) (c63ab45)

v3.2.1

18 May 11:40
9cae68a
Compare
Choose a tag to compare

3.2.1 (2022-05-18)

Bug Fixes

v3.2.0

17 May 23:57
Compare
Choose a tag to compare

3.2.0 (2022-05-17)

Features

v3.1.0

17 May 17:34
6680dce
Compare
Choose a tag to compare

3.1.0 (2022-05-17)

Features

v3.0.0

17 May 17:02
c56b4e2
Compare
Choose a tag to compare

3.0.0 (2022-05-17)

Bug Fixes

  • run CommonJS modules in CommonJS context (#5) (c56b4e2)
  • typescript: fallback to checking cjs/mjs on missing cts/mts (a047682)

BREAKING CHANGES

  • CJS files (.js in commonjs package, .cjs, .cts) to be executed in CJS context

v2.1.0

13 May 18:17
2aeb6ca
Compare
Choose a tag to compare

2.1.0 (2022-05-13)

Features

  • support named imports for json modules (#4) (2aeb6ca)

v2.0.1

11 May 00:38
Compare
Choose a tag to compare

2.0.1 (2022-05-11)

Bug Fixes

  • only read --help & --version when no arguments (3a920f7)
  • watch: hide experimental warnings (ccf7ee1)
  • watch: require path (c96315f)

v2.0.0

10 May 23:27
Compare
Choose a tag to compare

2.0.0 (2022-05-10)

Features

BREAKING CHANGES

  • new major