Skip to content

Releases: twigjs/twig.js

1.13.1

19 Jan 22:11
35cbb35
Compare
Choose a tag to compare

Minor improvements:

  • Fix for not autoescaping includes (#604)

1.13.0

10 Jan 18:43
0e0a655
Compare
Choose a tag to compare

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)