Skip to content

Releases: luciferreeves/edify

v0.2.2 - Python 3.11 Support

22 Dec 16:52
b07c5de
Compare
Choose a tag to compare
  • Added Support for Python 3.11
  • Added more RegexBuilder Examples
  • Fixed Documentation Typos

Full Changelog: v0.2.1...v0.2.2

v0.2.1 - Quick Fix Patch

27 Nov 22:26
9ef5bd2
Compare
Choose a tag to compare

This is a Quick Fix Release to fix the incomplete release of 0.2.0. The release was intended to drop support for 3.6, but the metadata was not updated to reflect this. This release fixes that. v0.2.0 remains available on PyPI, but is incompatible with Python 3.6. Using it with other versions of Python is not a problem. Other than the metadata, the two releases are identical.

Release Notes 0.2.0 (Carried Forward)

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

Release Notes 0.2.1

Full Changelog: v0.2.0...v0.2.1

v0.2.0 - Minor Version Upgrade

27 Nov 22:03
4a171e2
Compare
Choose a tag to compare

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

v0.1.0 - First Release