Skip to content

v0.6.0

Latest

Choose a tag to compare

@github-actions github-actions released this 11 Jun 21:40
bccd144

Minor Changes

  • 63cdd5e: Add htmlLinting option and improve FreeMarker grammar support

    • Add htmlLinting: false option to lint() to suppress HTML errors for plain-text email use cases
    • Fix FreeMarker syntax error positions being reported relative to HTML chunks instead of the full document
    • Support parenthesized expressions with modifiers: ${(hpcAmount?number*0.5)?round}
    • Support arithmetic in parentheses: ${(a+b)*c}
    • Add FreeMarker comment support: <#-- ... -->
    • Fix operator ordering to correctly handle ==, !=, <=, >=
    • Add <#local> and <#global> assign directives
    • Support modulo operator %

Bug Fixes

  • added lt, lte, gt and gte syntax support (0e2a7aa)