Released: Jun 21, 2024
- Improved: Embedded files are now loaded lazily, when first used, instead of at startup.
See: #6 - New: Hono middlerware!
See: #12 - Dev: Add lint checks to
deno task test
.
Add the plugins
option to the ESBuild plugin.
Now supports embedding imports from JSR. 🎉
Publishing to JSR.
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
Initial brainstorm version. It works!