tag-0.2.4
DavidAlphaFox
released this
31 Oct 14:41
·
35 commits
to master
since this release
更新ai_mustache的规则,此次更新将不再兼容以前的版本
- mustach模版将共享同一个Context
- 局部模版都统一使用全路径,不再区分当前目录和其它目录
- 扩展section的语义,支持函数条件渲染
This version changes the base rule of ai_mustache, it will not compatible with older versions.
- All the mustache in one rendering process, they will share the same Context.
- Partial templates will search begin base view directory.
- It extends the semantics of mustach's section, it will support an one argument's condition function.