You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

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