File tree Expand file tree Collapse file tree 1 file changed +10
-5
lines changed Expand file tree Collapse file tree 1 file changed +10
-5
lines changed Original file line number Diff line number Diff line change @@ -3,16 +3,21 @@ All notable changes to `omines\datatables-bundle` will be documented in this fil
33This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
44
55## [ Unreleased]
6+ Nothing yet.
7+
8+ ## 0.8.0 - in RC
9+ ### Breaking
10+ - All interfaces and classes are now fully typed, this will likely require modifications in any custom extensions
11+ - EOL: Drop PHP <8.1 support
12+ - EOL: Drop Symfony <6.3 support
13+
614### Added
715 - Support Symfony 7.0 in dependencies
816
917### Changed
1018 - Fix deprecations
1119 - Add parameter and return types all over for static analysis purposes
12-
13- ### Breaking
14- - EOL: Drop PHP <8.1 support
15- - EOL: Drop Symfony <6.3 support
20+ - Codebase is now at PHPstan level 8
1621
1722## [ 0.7.2] - 2023-04-24
1823### Fixed
@@ -24,7 +29,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
2429 - Handle inconsistency in infinite page lengths
2530
2631### Changed
27- - Drop support for PHP 7
32+ - EOL: Drop support for PHP 7
2833
2934## [ 0.7.0] - 2022-03-16
3035### Breaking
You can’t perform that action at this time.
0 commit comments