Version Packages (#868)

pull/869/head @hono/typebox-validator@0.3.0
github-actions[bot] 2024-12-03 17:52:25 +09:00 committed by GitHub
parent c815055bb6
commit 6524a92a9e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 7 additions and 6 deletions

View File

@ -1,5 +0,0 @@
---
'@hono/typebox-validator': minor
---
Added ability to remove properties that are not in the schema to emulate other validators like zod

View File

@ -1,5 +1,11 @@
# @hono/typebox-validator
## 0.3.0
### Minor Changes
- [#866](https://github.com/honojs/middleware/pull/866) [`c815055bb6669aff8fccf5f478983906c65aca9d`](https://github.com/honojs/middleware/commit/c815055bb6669aff8fccf5f478983906c65aca9d) Thanks [@Micnubinub](https://github.com/Micnubinub)! - Added ability to remove properties that are not in the schema to emulate other validators like zod
## 0.2.6
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@hono/typebox-validator",
"version": "0.2.6",
"version": "0.3.0",
"description": "Validator middleware using TypeBox",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",