Releases: sabbelasichon/typo3-rector
Releases · sabbelasichon/typo3-rector
Release version 1.0.2
What's Changed
- TASK: Add parameter to define number of spaces in TS files by @sabbelasichon in #3208
- TASK: Convert outputline to writeln by @sabbelasichon in #3209
- TASK: Extract type converters to services.yaml by @sabbelasichon in #3212
Full Changelog: v1.0.1...v1.0.2
Release version 1.0.1
What's Changed
- TASK: Add rector configuration by @sabbelasichon in #3119
- TASK: Change constant for ICON::DEFAULT by @sabbelasichon in #3120
- TASK: Add rector for PHP and TypoScript by @sabbelasichon in #3121
- [TASK] Add rule to remove MailerAdapterInterface by @tomasnorre in #3123
- [automated] Apply Coding Standard by @github-actions in #3125
- Bump peter-evans/create-pull-request from 4.0.4 to 4.1.1 by @dependabot in #3126
- [automated] Apply Coding Standard by @github-actions in #3127
- [BUGFIX] enable parsing custom tags in yaml by @IngoMueller in #3133
- Update Rector and PHPStan by @sabbelasichon in #3136
- TASK: Remove symplify/astral by @sabbelasichon in #3138
- [TASK] Use value property of getSeverity() by @tomasnorre in #3124
- TASK: Install latest version of symplify/rule-doc-generator by @sabbelasichon in #3140
- TASK: Keep already existing arguments by @sabbelasichon in #3142
- Bump stefanzweifel/git-auto-commit-action from 4.14.1 to 4.15.0 by @dependabot in #3144
- Bump peter-evans/create-pull-request from 4.1.1 to 4.1.3 by @dependabot in #3143
- [TASK] Remove unused wordspace TSConfig modes by @helsner in #3187
- [TASK] Remove TSConfig mod options for new element wizard by @helsner in #3188
- [TASK] Replace PageRepo overlay method by @helsner in #3189
- TASK: Add ClassAliasMap for v12.0 by @sabbelasichon in #3190
- TASK: Add skip configuration for NameImportingPostRector by @sabbelasichon in #3141
- [automated] Apply Coding Standard by @github-actions in #3191
- [automated] Apply Coding Standard by @github-actions in #3192
- TASK: Trim the yaml file contents by @sabbelasichon in #3194
- TASK: Add SiteLanguageAwareInterface by @sabbelasichon in #3195
- TASK: Rename key from mail to email by @sabbelasichon in #3196
- [automated] Apply Coding Standard by @github-actions in #3197
- TASK: Add SubstituteEnvironmentServiceWithApplicationTypeRector by @sabbelasichon in #3198
- TASK: Use class Typo3GlobalsFactory by @sabbelasichon in #3199
- TASK: Add UseNormalizedParamsToGetRequestUrlRector by @sabbelasichon in #3200
- Bump peter-evans/create-pull-request from 4.1.3 to 4.2.0 by @dependabot in #3202
- Bump stefanzweifel/git-auto-commit-action from 4.15.0 to 4.15.3 by @dependabot in #3201
- [automated] Apply Coding Standard by @github-actions in #3205
- TASK: Update rector by @sabbelasichon in #3206
- TASK: Add some sensitive defaults for the config by @sabbelasichon in #3207
New Contributors
- @IngoMueller made their first contribution in #3133
Full Changelog: v1.0.0...v1.0.1
Release version 1.0.0
Most important changes with this version!
- install
ssch/typo3-rector
instead ofrector/rector
- the command
vendor/bin/rector init --template-type=typo3
got dropped, please add config file manually provided by us. Have a look at: https://github.com/sabbelasichon/typo3-rector/blob/main/templates/rector.php.dist - We only support PHP >= 7.4. If you still running PHP < 7.4 please use rector/rector in version <= 0.13.4
- We are pinning rector/rector dependency till the bugfix version to stabilize our release.
Release Version 0.11.46
What's Changed
- Update installation.md by @fazzyx in #2847
- Bump peter-evans/create-pull-request from 4.0.1 to 4.0.2 by @dependabot in #2851
- Bump stefanzweifel/git-auto-commit-action from 4.14.0 to 4.14.1 by @dependabot in #2850
- [DX] Remove dependency on NodesToReplaceCollector, return nodes directly in transparent way instead by @TomasVotruba in #2853
- feat: provide migration for internal_type by @helsner in #2964
- TASK: Add rule TemplateToFluidTemplateTypoScriptRector by @sabbelasichon in #2966
- Refactor AddIconsToReturnRector, AddArgumentToSymfonyCommandRector and AddCommandsToReturnRector to proper node factories by @TomasVotruba in #2967
- TASK: Add ClassAliasMaps for version 12.0 by @sabbelasichon in #2969
- feat: provide replacement for BackendUtility::getPreviewUrl() by @helsner in #2971
- Fix code example for ExtbasePersistenceTypoScriptRector by @peterkraume in #2973
- feat: migrate cols to size for TCA type none by @dominikdoerr in #2970
- TASK: Get rid of SmartFileSystem by @sabbelasichon in #2976
New Contributors
- @fazzyx made their first contribution in #2847
- @dominikdoerr made their first contribution in #2970
Full Changelog: v0.11.45...v0.11.46
Release Version 0.11.45
Full Changelog: v0.11.44...v0.11.45
Release Version 0.11.44
What's Changed
- Use custom NodePrinterInterface by @TomasVotruba in #2832
- Add RemovedAndAddedFilesCollector as explicit service by @TomasVotruba in #2833
- Use remove from stmts directly by @TomasVotruba in #2834
- [TASK] Align with new TYPO3 documentation standards by @alexander-nitsche in #2831
- Fix test Call to undefined method Rector\Config\RectorConfig::rule() error by @samsonasik in #2836
- Make use of RectorConfig and ECSConfig by @TomasVotruba in #2837
- Make use of RectorConfig and ECSConfig by @TomasVotruba in #2840
- Narrowing current statement by @TomasVotruba in #2841
- Remove stmts constants, soon to be deprecated by @TomasVotruba in #2843
- [rector] Improve usage of PHP sets (e.g. readonly) and make variable name respect node type by @TomasVotruba in #2844
- [rector] Improve node naming by type by @TomasVotruba in #2845
- Update fixture with fixed import by @TomasVotruba in #2846
New Contributors
- @alexander-nitsche made their first contribution in #2831
Full Changelog: v0.11.43...v0.11.44
Release Version 0.11.43
What's Changed
- docs: add symlink loop prevention to config template and docs by @helsner in #2825
- Bump stefanzweifel/git-auto-commit-action from 4.13.1 to 4.14.0 by @dependabot in #2828
- Bump EndBug/add-and-commit from 8.0.2 to 9 by @dependabot in #2827
- Bump peter-evans/create-pull-request from 3 to 4.0.1 by @dependabot in #2826
- TASK: Add Icons.php rector by @sabbelasichon in #2830
Full Changelog: v0.11.42...v0.11.43
Release Version 0.11.42
What's Changed
- Update documentation to reflect code example by @elbebass in #2813
- [update] Use stable Hemlich with Symfony 6 support by @TomasVotruba in #2814
- bump deps to remove dev-main by @TomasVotruba in #2815
- Use getIndpEnv('HTTP_HOST') by @sabbelasichon in #2817
- Use $this->nodesToAddCollector-> call directly for addNodes?(?:Before|After)Node call by @samsonasik in #2818
- Bump actions/checkout from 2.4.0 to 3 by @dependabot in #2820
- Bump EndBug/add-and-commit from 8.0.1 to 8.0.2 by @dependabot in #2819
- Add experimental rector from ObjectManager::get to DI by @sabbelasichon in #2821
- Bump Symplify and Rector deps by @TomasVotruba in #2822
New Contributors
Full Changelog: v0.11.41...v0.11.42
Release Version 0.11.41
What's Changed
- Do not convert abstract action methods by @sabbelasichon in #2812
Full Changelog: v0.11.40...v0.11.41
Release Version 0.11.40
What's Changed
- Fix validate annotation with whitespaces by @sabbelasichon in #2808
- Fix _COOKIE conditions by @sabbelasichon in #2809
Full Changelog: v0.11.39...v0.11.40