Skip to content

Releases: intaro/twig-sandbox-bundle

v3.4.0

Choose a tag to compare

@muxx muxx released this 12 Sep 11:33
fc97651

What's Changed

  • Strict mode of the TwigSandbox validator by @muxx in #27

Full Changelog: v3.3.0...v3.4.0

v3.3.0

Choose a tag to compare

@muxx muxx released this 19 Aug 15:39
266bc87

What's Changed

Full Changelog: v3.2.0...v3.3.0

v3.2.0: возможность указать дополнительные директории бандлов (#25)

Choose a tag to compare

@addfs addfs released this 23 Dec 11:09
ef7bb93
Co-authored-by: Андрей Артаханов <artahanov@retailcrm.ru>

v3.1.0

Choose a tag to compare

@muxx muxx released this 10 Oct 19:23
a88d5f0

What's Changed

  • remove support of Symfony 5 by @muxx in #24

Full Changelog: v3.0.0...v3.1.0

v3.0.0

Choose a tag to compare

@muxx muxx released this 16 Sep 13:30
34ff40f

What's Changed

  • PHPStan up to level 8 by @muxx in #22
  • Drop PHP 7.4, 8.0 and Symfony 4.4 support + migrate from annotations to attributes by @muxx in #23

Full Changelog: v2.3.0...v3.0.0

You can use Rector to convert annotations @Sandbox to attributes #[Sandbox]:

$rectorConfig->ruleWithConfiguration(\Rector\Php80\Rector\Class_\AnnotationToAttributeRector::class, [
    new \Rector\Php80\ValueObject\AnnotationToAttribute(
        'Intaro\\TwigSandboxBundle\\Annotation\\Sandbox',
        'Intaro\\TwigSandboxBundle\\Attribute\\Sandbox',
    ),
]);

v2.3.0

Choose a tag to compare

@muxx muxx released this 17 Jun 14:16
001ab69

What's Changed

  • Add php 8.0, 8.1, 8.2, 8.3 in pipelines matrix by @muxx in #18
  • Local env by @muxx in #20
  • Symfony 6 support by @muxx in #19

Full Changelog: v2.2.0...v2.3.0

v2.2.0: fix php 8 findClass (#12)

Choose a tag to compare

@addfs addfs released this 09 Jan 13:41
845ec16
php 8 compatibility

v2.1.0: php cs (#15)

Choose a tag to compare

@addfs addfs released this 15 Jun 10:32
3f5df8b
* php cs

v2.0.0

Choose a tag to compare

@addfs addfs released this 13 Jun 09:18

array short syntax
add tests
adapter for Twig\Environment fo backward compatibility with twig…
twig v2

v1.1.3

Choose a tag to compare

@addfs addfs released this 16 Mar 16:35
b3f91f3
Merge pull request #10 from addfs/patch-2

fix deprecations for symfony >= 4.2