Releases: olssonm/laravel-zxcvbn
v5.2
v5.1
v5.0
Restructure of the project, in most cases an upgrade from v4.5 is as simple as changing zxcvbn_min
to zxcvbn
.
The dictionary-method (zxcvbn_dictionary
) now only checks the user-input, fixes the issues detected in issue #18.
What's Changed
- Rework dictionary validator, refactoring by @olssonm in #20
- The validator rule
zxcvbn_min
has been changed tozxcvbn
- Dropped support of PHP 7.3
Full Changelog: v4.5...v5.0
v4.5
v4.4
- Support for PHP 8
- Dropped support for PHP < 7.3
- Dropped support for Laravel < 6.0
Note now bjeavons/zxcvbn-php
is used yet again after that changes from the fork mkopinsky/zxcvbn-php
has been merged. This should not in any way impact the usage of olssonm/laravel-zxcvbn
. However, if you use this package to access the underlying zxcvbn-instance, you may or may not see some differences.
v4.3
v4.2
v4.1
v4.0
Replaced the underlying zxcvbn-library with the forked mkopinsky/zxcvbn-php which has a better, more exact and more reliable implementation of the original zxcvbn by Dropbox.
Possible breaking changes
Note: If you access and use the zxcvbn-library directly, this version will break your code. However, if you only use l5-zxcvbn for validation purposes, it should be fully backwards compatible with v3.*.