Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

před 13 roky
před 13 roky
123456789101112131415161718
  1. = HEAD
  2. * Rename Renderer => Writer.
  3. * Fixed a bug with higher-order sections that prevented them from being
  4. passed the raw text of the section from the original template.
  5. * More concise token format.
  6. * High-level API is consistent with the Writer API.
  7. * Allow partials to be passed to the pre-compiled function (thanks @fallenice).
  8. * Don't use eval (thanks @cweider).
  9. = 0.6.0 / 31 Aug 2012
  10. * Use JavaScript's definition of falsy when determining whether to render an
  11. inverted section or not. Issue #186.
  12. * Use Mustache.escape to escape values inside {{}}. This function may be
  13. reassigned to alter the default escaping behavior. Issue #244.
  14. * Fixed a bug that clashed with QUnit (thanks @kannix).
  15. * Added volo support (thanks @guybedford).