2023-01-01 23:10:06 +08:00
# @hono/zod-validator
2023-06-02 05:37:33 +08:00
## 0.1.3
### Patch Changes
- [#87 ](https://github.com/honojs/middleware/pull/87 ) [`b7fe359` ](https://github.com/honojs/middleware/commit/b7fe359dbc63b493d275df09f00c676de80b3f11 ) Thanks [@Sacramentix ](https://github.com/Sacramentix )! - merge zod import into 1 line
2023-03-21 17:30:09 +08:00
## 0.1.2
### Patch Changes
- [#74 ](https://github.com/honojs/middleware/pull/74 ) [`7d84e06` ](https://github.com/honojs/middleware/commit/7d84e069431ad15ecfb86c953b940c3bb99a2a96 ) Thanks [@yusukebe ](https://github.com/yusukebe )! - refactor: pass the path to Context for the hook
2023-03-21 09:43:17 +08:00
## 0.1.1
### Patch Changes
- [#69 ](https://github.com/honojs/middleware/pull/69 ) [`f263d58` ](https://github.com/honojs/middleware/commit/f263d58c8734c09c622fd3e7734fa6bba1a6b706 ) Thanks [@yusukebe ](https://github.com/yusukebe )! - patch: refactor types
2023-03-17 16:04:13 +08:00
## 0.1.0
### Minor Changes
- [#63 ](https://github.com/honojs/middleware/pull/63 ) [`3c9dca1` ](https://github.com/honojs/middleware/commit/3c9dca1c2d1cb0bff34dfdbedfc4e0a502dafd98 ) Thanks [@yusukebe ](https://github.com/yusukebe )! - feat: Support Hono v3.1.0
2023-02-18 22:29:55 +08:00
## 0.0.6
### Patch Changes
- [#48 ](https://github.com/honojs/middleware/pull/48 ) [`81d06f7` ](https://github.com/honojs/middleware/commit/81d06f7c9c2fef680f757d3bb25b2d40607d5ce8 ) Thanks [@yusukebe ](https://github.com/yusukebe )! - chore: bump up Hono version to v3
2023-02-14 05:40:51 +08:00
## 0.0.5
### Patch Changes
- [#46 ](https://github.com/honojs/middleware/pull/46 ) [`72604c7` ](https://github.com/honojs/middleware/commit/72604c74dafffeebf360e35f2fc03d94385214ab ) Thanks [@yusukebe ](https://github.com/yusukebe )! - refactor: rename `ValidationType` to `ValidationTargets`
2023-02-09 19:34:33 +08:00
## 0.0.4
### Patch Changes
- e1a49cf: bump up Hono version
2023-02-01 05:55:41 +08:00
## 0.0.3
### Patch Changes
- e45805f: bump up Hono version to v3.0.0-rc.9
2023-01-18 20:58:11 +08:00
## 0.0.2
### Patch Changes
- a831696: fix and refactor types
2023-01-01 23:10:06 +08:00
## 0.0.1
### Patch Changes
- 58e42aa: first release