Releases: havardt/PasswordValidator
Releases · havardt/PasswordValidator
Release v2.1.0
Release v2.0.0
IMPORTANT v2.0.0 is a major version change and brings some breaking changes.
New in this version:
- Partial criteria matching
- User can customize length on sequences and repetition checks
- Default requirements have been updated (See docs)
- Replaced some slow regex
Release v1.3.0
What's new?
- When validation executed with no checks then password was marked as invalid. This has now been fixed.
- You can now set a maximum allowed password length.
Release v1.2.0
What's new?
- Major efficiency improvements
- Better support for other alphabets (previously only ISO basic latin)
Release v1.1.0
What's new?
Asynchronous password validation.
Release v1.0.0
Initial major release
Features:
- 11 predefined password checks
- Custom checks