Skip to content

Releases: aui/art-template

v4.7.0

01 May 13:07
@aui aui
Compare
Choose a tag to compare
  1. 增加 ignore 配置,可以让模板编译器忽略指定的变量初始化
  2. 增加 htmlMinifierOptions 配置,可对 htmlMinifie 压缩器进行配置

v4.6.0

30 Apr 07:28
@aui aui
Compare
Choose a tag to compare
  1. $escape() 函数提高 4 倍性能
  2. 支持输出 sourceMap: sourcesContent

v4.5.1

27 Apr 14:43
@aui aui
Compare
Choose a tag to compare
  1. 修复 {{/if}} 语句不支持头尾空格的问题
  2. 修复 NodeJS 版本兼容问题 #393

v4.5.0

25 Apr 11:55
@aui aui
Compare
Choose a tag to compare
  1. 支持对 options.imports 的深拷贝 #1
  2. 支持对 options.rules 的覆盖

v4.4.1

23 Apr 14:29
@aui aui
Compare
Choose a tag to compare
  1. 修正 root 配置的行为,如果 filename 为全局模块路径,会直接根据 root 来定位
  2. 修复多行模板逻辑表达式下 sourceMap 行号记录不准确的 BUG
  3. 标准化错误处理

v4.1.0

18 Apr 16:41
@aui aui
Compare
Choose a tag to compare
  1. 支持 layout
  2. 修复 {{if else value}} 语句 BUG
  3. 修复多个 include 语句的 BUG

3.0.1

09 Jul 08:00
@aui aui
Compare
Choose a tag to compare

适配 express3.x 与 4.x,修复路径 BUG