0
0
mirror of https://github.com/honojs/hono.git synced 2024-11-29 17:46:30 +01:00
hono/deno_dist/validator
Dario Piotrowicz 1f43164da5
Fix Validation of optional empty/undefined arrays (#690)
* * fix(validator): allow empty and undefined optional arrays

fix the bug of empty and undefined array causing a validation fail
when those are anyways optional

resolves #677

* denonify changes
2022-11-30 19:48:43 +09:00
..
rule.ts refactor(types): refactor and add tests for checking Types (#615) 2022-10-23 08:10:00 +09:00
sanitizer.ts refactor(types): refactor and add tests for checking Types (#615) 2022-10-23 08:10:00 +09:00
schema.ts refactor(types): refactor and add tests for checking Types (#615) 2022-10-23 08:10:00 +09:00
validator.ts Fix Validation of optional empty/undefined arrays (#690) 2022-11-30 19:48:43 +09:00