honojs-middleware/packages/standard-validator/CHANGELOG.md

32 lines
1.5 KiB
Markdown

# @hono/standard-validator
## 0.1.4
### Patch Changes
- [#1282](https://github.com/honojs/middleware/pull/1282) [`2a46bfbba0695ae713b58211fd5e83a08b829ad6`](https://github.com/honojs/middleware/commit/2a46bfbba0695ae713b58211fd5e83a08b829ad6) Thanks [@MonsterDeveloper](https://github.com/MonsterDeveloper)! - Fix cookies output for arktype in standard schema validator
## 0.1.3
### Patch Changes
- [#1291](https://github.com/honojs/middleware/pull/1291) [`a22fbe78e5d3e8aa3790b39bbb590649cc34df2d`](https://github.com/honojs/middleware/commit/a22fbe78e5d3e8aa3790b39bbb590649cc34df2d) Thanks [@BarryThePenguin](https://github.com/BarryThePenguin)! - Import `jsr:@standard-schema/spec`
## 0.1.2
### Patch Changes
- [#964](https://github.com/honojs/middleware/pull/964) [`352507bc06857466b75dbf47f6f514d28719f47c`](https://github.com/honojs/middleware/commit/352507bc06857466b75dbf47f6f514d28719f47c) Thanks [@paihu](https://github.com/paihu)! - fix result type
## 0.1.1
### Patch Changes
- [#962](https://github.com/honojs/middleware/pull/962) [`8e5f49394bf6405396c2a166f26a17ef0cc644e2`](https://github.com/honojs/middleware/commit/8e5f49394bf6405396c2a166f26a17ef0cc644e2) Thanks [@muningis](https://github.com/muningis)! - Remove dead code
## 0.1.0
### Minor Changes
- [#887](https://github.com/honojs/middleware/pull/887) [`f77d7ba2e2226f86c302deb1a598cd7c9c8f35da`](https://github.com/honojs/middleware/commit/f77d7ba2e2226f86c302deb1a598cd7c9c8f35da) Thanks [@muningis](https://github.com/muningis)! - Initial implementation for Standard Schema support