You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a permanent pinned thread where ideas and features for upcoming releases will be posted. This post can be treated as a development log for the project. Since, as of this post, v0.2.1 is already released, the release notes of the previous releases are included here.
This conversation is intended to be locked as it will contain only features that make it to the final release and hence is not available for commenting. If you wish to share any ideas regarding the project, please consider creating a new discussion.
Release Notes v0.1.0
This is the very first release of Edify.
Validators
Email Validator
Email RFC 5322 Validator
Phone Number Validator
IPv4 Validator
IPv6 Validator
Released RegexBuilder - class that helps you build regular expressions.
Release Notes v0.2.0 + v0.2.1
This is a minor release with a few new built-in validators along with some minor changes and bug fixes.
Note: Edify v0.2.1 is a Quick Fix Release to fix the incomplete release of v0.2.0. It was intended to drop support for Python 3.6 in Edify v0.2.0, 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.
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
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
This is a permanent pinned thread where ideas and features for upcoming releases will be posted. This post can be treated as a development log for the project. Since, as of this post, v0.2.1 is already released, the release notes of the previous releases are included here.
Release Notes v0.1.0
This is the very first release of Edify.
Validators
Released
RegexBuilder
- class that helps you build regular expressions.Release Notes v0.2.0 + v0.2.1
This is a minor release with a few new built-in validators along with some minor changes and bug fixes.
Note: Edify v0.2.1 is a Quick Fix Release to fix the incomplete release of v0.2.0. It was intended to drop support for Python 3.6 in Edify v0.2.0, 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.
Validators added:
Documentation Changes:
Bug Fixes:
Full Changelog: v0.1.0...v0.2.1
Release Notes v0.2.2
Full Changelog: v0.2.1...v0.2.2
Beta Was this translation helpful? Give feedback.
All reactions