Releases: andreaswolf/fractor
Releases · andreaswolf/fractor
v0.5.10
What's Changed
- prepare release by @simonschaufi in #381
- [BUGFIX] Support *.(setup|constants).typoscript and *.tsconfig in DIR includes too by @kitzberger in #382
- [FEATURE] Migrate more TS conditions by @kitzberger in #383
- [DOCS] Update contribution steps in README by @simonschaufi in #384
New Contributors
- @kitzberger made their first contribution in #382
Full Changelog: v0.5.9...v0.5.10
v0.5.9
What's Changed
- prepare release by @simonschaufi in #367
- [TASK] Bump actions/checkout from 5 to 6 by @dependabot[bot] in #368
- [FEATURE] Add MigrateTypoScriptGetDataPathFractor by @simonschaufi in #369
- [FEATURE] Add RemoveExternalOptionFromTypoScriptFractor by @simonschaufi in #370
- [FEATURE] Add RemoveUserTSConfigAuthBeRedirectToURLFractor by @simonschaufi in #371
- [FEATURE] Add RemoveDuplicateDoktypeRestrictionConfigurationFractor by @simonschaufi in #372
- [FEATURE] Add MigrateLegacyFormTemplatesFractor by @simonschaufi in #373
- [FEATURE] Add MigrateTypoScriptLoginUserAndUsergroupConditionsFractor by @simonschaufi in #375
- [BUGFIX] Fix invalid check for .ts files by @simonschaufi in #376
- [TASK] Bump peter-evans/create-pull-request from 7 to 8 by @dependabot[bot] in #377
- [FEATURE] Make allowed file extensions configurable for all file processors by @chrissonntag in #343
- [BUGFIX] Make Fractor free from Rector dependencies by @simonschaufi in #380
New Contributors
- @chrissonntag made their first contribution in #343
Full Changelog: v0.5.8...v0.5.9
v0.5.8
What's Changed
- prepare release by @simonschaufi in #353
- [TASK] Use applied_rules instead of applied_rectors by @simonschaufi in #354
- [BUGFIX] Handle newly returned TypoScript Statements by @simonschaufi in #356
- [BUGFIX] Do not add a new line when progressbar is hidden by @simonschaufi in #358
- [BUGFIX] Migrate INCLUDE_TYPOSCRIPT with DIR correctly by @simonschaufi in #357
- [TASK] Add note about skipping node_modules by @simonschaufi in #359
- [TASK] Fix code style by @simonschaufi in #361
- [TASK] Remove the deprecated strict booleans set by @simonschaufi in #362
- [TASK] Add MigrateTypoScriptConditionGetTSFEFractor by @simonschaufi in #360
- [TASK] Remove unused rule configuration by @simonschaufi in #363
- [TASK] Add keywords by @simonschaufi in #364
- [TASK] Add RemoveFrontendAssetConcatenationAndCompressionFractor by @simonschaufi in #365
- [FEATURE] Improve Json output format by @simonschaufi in #366
Full Changelog: v0.5.7...v0.5.8
v0.5.7
What's Changed
- prepare release by @simonschaufi in #331
- [BUGFIX] Use correct StaticPHPUnitEnvironment class by @liayn in #333
- [TASK] Bump actions/checkout from 4 to 5 by @dependabot[bot] in #336
- [BUGFIX] Apply NarrowTooWideReturnTypeRector by @simonschaufi in #342
- [FEATURE] Add typo3-fractor-init binary by @simonschaufi in #344
- [FEATURE] Create fractor.php config file the first time it is run by @simonschaufi in #345
- [TASK] Improve ShouldNotHappenException by @simonschaufi in #346
- [FEATURE] Add "--only" option to process only a single rule by @simonschaufi in #348
- [FEATURE] Add "--output-format" option with new json output by @simonschaufi in #350
- [FEATURE] Support --no-progress-bar cli param by @simonschaufi in #351
- [FEATURE] Allow passing paths after the fractor cli command by @simonschaufi in #352
- [TASK] Bump stefanzweifel/git-auto-commit-action from 6 to 7 by @dependabot[bot] in #347
Full Changelog: v0.5.6...v0.5.7
v0.5.6
What's Changed
- prepare release by @simonschaufi in #325
- [BUGFIX] Apply newest Rector rules by @simonschaufi in #330
- [TASK] Update tivie/htaccess-parser for PHP 8.4 compat by @kevin-appelt in #329
New Contributors
- @kevin-appelt made their first contribution in #329
Full Changelog: v0.5.5...v0.5.6
v0.5.5
What's Changed
- prepare release by @simonschaufi in #321
- [BUGFIX] Use filtered rules instead of all by @simonschaufi in #324
Full Changelog: v0.5.4...v0.5.5
v0.5.4
What's Changed
- prepare release by @simonschaufi in #319
- [TASK] Register TYPO3 13 TypoScript rules by @simonschaufi in #320
Full Changelog: v0.5.3...v0.5.4
v0.5.3
What's Changed
- prepare release by @simonschaufi in #310
- [TASK] Remove MigrateBooleanAndNullAttributeValuesToNativeTypesFractor again by @simonschaufi in #313
- [TASK] Fix code style with ECS by @simonschaufi in #315
- [DOCS] Update docs by @simonschaufi in #316
- [BUGFIX] Include dot files (.htaccess) by @simonschaufi in #317
- [TASK] Require latest typoscript parser by @simonschaufi in #318
- [BUGFIX] Allow sebastian/diff dependency in version ^7.0 by @lsascha in #314
New Contributors
Full Changelog: v0.5.2...v0.5.3
v0.5.2
What's Changed
- prepare release by @simonschaufi in #301
- [BUGFIX] Fix unit tests by @simonschaufi in #302
- [TASK] Remove unused fixture files by @simonschaufi in #303
- Make relative config paths absolute before resolving by @andreaswolf in #305
- [BUGFIX] Fix phpstan issue by @simonschaufi in #307
- [TASK] Bump stefanzweifel/git-auto-commit-action from 5 to 6 by @dependabot in #306
- [BUGFIX] Fix arrows in xml files by @simonschaufi in #308
- [BUGFIX] Avoid double new line at end of file by @simonschaufi in #309
Full Changelog: v0.5.1...v0.5.2
v0.5.0
What's Changed
- prepare release by @simonschaufi in #255
- [TASK] Add bug issue template by @simonschaufi in #256
- [TASK] Add dependabot by @simonschaufi in #257
- [TASK] Bump peter-evans/create-pull-request from 6 to 7 by @dependabot in #258
- Added error handling for loading config files from installed packages by @RKlingler in #262
- [TASK] Fix code style by @simonschaufi in #269
- [BUGFIX] Try composer autoload of tool installation folder first by @liayn in #268
- Fix patchlevel release process by @andreaswolf in #236
- [TASK] Bump webfactory/ssh-agent from 0.9.0 to 0.9.1 by @dependabot in #270
- [BUGFIX] Add .fixture file extension for test files by @simonschaufi in #272
- [BUGFIX] Fix namespace of test by @simonschaufi in #273
- [FEATURE] Provide a cache for unchanged files by @simonschaufi in #274
- [FEATURE] Update pretty-xml that fixes issues by @simonschaufi in #275
New Contributors
- @dependabot made their first contribution in #258
- @RKlingler made their first contribution in #262
- @liayn made their first contribution in #268
Full Changelog: v0.4.2...v0.5.0