Skip to content

tag-0.2.4

Compare
Choose a tag to compare
@DavidAlphaFox DavidAlphaFox released this 31 Oct 14:41
· 35 commits to master since this release

更新ai_mustache的规则,此次更新将不再兼容以前的版本

  1. mustach模版将共享同一个Context
  2. 局部模版都统一使用全路径,不再区分当前目录和其它目录
  3. 扩展section的语义,支持函数条件渲染

This version changes the base rule of ai_mustache, it will not compatible with older versions.

  1. All the mustache in one rendering process, they will share the same Context.
  2. Partial templates will search begin base view directory.
  3. It extends the semantics of mustach's section, it will support an one argument's condition function.