Art Template Versions Save

High performance JavaScript templating engine

v4.13.2

5 years ago
  1. 修复 npm 包 index.d.ts 丢失的问题

v4.13.1

5 years ago
  1. 修复在某些情况 runtime 提示 window 未定义的问题 #553

v4.13.0

5 years ago
  1. 修复超大模板编译性能问题 #539#4
  2. 支持嵌套 block #468

v4.12.1

6 years ago
  1. bail 默认为 true
  2. 修复过滤器不支持 javascript 表达式的问题 #430
  3. includeextend 支持使用函数表达式。例如 {{include(file, {list[]})}} #414
  4. 修复 options.escape=false 不生效的 BUG

v4.10.0

6 years ago
  1. 修复标准语法的 BUG #408,并且不再兼容 v3 的辅助方法调用:{{helper args}}
  2. 修复 EJS <%- include(src) %> 语句兼容问题

v4.9.1

7 years ago
  1. 修复模板内部 $escape$each 变量可能没有定义的问题 #3 #1

v4.9.0

7 years ago
  1. 增强调试功能:日志输出错误行号以及上下文

v4.8.2

7 years ago
  1. 修复子模板没有继承父模板编译 options 问题
  2. 渲染函数参数可以为空

v4.8.1

7 years ago
  1. 修复低版本 NodeJS 报错问题

v4.8.0

7 years ago
  1. 过滤器支持在运行时注入 #4
  2. 过滤器语法可以直接使用全局对象,无需特别声明。例如 {{url | encodeURIComponent}}