選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

CHANGES.md 1.1KB

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