25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

CHANGES.md 1.2KB

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