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

CHANGES.md 356B

16年前
123456789
  1. # mustache.js Changes
  2. ## 0.2 (??-??-????)
  3. * add streaming api
  4. * ctemplate compat: Partials are indicated by >, not <.
  5. * Add support for {{%PRAGMA}} to enable features.
  6. * Made array of strings an option. Enable with `{{%JSTACHE-ENABLE-STRING-ARRAYS}}`.
  7. * mustache compat: Don't barf on unknown variables.
  8. * Add `rake dojo` target to create a dojo package.