Releases: goofychris/art-template
Releases · goofychris/art-template
v4.13.2
13 Nov 02:27
Compare
Sorry, something went wrong.
No results found
修复 npm 包 index.d.ts 丢失的问题
v4.13.1
25 Sep 09:26
Compare
Sorry, something went wrong.
No results found
修复在某些情况 runtime 提示 window 未定义的问题 #553
v4.13.0
21 Aug 07:58
Compare
Sorry, something went wrong.
No results found
v4.12.1
29 Jun 03:07
Compare
Sorry, something went wrong.
No results found
bail 默认为 true
修复过滤器不支持 javascript 表达式的问题 #430
include、extend 支持使用函数表达式。例如 {{include(file, {list[]})}} #414
修复 options.escape=false 不生效的 BUG
v4.10.0
03 Jun 05:00
Compare
Sorry, something went wrong.
No results found
修复标准语法的 BUG #408 ,并且不再兼容 v3 的辅助方法调用:{{helper args}}
修复 EJS <%- include(src) %> 语句兼容问题
v4.9.1
11 May 09:44
Compare
Sorry, something went wrong.
No results found
修复模板内部 $escape 与 $each 变量可能没有定义的问题 #3 #1
v4.9.0
10 May 15:08
Compare
Sorry, something went wrong.
No results found
v4.8.2
07 May 11:25
Compare
Sorry, something went wrong.
No results found
修复子模板没有继承父模板编译 options 问题
渲染函数参数可以为空
v4.8.1
04 May 10:28
Compare
Sorry, something went wrong.
No results found
v4.8.0
04 May 04:02
Compare
Sorry, something went wrong.
No results found
过滤器支持在运行时注入 #4
过滤器语法可以直接使用全局对象,无需特别声明。例如 {{url | encodeURIComponent}}