Releases: intaro/twig-sandbox-bundle
Releases · intaro/twig-sandbox-bundle
v3.4.0
Compare
Sorry, something went wrong.
No results found
muxx
released this
12 Sep 11:33
What's Changed
Strict mode of the TwigSandbox validator by @muxx in #27
Full Changelog : v3.3.0...v3.4.0
v3.3.0
Compare
Sorry, something went wrong.
No results found
muxx
released this
19 Aug 15:39
What's Changed
Full Changelog : v3.2.0...v3.3.0
v3.2.0: возможность указать дополнительные директории бандлов (#25)
Compare
Sorry, something went wrong.
No results found
addfs
released this
23 Dec 11:09
Co-authored-by: Андрей Артаханов <artahanov@retailcrm.ru>
v3.1.0
Compare
Sorry, something went wrong.
No results found
muxx
released this
10 Oct 19:23
What's Changed
remove support of Symfony 5 by @muxx in #24
Full Changelog : v3.0.0...v3.1.0
v3.0.0
Compare
Sorry, something went wrong.
No results found
muxx
released this
16 Sep 13:30
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
Compare
Sorry, something went wrong.
No results found
muxx
released this
17 Jun 14:16
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)
Compare
Sorry, something went wrong.
No results found
addfs
released this
09 Jan 13:41
php 8 compatibility
v2.1.0: php cs (#15)
Compare
Sorry, something went wrong.
No results found
addfs
released this
15 Jun 10:32
* php cs
v2.0.0
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
addfs
released this
16 Mar 16:35
Merge pull request #10 from addfs/patch-2
fix deprecations for symfony >= 4.2