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

CHANGES.md 894B

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