File tree Expand file tree Collapse file tree 1 file changed +44
-0
lines changed Expand file tree Collapse file tree 1 file changed +44
-0
lines changed Original file line number Diff line number Diff line change 1+ # Changelog
2+
3+ All notable changes to this project will be documented in this file.
4+
5+ The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ )
6+ and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7+
8+ ## [ Unreleased] - yyyy-mm-dd
9+
10+ - Added ` ReturnTypeWillChange ` for PHP 8.1 on SignRequest and RegistrationRequest
11+ - Wrote tests for most of the code of this library
12+ - Run tests on GitHub actions
13+ - Changed the namespace from ` Samyoul ` to ` CodeLts `
14+ - Cleaned up the code
15+ - Added a ` .gitattributes ` file
16+ - Improved phpdoc blocks
17+ - Wrote betters comments
18+ - Added a CHANGELOG file
19+ - Improved the README file
20+
21+ ## [ 1.1.4] - 2018-10-26
22+
23+ - Fix issue when there is more than one U2F key registered
24+
25+ ## [ 1.1.3] - 2016-12-14
26+
27+ - Fix public property access bug in ` U2FServer ` class
28+ - Made ` SignRequest ` class json ` JsonSerializable `
29+
30+ ## [ 1.1.2] - 2016-12-13
31+
32+ - Replaced ` toString() ` with ` jsonSerialize() ` on ` RegistrationRequest ` class
33+
34+ ## [ 1.1.1] - 2016-12-13
35+
36+ - Added ` toString() ` on ` RegistrationRequest ` class
37+
38+ ## [ 1.1.0] - 2016-12-13
39+
40+ - Re-Namespaced the classes
41+
42+ ## [ 1.0.0] - 2016-12-12
43+
44+ - First version
You can’t perform that action at this time.
0 commit comments