What's Changed
- Breaking:
- API changes in
validators.ipv4
andvalidators.ipv6
functions
strict
parameter now correctly validates IP addresses strictly in CIDR notationhost_bit
parameter distinguishes between network and host IP address
- fix: url validator considers urls with
/#/
as valid by @adrienthiery in #289 - Add note about ValidationFailure to ValidationError in changes.md by @tswfi in #291
- fix: simple hostname validation regex by @joe733 in #294
- fix: strict CIDR IP validation; bump version by @joe733 in #295
New Contributors
- @adrienthiery made their first contribution in #289
- @tswfi made their first contribution in #291
Full Changelog: 0.21.2...0.22.0