Skip to content

v0.2.0 - Minor Version Upgrade

Compare
Choose a tag to compare
@luciferreeves luciferreeves released this 27 Nov 22:03
· 13 commits to main since this release
4a171e2

This is a minor release with a few new built-in validators along with some small changes and bug fixes.

Validators added:

  • URL Validator
  • UUID Validator
  • GUID Validator
  • SSN Validator
  • Mac Address (IEEE 802) Validator
  • Zip Code Validator
  • Password Validator

Documentation Changes:

  • Added documentation for new validators
  • Add warning for trade-offs in email regex validation

Bug Fixes:

  • Fixed Phone pattern failing for service numbers and 4 digit numbers (See #16 for more information)

What's Changed

New Contributors

Full Changelog: v0.1.0...v0.2.0