Skip to content

Version 1.1.0

Compare
Choose a tag to compare
@nebrelbug nebrelbug released this 27 Apr 20:21

TL;DR

Eta now HTML-escapes > as well as <. Though many other template engines avoid doing so, it should provide extra assurance in some edge cases (such as interpolations within an HTML tag). Based on benchmarks, Eta retains its status as the fastest template engine.

Commits

  • HTML-escape closing '>' as well as opening -- for a few edge cases 99aedf2

v1.0.3...v1.1.0