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.

13 yıl önce
13 yıl önce
1234567891011121314
  1. = HEAD
  2. * Fixed a bug with higher-order sections that prevented them from being
  3. passed the raw text of the section from the original template.
  4. * More concise token format.
  5. = 0.6.0 / 31 Aug 2012
  6. * Use JavaScript's definition of falsy when determining whether to render an
  7. inverted section or not. Issue #186.
  8. * Use Mustache.escape to escape values inside {{}}. This function may be
  9. reassigned to alter the default escaping behavior. Issue #244.
  10. * Fixed a bug that clashed with QUnit (thanks @kannix).
  11. * Added volo support (thanks @guybedford).