Releases: sabbelasichon/typo3-rector
Releases · sabbelasichon/typo3-rector
Release Version 0.11.39
What's Changed
- Fix leading slash for commands.php by @sabbelasichon in #2804
- Fix TypoScriptProcessor FileDiffs by @sabbelasichon in #2806
Full Changelog: v0.11.38...v0.11.39
Release Version 0.11.38
What's Changed
- Fix missing message for method call by @sabbelasichon in #2799
- feat: provide general inject replacement rector by @helsner in #2793
- Do not use VarExporter anymore by @sabbelasichon in #2802
Full Changelog: v0.11.37...v0.11.38
Release Version 0.11.37
What's Changed
- Fix configure calls in configuration files by @sabbelasichon in #2792
Full Changelog: v0.11.36...v0.11.37
Release Version 0.11.36
What's Changed
- Check for potential empty argument by @sabbelasichon in #2775
- Fix response bug by @sabbelasichon in #2776
- Fix storeSessionData method call on TSFE by @sabbelasichon in #2777
- Fix double return statement for forward method call by @sabbelasichon in #2780
- Fix subclassing keys by @sabbelasichon in #2781
- Add rector for language TCA type by @sabbelasichon in #2782
- Transform lib.fluidContent to lib.contentElement by @sabbelasichon in #2783
- Remove guard clause by @sabbelasichon in #2784
- Use PSR-7 request for getBaseUri by @sabbelasichon in #2785
- Substitute BackendTemplateView by @sabbelasichon in #2786
- Add setConfiguration method for custom ExceptionHandler by @sabbelasichon in #2787
- Use PageRenderer and IconFactory directly by @sabbelasichon in #2788
- Fix if parameter exists by @sabbelasichon in #2790
Full Changelog: v.0.11.35...v0.11.36
Release Version 0.11.35
What's Changed
- Update weekly make config/ directory files compatible with php 7.1 by @samsonasik in #2762
- [Parallel] Prepare file processors for parallel run by @TomasVotruba in #2766
- [TASK] Add vendor and (.)Build as directories to skip by @helsner in #2765
- Bump PHPStan to 1.3 by @TomasVotruba in #2769
- [DOCS] Provide doc segment with rules that need manual handling by @helsner in #2768
- Bump EndBug/add-and-commit from 7.4.0 to 7.5.0 by @dependabot in #2770
- Using php-cs-fixer ^3.4 by @samsonasik in #2774
Full Changelog: v.0.11.34...v.0.11.35
Release Version 0.11.34
What's Changed
- refactor: increase default PHP_VERSION_FEATURES to supported version by @helsner in #2758
- docs: provide table of contents for each doc segment by @helsner in #2759
- feat: resolve usage of BackendUtility::viewOnClick by @helsner in #2729
- feat: replace TYPO3 inject annotations with setter methods by @helsner in #2760
Full Changelog: v.0.11.33...v.0.11.34
Release Version 0.11.33
What's Changed
- [phpstan] Improve type resolving without property_exists by @TomasVotruba in #2748
- Correct RenamePackage name, validate configure() input by @TomasVotruba in #2749
- [phpstan] Resolve PHPStan errors by @TomasVotruba in #2750
- [DX] make use of configure() method by @TomasVotruba in #2747
- [CI] add php linter + fix syntax errors by @TomasVotruba in #2753
- fix nested array on configure by @TomasVotruba in #2754
- [Dep] Using rector-generator dev-main by @samsonasik in #2755
Full Changelog: v0.11.32...v.0.11.33
Release Version 0.11.32
What's Changed
- [BUGFIX] Catch invalid docblock parameter by @ayacoo in #2737
- [DX] Make visibility manipulator explicit inject by @TomasVotruba in #2739
- Bump deps by @TomasVotruba in #2740
- [DX] Update to comply with simple configuration() by @TomasVotruba in #2741
- Fix RemovePropertyExtensionNameRector by @sabbelasichon in #2742
- Bump actions/checkout from 2.3.5 to 2.4.0 by @dependabot in #2743
- [Dep] Update PHP requirement to PHP 8.1 by @samsonasik in #2744
- Remove usage of Stringy by @sabbelasichon in #2746
Full Changelog: v0.11.31...v0.11.32
Release Version 0.11.31
What's Changed
- [FEAT] Replace TSFE->ATagParams calls by @helsner in #2723
- Make use of BetterNodeFinder over attribute that can change by @TomasVotruba in #2728
- Remove deprecated method attributes by @TomasVotruba in #2730
- feat: handle ContentObjectRenderer->getAtagParams() by @helsner in #2725
- feat: switch behavior of ArrayUtilit::arrayDiff- methods by @helsner in #2726
- fix: prevent replacement of 'template' via RenameClassAliasRector by @helsner in #2733
- Add stubs to export-ignore by @samsonasik in #2736
Full Changelog: v0.11.30...v0.11.31
Release Version 0.11.30
Make ReplaceExtKeyWithExtensionKeyRector more robust (#2722) - Reading from composer.json extension key if exists - Reading from composer.json name - last resort use the folder name