parent
c815055bb6
commit
6524a92a9e
|
@ -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
|
|
@ -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
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue