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.3KB

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