parent
80da4aa50a
commit
09bb26fccf
|
@ -1,5 +0,0 @@
|
||||||
---
|
|
||||||
'@hono/effect-validator': minor
|
|
||||||
---
|
|
||||||
|
|
||||||
format errors with array formatting for improved readability
|
|
|
@ -1,5 +1,11 @@
|
||||||
# @hono/effect-validator
|
# @hono/effect-validator
|
||||||
|
|
||||||
|
## 1.1.0
|
||||||
|
|
||||||
|
### Minor Changes
|
||||||
|
|
||||||
|
- [#718](https://github.com/honojs/middleware/pull/718) [`80da4aa50a74af1d442893ddcd1ac4fc4f5d5d4c`](https://github.com/honojs/middleware/commit/80da4aa50a74af1d442893ddcd1ac4fc4f5d5d4c) Thanks [@shokiw](https://github.com/shokiw)! - format errors with array formatting for improved readability
|
||||||
|
|
||||||
## 1.0.1
|
## 1.0.1
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@hono/effect-validator",
|
"name": "@hono/effect-validator",
|
||||||
"version": "1.0.1",
|
"version": "1.1.0",
|
||||||
"description": "Validator middleware using Effect Schema",
|
"description": "Validator middleware using Effect Schema",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"main": "dist/cjs/index.js",
|
"main": "dist/cjs/index.js",
|
||||||
|
|
Loading…
Reference in New Issue