Releases: code-lts/U2F-php-server
Releases · code-lts/U2F-php-server
v1.2.2
v1.2.1
- Don't replace
samyoul/u2f-php-server
anymore incomposer.json
(#1) by @remicollet - Exclude tests and phpunit config from vendor archives
- Apply
wdes/coding-standard
and make constants officially public
To inspect the full changes: v1.2.0...v1.2.1
v1.2.0
- Added
ReturnTypeWillChange
for PHP 8.1 on SignRequest and RegistrationRequest (a4f8928) by @MauricioFauth - Wrote tests for most of the code of this library
- Run tests on GitHub actions
- Changed the namespace from
Samyoul
toCodeLts
(36ed373) - Cleaned up the code
- Added a
.gitattributes
file - Improved phpdoc blocks
- Wrote betters comments
- Added a CHANGELOG file
- Improved the README file
To inspect the full changes: v1.1.4...v1.2.0