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_encodecan now extend parameters (#588)- Fix
.startsWithand.endsWithwith.indexOffor IE (#587) - Autoescaping improvement (#577)
- Support null-coalescing operator
??(#575) - Add
verbatimtag (#574) - Fix bug in
forloop (#573) - Fix twig
{% if(x) %}and{% elseif(x) %}blocks parsing error (#570)