Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 737 Bytes

CHANGELOG.md

File metadata and controls

30 lines (22 loc) · 737 Bytes

Changelog

[0.0.3] - 2024-09-24

Added

  • Updated readme and the use of package.
  • Added examples for email and password validation.

Changed

  • Improved error messages for validation functions.

Fixed

  • Fixed a bug in the password strength checker that miscalculated strength for certain inputs.

[0.0.2] - 2024-09-24

Added

  • Added examples for email and password validation.

Changed

  • Improved error messages for validation functions.

Fixed

  • Fixed a bug in the password strength checker that miscalculated strength for certain inputs.

[0.0.1] - 2024-09-24

Added

  • Initial release of the form_validation_utils package.
  • Functions for validating email addresses and password strength.