Files

8 lines
208 B
Markdown

---
"effect": patch
---
`Config.withDefault` now only recovers from missing data for literal/union
schemas. Invalid present values now propagate validation errors instead of
using the default, closes #2384.