Releases: VincentLanglet/Twig-CS-Fixer
Releases · VincentLanglet/Twig-CS-Fixer
3.14.0
What's Changed
- Add operator spacing config by @VincentLanglet in #432
- Stop using deprecated method by @VincentLanglet in #435
- Drop PHP 8.0 support by @VincentLanglet in #441
Full Changelog: 3.13.0...3.14.0
3.13.0
What's Changed
- Prefer addCommands by @VincentLanglet in #427
- Add nullsafe operator support by @VincentLanglet in #429
Full Changelog: 3.12.0...3.13.0
3.12.0
What's Changed
- Remove unnecessary requirement by @VincentLanglet in #417
- Update phpstan config by @VincentLanglet in #418
- chore(deps): allow webmozart/assert v2 by @trearcul in #420
- Test stable version of Symfony 8 by @VincentLanglet in #423
New Contributors
Full Changelog: 3.11.0...3.12.0
3.11.0
What's Changed
- Remove unneeded phpdoc by @VincentLanglet in #395
- Give credits to PHP CS Fixer for caching by @VincentLanglet in #396
- Rework Readme by @VincentLanglet in #397
- Readme typo by @VincentLanglet in #398
- Simplify title by @VincentLanglet in #399
- fix: link to actions in README by @alexislefebvre in #400
- Prefer fix over lint --fix by @VincentLanglet in #403
- Fix build by @VincentLanglet in #405
- Delete deprecated issue template by @VincentLanglet in #406
- ci: bump actions/checkout 4 => 6 by @Chris53897 in #408
- Add EndBlockNameRule. by @laurentmuller in #410
- Rename EndNameRule to EndBlockNameRule by @VincentLanglet in #413
- Add EndBlockName tests by @VincentLanglet in #414
- Run on PHP 8.5 by @VincentLanglet in #415
New Contributors
- @laurentmuller made their first contribution in #410
Full Changelog: 3.10.0...3.11.0
3.10.0
3.9.0
What's Changed
- Introduce TypeNameType token by @VincentLanglet in #387
Full Changelog: 3.8.1...3.9.0
3.8.1
What's Changed
- Update doc about CompactHashRule by @VincentLanglet in #379
- Avoid fixing {# -#} by @VincentLanglet in #380
Full Changelog: 3.8.0...3.8.1
3.8.0
What's Changed
- Add compactHashRule to Twig-CS-Fixer standard by @VincentLanglet in #368
- Update DelimiterSpacingRule for empty comments by @VincentLanglet in #377
Full Changelog: 3.7.1...3.8.0
3.7.1
What's Changed
- Ignore BC for coverage by @VincentLanglet in #370
- Bump coverage by @VincentLanglet in #371
- Handle space in CompactHashRule by @VincentLanglet in #369
- Fix coverage by @VincentLanglet in #372
- Add missing Changeset by @VincentLanglet in #374
Full Changelog: 3.7.0...3.7.1
3.7.0
What's Changed
- Introduce CompactHashRule by @VincentLanglet in #366
Minor BC-Break
TwigCsFixer\Rules\String\HashQuoteRulehas been renamedTwigCsFixer\Rules\Literal\HashQuoteRuleTwigCsFixer\Rules\String\SingleQuoteRulehas been renamedTwigCsFixer\Rules\Literal\SingleQuoteRule
Full Changelog: 3.6.1...3.7.0