Skip to content

Releases: intaro/twig-sandbox-bundle

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

23 Dec 11:09
ef7bb93
Compare
Choose a tag to compare

v3.1.0

10 Oct 19:23
a88d5f0
Compare
Choose a tag to compare

What's Changed

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

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

v3.0.0

16 Sep 13:30
34ff40f
Compare
Choose a tag to compare

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

17 Jun 14:16
001ab69
Compare
Choose a tag to compare

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)

09 Jan 13:41
845ec16
Compare
Choose a tag to compare
php 8 compatibility

v2.1.0: php cs (#15)

15 Jun 10:32
3f5df8b
Compare
Choose a tag to compare

v2.0.0

13 Jun 09:18
Compare
Choose a tag to compare

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

v1.1.3

16 Mar 16:35
b3f91f3
Compare
Choose a tag to compare
Merge pull request #10 from addfs/patch-2

fix deprecations for symfony >= 4.2

v1.1.2

20 Sep 15:12
fcd8b08
Compare
Choose a tag to compare
Merge pull request #9 from u-mulder/patch-add-type

Добавлена опция "type" для аннотации @Sandbox

v1.1.1: Merge pull request #8 from linniksa/patch-1

28 Nov 10:05
f6abee2
Compare
Choose a tag to compare
Make service.yml compat with symfony 3+