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 1.1KB

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
il y a 16 ans
il y a 16 ans
il y a 16 ans
il y a 16 ans
12345678910111213141516171819202122232425262728293031323334353637383940
  1. # mustache.js Changes
  2. ## 0.3.1 (??-??-????)
  3. ## 0.3.0 (21-07-2010)
  4. * Improved whitespace handling.
  5. * Make IMPLICIT ITERATORS a first class feature.
  6. * Fix Rhino compat.
  7. * CommonJS packaging is no longer a special case.
  8. * DRY Rakefile.
  9. * Allow whitespace around tag names.
  10. * Fix partial scope.
  11. * Fix Comments.
  12. * Added inverted sections.
  13. * Avoid double encoding of entities.
  14. * Use sections to dereference subcontexts.
  15. * Added higher order sections.
  16. ## 0.2.3 (28-03-2010)
  17. * Better error message for missing partials.
  18. * Added more robust type detection.
  19. * Parse pragmas only once.
  20. * Throw exception when encountering an unknown pragma.
  21. * Ignore undefined partial contexts. Returns verbatim partials.
  22. * Added yui3 packaging.
  23. ## 0.2.2 (11-02-2010)
  24. * ctemplate compat: Partials are indicated by >, not <.
  25. * Add support for {{%PRAGMA}} to enable features.
  26. * Made array of strings an option. Enable with `{{%JSTACHE-ENABLE-STRING-ARRAYS}}`.
  27. * mustache compat: Don't barf on unknown variables.
  28. * Add `rake dojo` target to create a dojo package.
  29. * Add streaming api.
  30. * Rename JSTACHE-ENABLE-STRING-ARRAYS to IMPLICIT-ITERATOR.
  31. * Add support for pragma options.