Change Log
Fixed
- fix: panic for named string type key in map (#298) 17116c7
- fix: support validation of google/uuid.UUID type (#294) (#308) 306d343
- fix: preserve nested JSON tag paths in error keys (#309) 74906af
- fix: resolve eqField validation for pointer types in the validator (#310) dc0ed0c
- fix: required rule fails for int/uint values equal to 0 (#311) 89af7f9
Feature
Other
- Add comprehensive GitHub Copilot instructions for gookit/validate (#306) a96441d
- ⬆️ dep: upgrade actions and deps to latest version 3dc6a3f
- 🎨 chore: update some code styles, update git ignore config 0abf62c
What's Changed
- Fix: prevent panic when using named string types as map keys by @RyabovNick in #298
- Add comprehensive GitHub Copilot instructions for gookit/validate by @Copilot in #306
- feat: add option to restore request body after reading by @almas-x in #307
- fix: support validation of google/uuid.UUID type by @almas-x in #308
- fix: preserve nested JSON tag paths in error keys by @almas-x in #309
- fix: resolve eqField validation for pointer types in the validator by @almas-x in #310
- fix: required rule fails for int/uint values equal to 0 by @almas-x in #311
New Contributors
- @RyabovNick made their first contribution in #298
- @Copilot made their first contribution in #306
Full Changelog: v1.5.5...v1.5.6