Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 621 Bytes

CHANGELOG.md

File metadata and controls

34 lines (23 loc) · 621 Bytes

1.3.0

Add the plugins option to the ESBuild plugin.

1.2.1

Now supports embedding imports from JSR. 🎉

1.2.0

Publishing to JSR.

1.0.0

Released: March 31, 2023

  • ⚠️ Breaking API changes.
    Lots of work here to really simplify and minimize the API surface area.
  • More documentation.
  • Better tests.
  • Laid groundwork for dynamic imports.
    More APIs are async, so that they won't have to change if/when dynamic module loading is added. This is currently blocked. See: #6

0.9.x

Initial brainstorm version. It works!