Skip to content

v2.0.0

Compare
Choose a tag to compare
@dongyx dongyx released this 29 Jul 10:36
· 26 commits to main since this release

This is a breaking upgrade and is incompatible with 1.x.

  • Rewrite with plain C
  • Build to a standalone executable instead of multiple ones
  • Faster template compiling
  • Support including other templates by <%+, %>
  • The special treatment for shebang comments is deprecated; If an executable is required, compile the template to a shell script using the -c option
  • Expressions are no longer automatically quoted and escaped
  • The progname environment variable is no longer set; If the template needs to use $0, compile it to a shell script using the -c option