Skip to content

Releases: friendsoftwig/twigcs

6.4.0

05 Dec 07:40
6.4.0
954e1af
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 6.3.0...6.4.0

6.3.0

29 Nov 17:05
6.3.0
265b18d
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 6.2.0...6.3.0

6.2.0

13 Jan 16:03
6.2.0
da697cc
Compare
Choose a tag to compare

What's Changed

Full Changelog: v6.1.0...6.2.0

6.1.0

04 Jan 16:12
v6.1.0
3c36d60
Compare
Choose a tag to compare

Added

Fixed

New Contributors

Full Changelog: v6.0.0...v6.1.0

5.2.0

13 Jan 11:34
5.2.0
5123655
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v5.1.0...5.2.0

6.0.0

28 Apr 11:40
035af79
Compare
Choose a tag to compare

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

Bugfixes

5.1.0

21 Sep 21:16
Compare
Choose a tag to compare

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)

5.0.0

04 Feb 13:48
Compare
Choose a tag to compare

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)

4.1.0

04 Feb 13:21
Compare
Choose a tag to compare

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)

4.0.0

27 Oct 17:59
14b7993
Compare
Choose a tag to compare

New features:

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)