Skip to content

Releases: olssonm/laravel-zxcvbn

v5.2

04 Apr 06:38
bcbecd5
Compare
Choose a tag to compare

What's Changed

Full Changelog: v5.1...v5.2

v5.1

15 Feb 07:52
e03d391
Compare
Choose a tag to compare

What's Changed

Full Changelog: v5.0...v5.1

v5.0

08 Sep 12:20
3d6e044
Compare
Choose a tag to compare

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 to zxcvbn
  • Dropped support of PHP 7.3

Full Changelog: v4.5...v5.0

v4.5

08 Feb 16:35
1ea671c
Compare
Choose a tag to compare

Support for Laravel 9

v4.4

06 Dec 10:14
7032f90
Compare
Choose a tag to compare
  • 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

09 Sep 10:55
4fff615
Compare
Choose a tag to compare

Support for Laravel 8.

v4.2

11 Mar 14:08
235147e
Compare
Choose a tag to compare

Updated for use with Laravel 7.

v4.1

17 Sep 05:35
5128d31
Compare
Choose a tag to compare

Compatibility update for Laravel 6.

Package renamed to olssonm/laravel-zxcvbn from olssonm/l5-zxcvbn. However, you cannot rename packages on Packagist – to install, still use composer require olssonm/l5-zxcvbn. This package might be abandoned there in the future to release under a new name.

v4.0

20 Jun 12:43
2e0534b
Compare
Choose a tag to compare

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.*.

v3.3

08 Mar 18:50
f1b74e0
Compare
Choose a tag to compare

Updated for Laravel 5.8.

Note that this version only works with Laravel 5.8 due to changes in, among other things, the testing frameworks.