All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Update and fix doc blocks
- Support PHPUnit 10
- Improve tests for PHPUnit 10 & 11
- Exclude tests from the vendor tarball
- Don't replace
samyoul/u2f-php-server
anymore incomposer.json
- Exclude tests and phpunit config from vendor archives
- Apply
wdes/coding-standard
and make constants officially public
- Added
ReturnTypeWillChange
for PHP 8.1 on SignRequest and RegistrationRequest - Wrote tests for most of the code of this library
- Run tests on GitHub actions
- Changed the namespace from
Samyoul
toCodeLts
- Cleaned up the code
- Added a
.gitattributes
file - Improved phpdoc blocks
- Wrote betters comments
- Added a CHANGELOG file
- Improved the README file
- Fix issue when there is more than one U2F key registered
- Fix public property access bug in
U2FServer
class - Made
SignRequest
class jsonJsonSerializable
- Replaced
toString()
withjsonSerialize()
onRegistrationRequest
class
- Added
toString()
onRegistrationRequest
class
- Re-Namespaced the classes
- First version