Skip to content

Releases: sserbin/twig-linter

Twig 3.12 compat

09 Sep 16:53
c4cb0d0
Compare
Choose a tag to compare

What's Changed

  • fix twig 3.12 compat with failing to detect default function by @sserbin in #53
  • Update vimeo/psalm requirement from ^4.7 to ^5.8 by @dependabot in #50

Full Changelog: 3.1.0...3.1.1

Chore: deps update

29 Jun 11:08
0b7cc4d
Compare
Choose a tag to compare
  • allow phpunit 9
  • require symfony/console and symfony/finder ^5.4|^6.1 (v4 is no longer supported) thanks @xvilo for contributing

Improved php8 compatibility (in composer non-dev mode)

25 Aug 18:02
7d43786
Compare
Choose a tag to compare

Replaces ocramius/package-versions with composer/package-versions-deprecated
#25 thanks @qrazi for reporting

Drop EOL PHP versions support (<7.4)

08 Jun 21:41
0a400c3
Compare
Choose a tag to compare

This release ends support for unsupported PHP versions (7.2 and 7.3)
PHP 7.4 + or 8.0+ are required

PHP8 support

08 Jun 21:33
6928441
Compare
Choose a tag to compare
  • php8 support thanks to @jDolba
  • chore: psalm update

Support v5 symfony/console and symfony/finder

29 Jul 05:18
7908885
Compare
Choose a tag to compare
  • Support v5 symfony/console and symfony/finder #8 thanks to @hsegnitz

Twig v3 support

23 Dec 23:08
414d0cf
Compare
Choose a tag to compare
  • Twig 3 support (thanks to @xvilo )
  • bumped min required php version from 7.1 to 7.2 (breaking change)
  • 7.4 on travis tests

1.0.2 refix

30 Jul 11:44
Compare
Choose a tag to compare

Fixed #5

Maintenance release

29 Jul 19:24
1f49a9a
Compare
Choose a tag to compare
  • deps update (psalm to recent ^3.4, phpunit to either 7 or 8)
  • add php 7.3 to travis config

Stub env bugfix (#2)

29 Jul 18:50
Compare
Choose a tag to compare

Fixes #2

  • do not stub twig's builtin filters/tests/functions - builtins should now emit proper errors when used improperly;
  • fixed noop not working with nullary functions (it was expecting at least an unary one);