Releases: greyblake/nutype
Releases · greyblake/nutype
Nutype 0.2.0
Changes
- [BREAKING] Rename string validator
present->not_empty. Rename error variantMissing->Empty. - [BREAKING] Rename feature
serde1toserde. - Support string validation with
regex(requiresregexfeature). - Introduce
new_uncheckedfeature flag, that allows to bypass sanitization and validation. - Support derive of
JsonSchemaofschemarscrate (requiresschemars08feature).
Blog post
Please consider reading Nutype 0.2.0 is out! blog post, which covers in detail the regex and new_unchecked features.