Releases: sabbelasichon/typo3-rector
Releases · sabbelasichon/typo3-rector
v2.5.1
What's Changed
- Import names and adapt operator break line setting by @helsner in #4242
- [FEATURE] Remove obsolete appearance config in group/inline TCA by @helsner in #4241
- [FEATURE] Add MigrateFetchAllToFetchAllAssociativeRector by @simonschaufi in #4244
- [FEATURE] Add MigrateFetchToFetchAssociativeRector by @simonschaufi in #4245
- [TASK] Add more cases to MigrateFetchAllToFetchAllAssociativeRector by @simonschaufi in #4246
- [BUGFIX] Rector is currently not fully compatible with phpstan >= 1.11.0 by @simonschaufi in #4272
- [TASK] Do not import TYPO3 namespaces by @simonschaufi in #4271
Full Changelog: v2.5.0...v2.5.1
v2.5.0
What's Changed
- [FEATURE] Add MigrateFetchColumnToFetchOneRector by @simonschaufi in #4228
- [!!!][TASK] Do not configure import names per default by @sabbelasichon in #4230
- [FEATURE] Add MigrateAddPageTSConfigToPageTsConfigFileRector by @sabbelasichon in #4229
- [TASK] Optimize extension key resolution by @sabbelasichon in #4231
- [BUGFIX] Consider existing coalesce for _GET and _POST by @simonschaufi in #4227
- [FEATURE] Add MigrateAddUserTSConfigToUserTsConfigFileRector by @simonschaufi in #4232
- [FEATURE] Add MoveExtensionManagementUtilityAddStaticFileIntoTCAOverridesRector by @simonschaufi in #4233
- [FEATURE] Add MoveExtensionManagementUtilityAddToAllTCAtypesIntoTCAOverridesRector by @simonschaufi in #4235
- [FEATURE] Add MoveExtensionUtilityRegisterPluginIntoTCAOverridesRector by @simonschaufi in #4237
- [TASK] Import classes possible since TYPO3 11.4 by @simonschaufi in #4239
- [BUGFIX] Skip checkboxes that have a migrated label key by @simonschaufi in #4240
Full Changelog: v2.4.1...v2.5.0
v2.4.1
What's Changed
- [FEATURE] Add RemoveTypeHintViewInterfaceRector by @simonschaufi in #4222
- [BUGFIX] Append content to existing file by @sabbelasichon in #4226
Full Changelog: v2.4.0...v2.4.1
v2.4.0
What's Changed
- [TASK] Bump peter-evans/create-pull-request from 6.0.1 to 6.0.2 by @dependabot in #4209
- [FEATURE] Add MigrateConfigurationManagerGetContentObjectRector by @simonschaufi in #4214
- [FEATURE] Add SubstituteItemFormElIDRector by @sabbelasichon in #4212
- [FEATURE] Add MigrateGeneralUtilityGPMergedRector by @simonschaufi in #4213
- [TASK] Improve rector rule generator by @simonschaufi in #4217
- [TASK] add Typo3LevelSetList:UP_TO_TYPO3_13 by @Kanti in #4219
- Fix typos in Rector descriptions by @sandoba in #4220
- [FEATURE] MoveAllowTableOnStandardPagesToTCAConfigurationRector by @sabbelasichon in #4161
- [BUGFIX] Do not add return statement if already of type ResponseInterface by @sabbelasichon in #4221
New Contributors
Full Changelog: v2.3.2...v2.4.0
v2.3.2
What's Changed
- [TASK] Include Extension root files for Rector to parse by @simonschaufi in #4199
- [TASK] Improve documentation by @simonschaufi in #4207
- [AUTOMATED] Apply Coding Standard by @github-actions in #4208
- [FEATURE] Add MigrateGeneralUtilityGPRector by @simonschaufi in #4210
- [BUGFIX] Fix correct imports by @sabbelasichon in #4211
Full Changelog: v2.3.1...v2.3.2
v2.3.1
What's Changed
- [BUGFIX] Remove typo3-rector from composer binaries by @simonschaufi in #4204
Full Changelog: v2.3.0...v2.3.1
v2.3.0
What's Changed
- [BUGFIX] Fix docs by @sabbelasichon in #4179
- [FEATURE] Add strict types for FolderInterface by @sabbelasichon in #4180
- [FEATURE] Use PSR-7 instead of GeneralUtility::_GET by @sabbelasichon in #4181
- [FEATURE] Use PSR-7 instead of GeneralUtility::_POST by @sabbelasichon in #4182
- [FEATURE] Use PSR-7 frontend.typoscript attribute by @sabbelasichon in #4183
- [FEATURE] Use Constants from TYPO3 Database Connection by @simonschaufi in #4195
- [FEATURE] Add UseExtensionKeyInLocalizationUtilityRector by @simonschaufi in #4197
- [FEATURE] Add more configuration options to ExtEmConfRector by @simonschaufi in #4198
Full Changelog: v2.2.0...v2.3.0
v2.2.0
What's Changed
- [FEATURE] Strict types for FileInterface by @126016 in #4163
- [FEATURE] Add PARAM_* from Connection class by @sabbelasichon in #4172
- [FEATURE] Add MigrateTypoScriptFrontendControllerTypeRector by @simonschaufi in #4164
- [BUGFIX] Do not try to add ResponseInterface again by @sabbelasichon in #4170
- [FEATURE] Add strict types for DriverInterface by @sabbelasichon in #4178
Full Changelog: v2.1.0...v2.2.0
v2.1.0
What's Changed
- [TASK] Add description for typo3-init command by @sabbelasichon in #4139
- [FEATURE] Add rule ChangeSignatureForLastInsertIdRector by @maddy2101 in #4143
- [FEATURE] Add rule AddMethodGetAllPageNumbersToPaginationInterfaceRector by @sabbelasichon in #4142
- [FEATURE] Add rule ChangeSignatureOfConnectionQuoteRector by @maddy2101 in #4144
- [FEATURE] Add TCA Rule: remove showRemovedLocalizationRecords from appearance config by @linawolf in #4145
- [FEATURE] Add MigrateExtbaseHashServiceToUseCoreHashServiceRector by @sabbelasichon in #4146
- [FEATURE] Add TCA Rule for rootUid related setting of trees by @126016 in #4150
- [FEATURE] Add TCA Rule: remove mm_hasUidField config by @126016 in #4141
- Issue 4074 use strict type in extbase by @126016 in #4152
- [TASK] Use strict type in extbase ActionController by @simonschaufi in #4151
- [BUGFIX] Fix wrong eval removal on TCA datetime migration by @helsner in #4138
- [FEATURE] Add MigrateHttpUtilityRedirectRector by @maddy2101 in #4154
- Bump peter-evans/create-pull-request from 6.0.0 to 6.0.1 by @dependabot in #4135
- Bump stefanzweifel/git-auto-commit-action from 4 to 5 by @dependabot in #4134
- Bump ramsey/composer-install from 2 to 3 by @dependabot in #4133
- [FEATURE] Add configuration rule for type declarations in ResourceInt… by @126016 in #4156
- [DOCS] Improve PHP doc comments by @linawolf in #4147
- [FEATURE] New TCA type "link" by @dev-rke in #4153
- [TASK] Remove symfony/yaml. Not used anymore by @sabbelasichon in #4158
- [BUGFIX] Remove non existing class in config by @sabbelasichon in #4159
- [FEATURE] Add AddPropertyTypeDeclarationWithDefaultNullRector by @sabbelasichon in #4157
- [FEATURE] Use strict type in extbase AbstractDomainObject by @simonschaufi in #4160
- [FEATURE] Introduce capabilities bit set by @dev-rke in #4162
New Contributors
- @maddy2101 made their first contribution in #4143
- @linawolf made their first contribution in #4145
- @126016 made their first contribution in #4150
- @dev-rke made their first contribution in #4153
Full Changelog: v2.0.4...v2.1.0
v1.8.1
What's Changed
- TASK: Remove Traverser from DI container by @sabbelasichon in #4132
Full Changelog: v1.8.0...v1.8.1