Skip to content

Releases: dcodeIO/esm2umd

v0.3.1

18 Feb 19:45
Compare
Choose a tag to compare

Bug fixes

  • Emit interop helpers by default (24ec935)

Other

v0.3.0

12 Feb 14:14
Compare
Choose a tag to compare

Breaking changes

  • Transform imports of dependencies / restructure (a908ec2)
    Changes the wrapping mechanism to a factory-based approach that supports handling of dependencies according to the underlying module system, and restructures the project to match the updated recommended package structure. Code that previously worked around the limitations might need to be updated.

Other

  • Format with prettier (02cee0f)
  • Update publish workflow (7e246c2)
  • Fix repository url in package.json (610780b)

v0.2.2

10 Feb 02:08
Compare
Choose a tag to compare

Bug fixes

Other

v0.2.1

19 Jun 10:53
2648510
Compare
Choose a tag to compare

Bug fixes

  • Use string interpolation + npm audit fix (#3) (2648510)

Other

v0.2.0

29 Oct 22:42
Compare
Choose a tag to compare

Breaking changes

  • Mangle ESM default to become CJS export (#1) (921c74a)

Other