Releases: twigjs/twig.js
Releases · twigjs/twig.js
1.13.1
1.13.0
Major improvements:
- Unminified sources in the npm package (#598)
Minor improvements:
- Multiple namespace performance improvement (#580)
|url_encode
can now extend parameters (#588)- Fix
.startsWith
and.endsWith
with.indexOf
for IE (#587) - Autoescaping improvement (#577)
- Support null-coalescing operator
??
(#575) - Add
verbatim
tag (#574) - Fix bug in
for
loop (#573) - Fix twig
{% if(x) %}
and{% elseif(x) %}
blocks parsing error (#570)