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

68 lines
3.2 KiB
Markdown
Raw Normal View History

2023-07-30 07:11:04 +08:00
# @hono/valibot-validator
2024-09-28 10:49:45 +08:00
## 0.3.1
### Patch Changes
- [#753](https://github.com/honojs/middleware/pull/753) [`9639103a9ae711707f240376ee7fed4d0e77b121`](https://github.com/honojs/middleware/commit/9639103a9ae711707f240376ee7fed4d0e77b121) Thanks [@MonsterDeveloper](https://github.com/MonsterDeveloper)! - Fix ESM/CJS exports and use `tsup` for building
2024-06-09 12:22:26 +08:00
## 0.3.0
### Minor Changes
- [#553](https://github.com/honojs/middleware/pull/553) [`7375c096b51b3e050cc808c29f5d122c028e4291`](https://github.com/honojs/middleware/commit/7375c096b51b3e050cc808c29f5d122c028e4291) Thanks [@chimame](https://github.com/chimame)! - changed supported version of valibot to 0.31.0 or later
2024-05-13 06:06:25 +08:00
## 0.2.5
### Patch Changes
- [#515](https://github.com/honojs/middleware/pull/515) [`f59edfe89c95a145cb75ef4c5c41b730f535d32e`](https://github.com/honojs/middleware/commit/f59edfe89c95a145cb75ef4c5c41b730f535d32e) Thanks [@mizno-hito](https://github.com/mizno-hito)! - Add supports async validation
2024-05-06 09:24:07 +08:00
## 0.2.4
### Patch Changes
- [#502](https://github.com/honojs/middleware/pull/502) [`d703577b551c82506e94c4a9c2ae9e7d933fb695`](https://github.com/honojs/middleware/commit/d703577b551c82506e94c4a9c2ae9e7d933fb695) Thanks [@y-hiraoka](https://github.com/y-hiraoka)! - improved vvalidator to infer route types with number queries
2024-04-20 15:31:53 +08:00
## 0.2.3
### Patch Changes
- [#463](https://github.com/honojs/middleware/pull/463) [`892ea7da85fb2c799eacc4d29651e1fa45a6aec0`](https://github.com/honojs/middleware/commit/892ea7da85fb2c799eacc4d29651e1fa45a6aec0) Thanks [@yudai-nkt](https://github.com/yudai-nkt)! - Update peer dependencies so that newer validators can be installed.
2024-02-15 04:44:45 +08:00
## 0.2.2
### Patch Changes
- [#384](https://github.com/honojs/middleware/pull/384) [`9b57c3bb30e9723b414eafe87979d11674b937ca`](https://github.com/honojs/middleware/commit/9b57c3bb30e9723b414eafe87979d11674b937ca) Thanks [@MonsterDeveloper](https://github.com/MonsterDeveloper)! - fix(valibot-validator): make validation input optional when schema is optional
2023-10-30 05:46:28 +08:00
## 0.2.1
### Patch Changes
- [#219](https://github.com/honojs/middleware/pull/219) [`b3d80a0`](https://github.com/honojs/middleware/commit/b3d80a0cca92db6b243d3a6e9761c20d931136a2) Thanks [@yusukebe](https://github.com/yusukebe)! - bump hono version of `peerDependencies`
2023-08-24 07:54:57 +08:00
## 0.2.0
### Minor Changes
- [#135](https://github.com/honojs/middleware/pull/135) [`dd620f0`](https://github.com/honojs/middleware/commit/dd620f0dc72976a76952c9506babdef9c33ffd7b) Thanks [@ZerNico](https://github.com/ZerNico)! - update valibot version
2023-08-16 07:50:31 +08:00
## 0.1.2
### Patch Changes
- [#111](https://github.com/honojs/middleware/pull/111) [`945938b`](https://github.com/honojs/middleware/commit/945938b6afe45f7f4f934b9fafebf9fb503560eb) Thanks [@yusukebe](https://github.com/yusukebe)! - bump up valibot
2023-08-07 17:47:38 +08:00
## 0.1.1
### Patch Changes
- [#105](https://github.com/honojs/middleware/pull/105) [`c783e09`](https://github.com/honojs/middleware/commit/c783e0943a0488cb3911833f5b4d576a3427cbf3) Thanks [@yusukebe](https://github.com/yusukebe)! - fix a Hook type
2023-07-30 07:11:04 +08:00
## 0.1.0
### Minor Changes
- [#102](https://github.com/honojs/middleware/pull/102) [`c15de7c`](https://github.com/honojs/middleware/commit/c15de7ce3cbaa3b76ee259f266d480235a47e8fa) Thanks [@ZerNico](https://github.com/ZerNico)! - first release