Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

CHANGES.md 706B

il y a 16 ans
il y a 16 ans
il y a 16 ans
il y a 16 ans
il y a 16 ans
il y a 16 ans
il y a 16 ans
il y a 16 ans
il y a 16 ans
il y a 16 ans
123456789101112131415161718192021
  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. * Throw exception when encountering an unknown pragma.
  7. * Ignore undefined partial contexts. Returns verbatim partials.
  8. ## 0.2.2 (11-02-2010)
  9. * ctemplate compat: Partials are indicated by >, not <.
  10. * Add support for {{%PRAGMA}} to enable features.
  11. * Made array of strings an option. Enable with `{{%JSTACHE-ENABLE-STRING-ARRAYS}}`.
  12. * mustache compat: Don't barf on unknown variables.
  13. * Add `rake dojo` target to create a dojo package.
  14. * Add streaming api.
  15. * Rename JSTACHE-ENABLE-STRING-ARRAYS to IMPLICIT-ITERATOR.
  16. * Add support for pragma options.