diff options
| author | Bobby <[email protected]> | 2022-11-27 16:41:28 -0500 |
|---|---|---|
| committer | Bobby <[email protected]> | 2022-11-27 16:41:28 -0500 |
| commit | ead4ba43071d8ed69c919faafb211708ee810945 (patch) | |
| tree | 41526442150f0badab6081b55fad6e629decec30 | |
| parent | b9b6b54eac925b75f3ed844f65832e5bd09e251e (diff) | |
| download | edify-ead4ba43071d8ed69c919faafb211708ee810945.tar.xz edify-ead4ba43071d8ed69c919faafb211708ee810945.zip | |
changelog for v0.2.0
| -rw-r--r-- | CHANGELOG.rst | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 38c84cc..e195a57 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,32 @@ Changelog ========= +0.2.0 (2022-11-27) +------------------ +This is a minor release with a few new built-in validators along with some small changes and bug fixes. This version also drops support for Python 3.6. + +Validators added: +~~~~~~~~~~~~~~~ +* URL Validator +* UUID Validator +* GUID Validator +* SSN Validator +* Mac Address (IEEE 802) Validator +* Zip Code Validator +* Password Validator + +Documentation: +~~~~~~~~~~~~~~ + +* 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 <https://github.com/luciferreeves/edify/issues/16>`_ for more information) + + 0.1.0 (2022-09-10) ------------------ |
