Releases: rapomon/pwd-strength
Releases · rapomon/pwd-strength
v1.1.2
Fixed errors testing password with length less than the allowed length and allErrors flag to true.
Updated and fixed docs and test examples.
v1.1.1
Fixed error showing error message when password is empty.
New setting to show all errors found instead the first one (false by default, no breaking changes).
Updated docs.
v1.0.5
New setting minNumberChars (default 1).
Now minSpecialChars don't include numbers.
Updated "tape" dependence for testing.