honojs-middleware/packages/bun-transpiler/CHANGELOG.md

22 lines
1.3 KiB
Markdown
Raw Permalink Normal View History

2024-01-08 06:40:41 +08:00
# @hono/bun-transpiler
## 0.2.1
### Patch Changes
- [#1193](https://github.com/honojs/middleware/pull/1193) [`1adca4c91822af8f68f4a134344cca93e0796ad0`](https://github.com/honojs/middleware/commit/1adca4c91822af8f68f4a134344cca93e0796ad0) Thanks [@BarryThePenguin](https://github.com/BarryThePenguin)! - Add explicit `MiddlewareHandler` return type
2024-01-12 04:05:32 +08:00
## 0.2.0
### Minor Changes
- [#349](https://github.com/honojs/middleware/pull/349) [`b6e59dd19c28d09a37b4df75561b31b56e6131ef`](https://github.com/honojs/middleware/commit/b6e59dd19c28d09a37b4df75561b31b56e6131ef) Thanks [@floriankapaun](https://github.com/floriankapaun)! - Fix: Apply headers when using serveStatic middleware; Improvement: Make options optional;
- [#349](https://github.com/honojs/middleware/pull/349) [`b6e59dd19c28d09a37b4df75561b31b56e6131ef`](https://github.com/honojs/middleware/commit/b6e59dd19c28d09a37b4df75561b31b56e6131ef) Thanks [@floriankapaun](https://github.com/floriankapaun)! - Export defaultOptions
2024-01-08 06:40:41 +08:00
## 0.1.0
### Minor Changes
- [#345](https://github.com/honojs/middleware/pull/345) [`3f39be7a27530967e2e7f320ac7118c6f6dd310e`](https://github.com/honojs/middleware/commit/3f39be7a27530967e2e7f320ac7118c6f6dd310e) Thanks [@floriankapaun](https://github.com/floriankapaun)! - Added @hono/bun-transpiler middleware