Releases: sabre-io/event
Releases · sabre-io/event
Release 6.0.1
6.0.1 (2024-09-06)
- #105 Adjust code for things reported by phpstan ( @phil-davis )
- #109 Apply latest cs-fixer changes ( @phil-davis )
- #113 Increase phpstan level to 9 ( @phil-davis )
- #116 Change array<int...> to list<...> in PHP doc ( @phil-davis )
- #120 use php-cs-fixer 3.49 ( @phil-davis )
As well as a few fixes to edge-case code flow, there are quite a lot of enhancements to the phpdoc parameter and return type declarations.
You may find that code analysis tools like phpstan now find different things when you update to 6.0.1
Release 5.1.7
5.1.7 (2024-08-27)
- #132 allow php-cs-fixer major version 3 (@phil-davis)
The code changes are just code-style applied by the newer php-cs-fixer. There are no actual bug fixes, and no change to behavior.
Release 5.1.6
5.1.6 (2024-07-26)
- #128 Explicitly mark nullable parameter (@cedric-anne)
Release 5.1.5
5.1.5 (2024-07-25)
- #125 PHPdoc, CI and test changes to bring 5.1 up to PHP 8.3 (@phil-davis)
- #126 PHP 8.4 compliance (@phil-davis)
Release 6.0.0
6.0.0 (2022-08-29)
- #96 Minor fixes to examples, tests and comments (@phil-davis)
- #97 PHP min version 7.4 (@phil-davis)
Major version 6 implements type declarations for input parameters, function returns, variables etc. It supports PHP 7.4 and PHP 8. When you upgrade to major version 6, if you extend classes etc., then you will need to make similar type declarations in your code.
Release 5.1.4
5.1.4 (2021-11-04)
- #93 version bump that was missed in 5.1.3 (@phil-davis)
Release 5.1.3
Release 5.1.3 (2021-11-04)
- #88 Pass null to $microseconds for null $seconds ( @TysonAndre )
Release 5.1.2
5.1.2 (2020-10-03)
- #82: Added testing on PHP 8.0 (@phil-davis)
5.1.1
5.1.1 (2020-09-19)
- declare experimental php8 support (@TysonAndre)
- incorporated psalm types (@staabm)
- updated build (@phil-davis)
5.1.0
5.1.0 (2020-01-31)
- Added support for PHP 7.4, dropped support for PHP 7.0 (@phil-davis)
- #49: Updated testsuite for phpunit8, added phpstan coverage (@phil-davis, @DeepDiver1975)