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

CHANGES.md 513B

16年前
16年前
123456789101112131415
  1. # mustache.js Changes
  2. ## 0.2.3 (??-??-????)
  3. * Added more robust type detection.
  4. ## 0.2.2 (11-02-2010)
  5. * ctemplate compat: Partials are indicated by >, not <.
  6. * Add support for {{%PRAGMA}} to enable features.
  7. * Made array of strings an option. Enable with `{{%JSTACHE-ENABLE-STRING-ARRAYS}}`.
  8. * mustache compat: Don't barf on unknown variables.
  9. * Add `rake dojo` target to create a dojo package.
  10. * Add streaming api.
  11. * Rename JSTACHE-ENABLE-STRING-ARRAYS to IMPLICIT-ITERATOR.
  12. * Add support for pragma options.