選択できるのは25トピックまでです。
トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
mustache.js Changes
0.3.0 (??-??-????)
0.2.3 (28-03-2010)
- Better error message for missing partials.
- Added more robust type detection.
- Parse pragmas only once.
- Throw exception when encountering an unknown pragma.
- Ignore undefined partial contexts. Returns verbatim partials.
- Added yui3 packaging.
0.2.2 (11-02-2010)
- ctemplate compat: Partials are indicated by >, not <.
- Add support for {{%PRAGMA}} to enable features.
- Made array of strings an option. Enable with
{{%JSTACHE-ENABLE-STRING-ARRAYS}}.
- mustache compat: Don't barf on unknown variables.
- Add
rake dojo target to create a dojo package.
- Add streaming api.
- Rename JSTACHE-ENABLE-STRING-ARRAYS to IMPLICIT-ITERATOR.
- Add support for pragma options.