25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

CHANGES.md 1.4KB

16 년 전
16 년 전
16 년 전
16 년 전
16 년 전
16 년 전
16 년 전
16 년 전
16 년 전
16 년 전
16 년 전
16 년 전
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. # mustache.js Changes
  2. ## 0.5.1-vcs
  3. * Added Dot Notation Support
  4. ## 0.5.0-vcs
  5. * Added Compiled Template support
  6. * Correct Set Delimiter implementation
  7. * Implements & unescaping character
  8. * Multiline Comments
  9. * Syntactically Important Whitespace (Issues 25, 41, 48, and 67)
  10. * QUnit unit tests
  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.