Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

CHANGES.md 1.3KB

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