honojs-middleware/packages/medley-router/CHANGELOG.md

26 lines
1.1 KiB
Markdown

# @hono/medley-router
## 0.0.4
### Patch Changes
- [#1199](https://github.com/honojs/middleware/pull/1199) [`50aa61d9c202a8854893ddc82bffb03515411c8b`](https://github.com/honojs/middleware/commit/50aa61d9c202a8854893ddc82bffb03515411c8b) Thanks [@BarryThePenguin](https://github.com/BarryThePenguin)! - Add explicit `void` return type
## 0.0.3
### Patch Changes
- [#249](https://github.com/honojs/middleware/pull/249) [`139504a`](https://github.com/honojs/middleware/commit/139504a145ac446e456c4f750d56134bea826e3c) Thanks [@yusukebe](https://github.com/yusukebe)! - fix: support new path matching
## 0.0.2
### Patch Changes
- [#96](https://github.com/honojs/middleware/pull/96) [`f10afd4`](https://github.com/honojs/middleware/commit/f10afd4b57e66cfbdf1b2ab71607550cfe9fe707) Thanks [@yusukebe](https://github.com/yusukebe)! - fix: add router name
## 0.0.1
### Patch Changes
- [#82](https://github.com/honojs/middleware/pull/82) [`e970536`](https://github.com/honojs/middleware/commit/e970536220617e54c77f5bac7e5fe930248aff1a) Thanks [@yusukebe](https://github.com/yusukebe)! - initial release