選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

CHANGES.md 234B

16年前
1234567
  1. # Mustache.js Changes
  2. ## 0.2 (??-??-????)
  3. * ctemplate compat: Partials are indicated by >, not <.
  4. * Add support for {{%PRAGMA}} to enable features.
  5. * Made array of strings an option. Enable with `{{%JSTACHE-ENABLE-STRING-ARRAYS}}`.