You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

пре 13 година
пре 13 година
пре 13 година
пре 13 година
пре 13 година
пре 13 година
пре 13 година
123456789101112131415161718192021
  1. = 0.7.0 / 10 Sep 2012
  2. * Rename Renderer => Writer.
  3. * Allow partials to be loaded dynamically using a callback (thanks @TiddoLangerak
  4. for the suggestion).
  5. * Fixed a bug with higher-order sections that prevented them from being
  6. passed the raw text of the section from the original template.
  7. * More concise token format. Tokens also include start/end indices in the
  8. original template.
  9. * High-level API is consistent with the Writer API.
  10. * Allow partials to be passed to the pre-compiled function (thanks @fallenice).
  11. * Don't use eval (thanks @cweider).
  12. = 0.6.0 / 31 Aug 2012
  13. * Use JavaScript's definition of falsy when determining whether to render an
  14. inverted section or not. Issue #186.
  15. * Use Mustache.escape to escape values inside {{}}. This function may be
  16. reassigned to alter the default escaping behavior. Issue #244.
  17. * Fixed a bug that clashed with QUnit (thanks @kannix).
  18. * Added volo support (thanks @guybedford).