Releases: bjeavons/zxcvbn-php
Releases · bjeavons/zxcvbn-php
1.4.1
PHP 8.4 compatibility
What's Changed
- Remove .github directory from composer installs by @voku in #65
- Fix code style by @Zenexer in #66
- Add PHP 8.4 to CI and make it compatible by @mkopinsky in #81
- php 8.4 compatibility by @Xon in #80
New Contributors
Full Changelog: 1.3.1...1.4.0
1.3.1: Fix for 32-bit systems
1.3.0 might have caused issues for some 32-bit systems such as raspberry pi. This release should address those.
PHP 8.1 compatibility
1.3.0 Code style fixes
PHP 8 compatibility
This adds compatibility for PHP 8, and removes compatibility for PHP 7.1.
New feature - custom matcher support
New public method addMatcher on Zxcvbn class allows for custom matchers to be used.
Score compatible with zxcvbn JS
This release is feature and score compatible with the upstream zxcvbn JS release 4.4.2. Please note that this release makes breaking changes to prior zxcvbn-php releases. PHP support for versions 7.0 and 5.6 were removed.
PHP version upgrade
This release drops support for PHP versions 5.3, 5.4, and 5.6 and updates code style. Thanks to @PReimers for commit.
Fix for PHP 7 exception
Actually just a bug fix from 0.2.0, no other changes
PSR4 Support
Support for PSR4. No library changes over v0.1.4