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.

CHANGES.md 337B

16 vuotta sitten
16 vuotta sitten
16 vuotta sitten
16 vuotta sitten
16 vuotta sitten
123456789
  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}}`.
  6. * mustache compat: Don't barf on unknown variables.
  7. * Add `rake dojo` target to create a dojo package.