Skip to content
This repository has been archived by the owner on Oct 18, 2023. It is now read-only.

Releases: esbuild-kit/esm-loader

v2.1.4

31 May 20:56
85e27f5
Compare
Choose a tag to compare

2.1.4 (2022-05-31)

Bug Fixes

v2.1.3

25 May 19:46
a233682
Compare
Choose a tag to compare

2.1.3 (2022-05-25)

Bug Fixes

v2.1.2

25 May 01:15
d14ca36
Compare
Choose a tag to compare

2.1.2 (2022-05-25)

Bug Fixes

v2.1.1

21 May 05:50
3696ed5
Compare
Choose a tag to compare

2.1.1 (2022-05-21)

Bug Fixes

v2.1.0

18 May 15:31
0d64195
Compare
Choose a tag to compare

2.1.0 (2022-05-18)

Features

  • support importing package with ts export (#10) (0d64195)

v2.0.0

17 May 16:37
cbb32c5
Compare
Choose a tag to compare

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

17 May 06:09
c57e8ad
Compare
Choose a tag to compare

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

16 May 04:36
1c7b38d
Compare
Choose a tag to compare

1.1.1 (2022-05-16)

Bug Fixes

  • typescript: fallback to checking cjs/mjs on missing cts/mts (#5) (1c7b38d)

v1.1.0

13 May 17:31
Compare
Choose a tag to compare

1.1.0 (2022-05-13)

Features

  • support named imports for json modules (#3) (e94b3b2)

v1.0.0

10 May 17:30
Compare
Choose a tag to compare

1.0.0 (2022-05-10)

Features