Releases: esbuild-kit/esm-loader
Releases · esbuild-kit/esm-loader
v2.1.4
2.1.4 (2022-05-31)
Bug Fixes
v2.1.3
2.1.3 (2022-05-25)
Bug Fixes
v2.1.2
2.1.2 (2022-05-25)
Bug Fixes
v2.1.1
2.1.1 (2022-05-21)
Bug Fixes
v2.1.0
2.1.0 (2022-05-18)
Features
- support importing package with ts export (#10) (0d64195)
v2.0.0
2.0.0 (2022-05-17)
Bug Fixes
- skip transforming CommonJS files (#2) (cbb32c5)
BREAKING CHANGES
- CommonJS files (.js in commonjs package, .cjs, .cts) are no longer handled
v1.1.2
1.1.2 (2022-05-17)
Bug Fixes
- handle undefined
importAssertions
in node16.13 (#8) (c57e8ad)
- only catch missing cts/mts error (c4156db)
v1.1.1
1.1.1 (2022-05-16)
Bug Fixes
- typescript: fallback to checking cjs/mjs on missing cts/mts (#5) (1c7b38d)
v1.1.0
1.1.0 (2022-05-13)
Features
- support named imports for json modules (#3) (e94b3b2)
v1.0.0
1.0.0 (2022-05-10)
Features