您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

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