Twigcs Versions Save

The missing checkstyle for twig!

6.2.0

1 year ago

What's Changed

Full Changelog: https://github.com/friendsoftwig/twigcs/compare/v6.1.0...6.2.0

v3.1.0

1 year ago

What's Changed

Full Changelog: https://github.com/friendsoftwig/twigcs/compare/v3.0.1...v3.1.0

5.2.0

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/friendsoftwig/twigcs/compare/v5.1.0...5.2.0

v3.0.0

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/friendsoftwig/twigcs/compare/v2.1.0...v3.0.0

v6.1.0

1 year ago

Added

Fixed

New Contributors

Full Changelog: https://github.com/friendsoftwig/twigcs/compare/v6.0.0...v6.1.0

v6.0.0

2 years ago

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 to main (@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)

v5.1.0

2 years ago

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)

v5.0.0

3 years ago

Breaking changes:

  • Added PHP 8 support, versions older than 7.3 are no longer supported. (@Ciloe)
  • The exclude option now requires a value, and the throw-syntax-error option requires none. (@stof)

v4.1.0

3 years ago

New features:

  • Added rules to prevent usage of configurable forbidden functions (@Ciloe)
  • Added <=> operator support (@Ciloe)

Fixes:

  • Fixed comparison inside function calls generating false positives (@Ciloe)
  • Fixed comparison inside parenthesis generating false positives (@Ciloe)

v4.0.0

3 years ago

New features:

  • File based configuration (@c33s, @OwlyCode)
  • Syntax errors are converted to violations (@laurentmuller)
  • Short object initialization syntax support (@OwlyCode)

Fixes:

  • Fixed bitwise operators (@Dodenis)
  • Fixed variable character case detection in "for" tags (@Dodenis)
  • Fixed unused variables or macros not detected in elseif (@Dodenis)
  • Fixed // and ** operator precedence (@Dodenis)
  • Fixed named arguments syntax support (@OwlyCode)
  • Fixed false positives in unused variables detection (@OwlyCode)