ssch/typo3-rector
Automated upgrades and refactoring for TYPO3 sites and extensions using Rector. Apply version migrations, remove deprecations, and modernize code safely in development with configurable rule sets for TYPO3 7–12+.
Full Changelog: https://github.com/sabbelasichon/typo3-rector/compare/v3.12.1...v3.13.0
Full Changelog: https://github.com/sabbelasichon/typo3-rector/compare/v3.12.0...v3.12.1
Full Changelog: https://github.com/sabbelasichon/typo3-rector/compare/v3.11.0...v3.12.0
Full Changelog: https://github.com/sabbelasichon/typo3-rector/compare/v3.10.2...v3.11.0
Full Changelog: https://github.com/sabbelasichon/typo3-rector/compare/v3.10.1...v3.10.2
Full Changelog: https://github.com/sabbelasichon/typo3-rector/compare/v3.10.0...v3.10.1
Full Changelog: https://github.com/sabbelasichon/typo3-rector/compare/v3.9.0...v3.10.0
The new Rule "RemoveTypo3VersionChecksRector" is not automatically executed as it needs to be configured in your own rector.php file:
->withConfiguredRule(
RemoveTypo3VersionChecksRector::class,
[RemoveTypo3VersionChecksRector::TARGET_VERSION => 14]
)
Full Changelog: https://github.com/sabbelasichon/typo3-rector/compare/v3.8.0...v3.9.0
Full Changelog: https://github.com/sabbelasichon/typo3-rector/compare/v3.7.0...v3.8.0
Full Changelog: https://github.com/sabbelasichon/typo3-rector/compare/v3.6.2...v3.7.0
Full Changelog: https://github.com/sabbelasichon/typo3-rector/compare/v2.15.1...v2.15.2
Full Changelog: https://github.com/sabbelasichon/typo3-rector/compare/v3.6.1...v3.6.2
Full Changelog: https://github.com/sabbelasichon/typo3-rector/compare/v3.6.0...v3.6.1
Full Changelog: https://github.com/sabbelasichon/typo3-rector/compare/v3.5.0...v3.6.0
Full Changelog: https://github.com/sabbelasichon/typo3-rector/compare/v2.14.4...v2.15.0
Full Changelog: https://github.com/sabbelasichon/typo3-rector/compare/v2.14.3...v2.14.4
With this release comes a new code quality rule called GeneralUtilityMakeInstanceToConstructorPropertyRector #4593. See docs here.
This rule can be configured with an array of classes to move to constructor. By default these are the classes: config/code-quality.php#L50-L60 :warning: This rule should be used with care as it depends on dependency injection to be setup for the classes where the rule is applied. In Extbase controllers this works out of the box but in other classes it needs to be set via Services.yaml by making these classes public. If you don't want this rule to be applied, add it to the skip array of rector config.
Full Changelog: https://github.com/sabbelasichon/typo3-rector/compare/v3.4.3...v3.5.0
Full Changelog: https://github.com/sabbelasichon/typo3-rector/compare/v2.14.1...v2.14.2
Full Changelog: https://github.com/sabbelasichon/typo3-rector/compare/v2.13.1...v2.14.0
Full Changelog: https://github.com/sabbelasichon/typo3-rector/compare/v3.4.1...v3.4.2
Full Changelog: https://github.com/sabbelasichon/typo3-rector/compare/v3.4.0...v3.4.1
Full Changelog: https://github.com/sabbelasichon/typo3-rector/compare/v3.3.0...v3.4.0
Full Changelog: https://github.com/sabbelasichon/typo3-rector/compare/v3.2.0...v3.3.0
Full Changelog: https://github.com/sabbelasichon/typo3-rector/compare/v3.1.1...v3.2.0
is instead of isSubclassOf of class reflection by @simonschaufi in https://github.com/sabbelasichon/typo3-rector/pull/4524SymfonyAnnotation::AS_COMMAND by @eliashaeussler in https://github.com/sabbelasichon/typo3-rector/pull/4502Full Changelog: https://github.com/sabbelasichon/typo3-rector/compare/v3.1.0...v3.1.1
Full Changelog: https://github.com/sabbelasichon/typo3-rector/compare/v3.0.1...v3.1.0
How can I help you explore Laravel packages today?