Releases: keithasaurus/koda-validate
Releases · keithasaurus/koda-validate
5.1.0
What's Changed
- make Invalid.repr human-readable by @keithasaurus in #53
Full Changelog: 5.0.2...5.1.0
5.0.2
What's Changed
- remove dependency on typing_extensions by @keithasaurus in #51
- Fix rtfd builds by @keithasaurus in #52
Full Changelog: 5.0.1...5.0.2
5.0.1
What's Changed
- Fix typos by @keithasaurus in #49
- support ReadOnly in get_typehint_validator by @keithasaurus in #50
Full Changelog: 5.0.0...5.0.1
5.0.0
What's Changed
- Remove python 3.8 compatibility by @keithasaurus in #46
- update readme by @keithasaurus in #47
- spacing by @keithasaurus in #48
Full Changelog: 4.2.0...5.0.0
4.2.0
What's Changed
- fix ExactItemCount type by @keithasaurus in #45
- update dev dependencies
Full Changelog: 4.1.1...4.2.0
4.1.1
What's Changed
- dev updates by @keithasaurus in #41
- Use
pattern.match(...)instead ofre.match(pattern, ...)inRegexPredicateandEmailPredicateby @keithasaurus in #42
Full Changelog: 4.1.0...4.1.1
4.1.0
4.0.0
Breaking Changes
to_serializable_errs produces different text, removing assumption that validation input was deserialized from json
Improvements
Allow to_serializable_errs to accept callable for next level
Maintenance
Update dev dependencies
3.1.2
What's Changed
- Minor documentation typos/broken links by @kapman28 in #26
- fix typos/wording by @keithasaurus in #27
- validate_signature respects mutated arguments by @keithasaurus in #31
- fix typo by @keithasaurus in #32
Full Changelog: 3.1.1...3.1.2
3.1.1
Bug Fixes
UnionValidator.typed's@overloadsspecify that arguments should be positional-only
Docs
- extend docs for
UnionValidatorandNTupleValidator
Full Changelog: 3.1.0...3.1.1