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 642B

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
1234567891011121314151617181920
  1. # mustache.js Changes
  2. ## 0.2.3 (??-??-????)
  3. * Better error message for missing partials.
  4. * Added more robust type detection.
  5. * Parse pragmas only once.
  6. * Throw exception when encountering an unknown pragma.
  7. ## 0.2.2 (11-02-2010)
  8. * ctemplate compat: Partials are indicated by >, not <.
  9. * Add support for {{%PRAGMA}} to enable features.
  10. * Made array of strings an option. Enable with `{{%JSTACHE-ENABLE-STRING-ARRAYS}}`.
  11. * mustache compat: Don't barf on unknown variables.
  12. * Add `rake dojo` target to create a dojo package.
  13. * Add streaming api.
  14. * Rename JSTACHE-ENABLE-STRING-ARRAYS to IMPLICIT-ITERATOR.
  15. * Add support for pragma options.