9.0.0: Drop support for PHP < 7.2 and clean up things
- switch to a current coding standard (PER2) to make the code more readable and consistent with other projects
- create a class diagram (in Mermaid embedded in Markdown) to help us understand the system
- make the code coverage publicly visible, add a link or badge from the README to the code coverage reports, and have a tool report the effects of PRs on the code coverage numbers
- do some automated code cleanup (using Rector)
- rename internal things (including parameter names) to ditch the Hungarian notation
- comb through the existing tests, make them more fine-grained, clean them up and divide them into unit tests (which test only one class at a time) and functional tests (which test the whole system)
- add proper dedicated getters and setters to OutputFormat and drop/deprecate the dynamic property accesses and magic methods
- add more basic unit tests so we have at least the basic functionality covered
- announce on social media that we are looking for more contributors (and possibly co-maintainers, if the collaboration is constantly good)
- add a Composer script to re-create the class diagram
- automate the Doxygen-generated documentation
- go through the open PRs one by one, from old to new, decide if we want to have it at all, and re-create it with good test coverage (and then merge it)
- go through the open tickets and categorize or close them
- fix the bugs reported in the tickets
- drop or enforce usage of
mb_*
methods - add logging
- drop the switch for the lenient mode and instead use the behavior that matches what browsers do
- use PHP 7.2 language-level code features (using Rector)
- add native type declarations (using Rector)
- raise the PHPStan levels one by one and fix all warnings
- add extra-strict PHPStan rules and fix all warnings
- set up mutation testing using Infection, go through the findings, and add test for the most important missed things
- add a PHPStan extension for cognitive complexity and refactor the code to be easier to grok
- make the types less ambiguous and more strict
- find and fix the worst performance bottlenecks
- every now and then test the latest development version with Emogrifier
- release version 9.0.0
List view
0 issues of 637 selected
- Status: Merged (completed).MyIntervals/PHP-CSS-Parsernumber 1246#1246 In MyIntervals/PHP-CSS-Parser;
- Status: Merged (completed).MyIntervals/PHP-CSS-Parsernumber 1245#1245 In MyIntervals/PHP-CSS-Parser;
- Status: Merged (completed).MyIntervals/PHP-CSS-Parsernumber 1244#1244 In MyIntervals/PHP-CSS-Parser;
- Status: Merged (completed).MyIntervals/PHP-CSS-Parsernumber 1243#1243 In MyIntervals/PHP-CSS-Parser;
- Status: Merged (completed).MyIntervals/PHP-CSS-Parsernumber 1240#1240 In MyIntervals/PHP-CSS-Parser;
- Status: Merged (completed).MyIntervals/PHP-CSS-Parsernumber 1239#1239 In MyIntervals/PHP-CSS-Parser;
- Status: Merged (completed).MyIntervals/PHP-CSS-Parsernumber 1238#1238 In MyIntervals/PHP-CSS-Parser;
- Status: Merged (completed).MyIntervals/PHP-CSS-Parsernumber 1237#1237 In MyIntervals/PHP-CSS-Parser;
- Status: Closed (completed).#1236 In MyIntervals/PHP-CSS-Parser;
- Status: Merged (completed).MyIntervals/PHP-CSS-Parsernumber 1231#1231 In MyIntervals/PHP-CSS-Parser;
- Status: Merged (completed).MyIntervals/PHP-CSS-Parsernumber 1229#1229 In MyIntervals/PHP-CSS-Parser;
- Status: Merged (completed).MyIntervals/PHP-CSS-Parsernumber 1228#1228 In MyIntervals/PHP-CSS-Parser;
- Status: Merged (completed).MyIntervals/PHP-CSS-Parsernumber 1227#1227 In MyIntervals/PHP-CSS-Parser;
- Status: Merged (completed).MyIntervals/PHP-CSS-Parsernumber 1226#1226 In MyIntervals/PHP-CSS-Parser;
- Status: Merged (completed).MyIntervals/PHP-CSS-Parsernumber 1225#1225 In MyIntervals/PHP-CSS-Parser;
- Status: Merged (completed).MyIntervals/PHP-CSS-Parsernumber 1224#1224 In MyIntervals/PHP-CSS-Parser;
- Status: Merged (completed).MyIntervals/PHP-CSS-Parsernumber 1222#1222 In MyIntervals/PHP-CSS-Parser;
- Status: Merged (completed).MyIntervals/PHP-CSS-Parsernumber 1221#1221 In MyIntervals/PHP-CSS-Parser;
- Status: Merged (completed).MyIntervals/PHP-CSS-Parsernumber 1220#1220 In MyIntervals/PHP-CSS-Parser;
- Status: Merged (completed).MyIntervals/PHP-CSS-Parsernumber 1219#1219 In MyIntervals/PHP-CSS-Parser;
- Status: Closed (abandoned).MyIntervals/PHP-CSS-Parsernumber 1218#1218 In MyIntervals/PHP-CSS-Parser;
- Status: Merged (completed).MyIntervals/PHP-CSS-Parsernumber 1217#1217 In MyIntervals/PHP-CSS-Parser;
- Status: Merged (completed).MyIntervals/PHP-CSS-Parsernumber 1216#1216 In MyIntervals/PHP-CSS-Parser;
- Status: Closed (completed).#1214 In MyIntervals/PHP-CSS-Parser;
- Status: Merged (completed).MyIntervals/PHP-CSS-Parsernumber 1212#1212 In MyIntervals/PHP-CSS-Parser;