Releases: privatenumber/tsx
Releases · privatenumber/tsx
v3.3.0
3.3.0 (2022-05-18)
Features
- support importing package with ts export (#12) (c63ab45)
v3.2.1
3.2.1 (2022-05-18)
Bug Fixes
v3.2.0
3.2.0 (2022-05-17)
Features
v3.1.0
3.1.0 (2022-05-17)
Features
v3.0.0
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
2.1.0 (2022-05-13)
Features
- support named imports for json modules (#4) (2aeb6ca)
v2.0.1
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
2.0.0 (2022-05-10)
Features
BREAKING CHANGES