Releases: sabbelasichon/typo3-rector
Releases · sabbelasichon/typo3-rector
v3.1.0
What's Changed
- [FEATURE] Add MigrateRequiredFlagSiteConfigRector by @simonschaufi in #4467
- [TASK] Bump peter-evans/create-pull-request from 7.0.5 to 7.0.6 by @dependabot in #4469
- [BUGFIX] Add missing newlines introduced with rector update by @simonschaufi in #4472
- [DOCS] Document how to use EventListenerConfigurationToAttributeRector by @simonschaufi in #4479
- [BUGFIX] Trim table name in MoveAllowTableOnStandardPagesToTCAConfigurationRector by @tillhoerner in #4478
- [BUGFIX] Import missing config files by @simonschaufi in #4494
- [BUGFIX] Split migration to enums and enum values by @simonschaufi in #4495
- [FEATURE] Add MigrateGetControllerContextGetUriBuilderRector by @cweiske in #4496
New Contributors
- @tillhoerner made their first contribution in #4478
Full Changelog: v3.0.1...v3.1.0
v2.13.1
Full Changelog: v2.13.0...v2.13.1
v2.13.0
What's Changed
- [FEATURE] Add MigrateRequiredFlagSiteConfigRector by @simonschaufi in #4468
Full Changelog: v2.12.2...v2.13.0
v3.0.1
What's Changed
- [BUGFIX] Fix empty access by @simonschaufi in #4464
- [BUGFIX] Add check if rule must be skipped by @simonschaufi in #4465
Full Changelog: v3.0.0...v3.0.1
v2.12.2
What's Changed
- [BUGFIX] Add check if rule must be skipped by @simonschaufi in #4466
Full Changelog: v2.12.1...v2.12.2
v2.12.1
What's Changed
- [TASK] Run tests also under PHP 8.4 by @simonschaufi in #4460
Full Changelog: v2.12.0...v2.12.1
v3.0.0
TYPO3 Rector finally supports TYPO3 13 projects!
No more need to install TYPO3 Rector as a standalone tool. It can finally be required by your project composer.json.
What's Changed
- [TASK] Run tests also under PHP 8.4 by @simonschaufi in #4460
- Upgrade to Rector 2.0 with PHPStan 2 and PHPParser 5 by @samsonasik in #4450
- [TASK] Add DocumentedRuleInterface to generate documentation by @simonschaufi in #4463
ℹ️ Apart from different composer requirements, there are no breaking changes for your configuration file.
Full Changelog: v2.12.0...v3.0.0
v2.12.0
What's Changed
- [TASK] Remove test for deleted rule by @simonschaufi in #4396
- [FEATURE] Add MigratePluginContentElementAndPluginSubtypesRector by @simonschaufi in #4446
- [FEATURE] Add MigratePluginContentElementAndPluginSubtypesTCARector by @simonschaufi in #4448
- [FEATURE] Add MigratePluginContentElementAndPluginSubtypesSwapArgsRector by @simonschaufi in #4451
- [BUGFIX] Fix ConstantsToBackedEnumValueRector by @simonschaufi in #4452
- [BUGFIX] Check if property and param names match and rename if not by @simonschaufi in #4453
Full Changelog: v2.11.0...v2.12.0
v2.11.0
What's Changed
- [FEATURE] Add ExtbaseActionsWithRedirectMustReturnResponseInterfaceRector by @simonschaufi in #4394
- [BUGFIX] Avoid notices and use null coalesce by @simonschaufi in #4395
Full Changelog: v2.10.2...v2.11.0
v2.10.2
What's Changed
- [BUGFIX] Include throw statements to AddErrorCodeToExceptionRector by @simonschaufi in #4391
Full Changelog: v2.10.1...v2.10.2