You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

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