v0.2.0 - Minor Version Upgrade
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
- Updated README file by @SaptarshiSarkar12 in #5
- Update Apache License by @luciferreeves in #17
- Add warning for trade-offs in email regex validation by @luciferreeves in #18
- Fixed validation for special phone numbers by @luciferreeves in #19
- Fix patch 0.1.1 by @luciferreeves in #20
- changelog for v0.2.0 by @luciferreeves in #21
New Contributors
- @SaptarshiSarkar12 made their first contribution in #5
Full Changelog: v0.1.0...v0.2.0