Skip to content

Releases: havardt/PasswordValidator

Release v2.1.0

29 Mar 13:39
Compare
Choose a tag to compare
  • Fixed bug in letter repetition check. The check is now case-sensitive as it was intended to be.

Release v2.0.0

05 Jun 06:10
fb5e57b
Compare
Choose a tag to compare

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

08 Jun 19:13
e673166
Compare
Choose a tag to compare

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

03 Jun 22:43
817b59e
Compare
Choose a tag to compare

What's new?

  • Major efficiency improvements
  • Better support for other alphabets (previously only ISO basic latin)

Release v1.1.0

02 Mar 15:08
eaf002f
Compare
Choose a tag to compare

What's new?

Asynchronous password validation.

Release v1.0.0

02 Mar 15:03
058ad0c
Compare
Choose a tag to compare

Initial major release

Features:

  • 11 predefined password checks
  • Custom checks