2023-08-19 01:54:34 +08:00
# @hono/zod-openapi
2023-09-11 10:47:16 +08:00
## 0.3.1
### Patch Changes
- [#155 ](https://github.com/honojs/middleware/pull/155 ) [`804caac` ](https://github.com/honojs/middleware/commit/804caac19123e0b6d9a3f33b686051f1f111ee1f ) Thanks [@yusukebe ](https://github.com/yusukebe )! - fix(zod-openapi): support multiple params
2023-09-05 18:01:34 +08:00
## 0.3.0
### Minor Changes
- [#150 ](https://github.com/honojs/middleware/pull/150 ) [`1006cbc` ](https://github.com/honojs/middleware/commit/1006cbca6b6636340afe10f7680511bab2046b47 ) Thanks [@yusukebe ](https://github.com/yusukebe )! - feat(zod-openapi): make `app.openAPIRegistry` public
### Patch Changes
- [#148 ](https://github.com/honojs/middleware/pull/148 ) [`1bfd648` ](https://github.com/honojs/middleware/commit/1bfd648df8dfcd659c14514b977de945d3806b7d ) Thanks [@yusukebe ](https://github.com/yusukebe )! - fix(zod-openapi): fix a type error
2023-08-24 23:59:57 +08:00
## 0.2.0
### Minor Changes
- [#141 ](https://github.com/honojs/middleware/pull/141 ) [`f334e99` ](https://github.com/honojs/middleware/commit/f334e99251cdabc8be9334eec7eb7d9a450d8e35 ) Thanks [@yusukebe ](https://github.com/yusukebe )! - feat: support `headers` and `cookies`
2023-08-24 21:04:00 +08:00
## 0.1.2
### Patch Changes
- [#139 ](https://github.com/honojs/middleware/pull/139 ) [`991b859` ](https://github.com/honojs/middleware/commit/991b85915a63d1fd15cda52078f6401c17d3879f ) Thanks [@yusukebe ](https://github.com/yusukebe )! - fix: bump up Hono version
2023-08-23 10:46:53 +08:00
## 0.1.1
### Patch Changes
- [#132 ](https://github.com/honojs/middleware/pull/132 ) [`2dbc823` ](https://github.com/honojs/middleware/commit/2dbc823b29a95e6c81bedc5416c08f15ac97288d ) Thanks [@yusukebe ](https://github.com/yusukebe )! - fix path param format `:id` to `{id}`
2023-08-19 09:46:02 +08:00
## 0.1.0
### Minor Changes
- [#124 ](https://github.com/honojs/middleware/pull/124 ) [`e6b20c6` ](https://github.com/honojs/middleware/commit/e6b20c64b61654dc742b233ad09d764c71db7186 ) Thanks [@yusukebe ](https://github.com/yusukebe )! - feat(zod-openapi): support RPC-mode
2023-08-19 01:54:34 +08:00
## 0.0.1
### Patch Changes
- [#121 ](https://github.com/honojs/middleware/pull/121 ) [`1233c00` ](https://github.com/honojs/middleware/commit/1233c00875827749599880ade5830f8a1e7d73e8 ) Thanks [@yusukebe ](https://github.com/yusukebe )! - docs: fixed readme
- [#118 ](https://github.com/honojs/middleware/pull/118 ) [`7b89803` ](https://github.com/honojs/middleware/commit/7b898034a50c9bfa08872e28dcaa066ea55d9e3d ) Thanks [@yusukebe ](https://github.com/yusukebe )! - introduce Zod OpenAPI