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 785B

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
il y a 16 ans
il y a 16 ans
il y a 16 ans
1234567891011121314151617181920212223242526
  1. # mustache.js Changes
  2. ## 0.3.0 (??-??-????)
  3. * Added higher order sections.
  4. ## 0.2.3 (28-03-2010)
  5. * Better error message for missing partials.
  6. * Added more robust type detection.
  7. * Parse pragmas only once.
  8. * Throw exception when encountering an unknown pragma.
  9. * Ignore undefined partial contexts. Returns verbatim partials.
  10. * Added yui3 packaging.
  11. ## 0.2.2 (11-02-2010)
  12. * ctemplate compat: Partials are indicated by >, not <.
  13. * Add support for {{%PRAGMA}} to enable features.
  14. * Made array of strings an option. Enable with `{{%JSTACHE-ENABLE-STRING-ARRAYS}}`.
  15. * mustache compat: Don't barf on unknown variables.
  16. * Add `rake dojo` target to create a dojo package.
  17. * Add streaming api.
  18. * Rename JSTACHE-ENABLE-STRING-ARRAYS to IMPLICIT-ITERATOR.
  19. * Add support for pragma options.