Releases: friendsoftwig/twigcs
Releases · friendsoftwig/twigcs
6.5.0
What's Changed
- Add support for PHP 8.4 by @cedric-anne in #332
- Enhancement: Switch from
vimeo/psalm
tophpstan/phpstan
by @localheinz in #342
Full Changelog: 6.4.0...6.5.0
6.4.0
What's Changed
- Add support for Symfony 7 by @kristoftorfs in #314
New Contributors
- @kristoftorfs made their first contribution in #314
Full Changelog: 6.3.0...6.4.0
6.3.0
What's Changed
- PHP 8.3 compatibility. by @rajeshreeputra in #296
- Rever codecov V4 by @Ciloe in #301
- Enhancement: Update
friendsofphp/php-cs-fixer
by @localheinz in #306 - Enhancement: Update
vimeo/psalm
by @localheinz in #307 - Enhancement: Enable
findUnusedBaselineEntry
option forvimeo/psalm
by @localheinz in #308 - Fix: Update
CHANGELOG.md
by @localheinz in #309
New Contributors
- @rajeshreeputra made their first contribution in #296
Full Changelog: 6.2.0...6.3.0
6.2.0
What's Changed
- Enhancement: Allow dependabot to update composer development dependencies by @localheinz in #266
- composer(deps-dev): Update phpunit/phpunit requirement from ^9.5.20 to ^9.5.27 by @dependabot in #267
- Fix: Add property type declarations by @localheinz in #269
- Fix: Drop support for PHP 7.4 by @localheinz in #270
- Enhancement: Add
CHANGELOG.md
by @localheinz in #272 - Fix: Split test suite by @localheinz in #273
- Fix: Do not abuse
setUp()
by @localheinz in #274
Full Changelog: v6.1.0...6.2.0
6.1.0
Added
- Added gitlab reporter by @frankdekker in #243
- Added support for config files with
.php
extension by @yguedidi in #247 - Added support for PHP 8.2 by @localheinz in #259
Fixed
- Declared otherwise dynamically declared property by @localheinz in #263
New Contributors
- @frankdekker made their first contribution in #242
- @yguedidi made their first contribution in #247
Full Changelog: v6.0.0...v6.1.0
5.2.0
What's Changed
- Fix PHP 8.1 deprecation errors by @cedric-anne in #187
- Mark the value of the display option as required by @stof in #188
- Add github report by @franmomu in #186
- Allow only supported Symfony versions by @stephanvierkant in #189
- Allow only supported PHP versions by @stephanvierkant in #190
- Improved usage detection across includes, extends and embeds. by @OwlyCode in #191
- Fix: Remove Travis CI configuration by @localheinz in #197
- Enhancement: Add
.gitattributes
by @localheinz in #198 - Fix: Do not prefer to install from source by @localheinz in #199
- Fix: Do not bother installing
phpunit
withshivammathur/setup-php
by @localheinz in #200 - Fix: Rename workflow by @localheinz in #201
- Fix: Wrap arrays by @localheinz in #202
- Fix: Consistently quote strings in YAML files by @localheinz in #203
- Fix: Whitespace by @localheinz in #204
- Fix: Name by @localheinz in #205
- Fix: Order by @localheinz in #206
- Enhancement: Add badge by @localheinz in #207
- Fix: Rename key by @localheinz in #208
- Enhancement: Add issue and pull request templates by @localheinz in #211
- Fix: Rename steps by @localheinz in #210
- Fix: Run workflow on push and pull_request events by @localheinz in #212
- Fix: Do not configure
bin
directory by @localheinz in #214 - Fix: Do not bother running workflow on macos-latest by @localheinz in #213
- Fix: Clean up
.gitignore
by @localheinz in #215 - Apply php-cs-fixer and add a GA job to check it by @franmomu in #178
- Enhancement: Update
friendsofphp/php-cs-fixer
by @localheinz in #216 - Fix: Use long option by @localheinz in #217
- Enhancement: Use
--ansi
option by @localheinz in #218 - Enhancement: Allow dependabot to update GitHub Actions by @localheinz in #219
- github-actions(deps): bump actions/checkout from 2 to 3 by @dependabot in #220
- Fix: Disable coverage by @localheinz in #221
- Enhancement: Add
.editorconfig
by @localheinz in #222 - Enhancement: Keep packages sorted in
composer.json
by @localheinz in #224 - Enhancement: Run dependency analysis with
maglnet/composer-require-checker
by @localheinz in #223 - Fix: Reference
phpunit.xsd
as installed withcomposer
by @localheinz in #225 - Fix: Remove comment by @localheinz in #226
- Fix: Indentation by @localheinz in #227
- Fix: Order by @localheinz in #228
- Fix: Require
phpunit/phpunit:^9.5.20
by @localheinz in #229 - Enhancement: Collect and report code coverage by @localheinz in #230
- Fix: Order by @localheinz in #231
- Enhancement: Run static code analysis with
vimeo/psalm
by @localheinz in #232 - Fix: Add
CONTRIBUTING.md
by @localheinz in #233 - Enhancement: Add
Makefile
by @localheinz in #234 - Fix: Require
humbug/box
by @localheinz in #235 - Enhancement: Compile Phar by @localheinz in #236
- Enhancement: Validate
box.json.dist
before compiling Phar by @localheinz in #237 - Enhancement: Run
phpunit/phpunit
inverbose
mode by @localheinz in #238
New Contributors
- @stephanvierkant made their first contribution in #189
Full Changelog: v5.1.0...5.2.0
6.0.0
Team changes
@localheinz @Ciloe and @alexmart are now maintainers on the project.
BC Breaks
- Remove support for php 7.3 and earlier (@stephanvierkant)
- Remove support for Symfony 3 and earlier (@stephanvierkant)
- Mark the values of the display and severity options as required (@stof)
master
branch has been moved tomain
(@OwlyCode)
New features
- Added a Github Action reporter (@franmomu)
- Added support for Symfony 6 (@stephanvierkant)
- Added template file resolution (@OwlyCode)
Bugfixes
- Fix PHP 8.1 deprecation errors (@cedric-anne)
5.1.0
New features:
- Phars are now signed (suggested by @prudloff-insite, implemented by @OwlyCode)
- The
exclude
option now supports both files and directories (@jklmnop) - Allowed configuring display from config file and honor config file options (@franmomu)
Bugfixes:
- Fixed wrong handling of hashes with double quoted keys (@cedric-anne)
- Fixed RulesetConfigurator::setNamedArgsSpacingPattern() arg type (@cedric-anne)
- Fixed false positive when a variable is used in an include (@franmomu)