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.

17 line
707B

  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. * High-level API is consistent with the Renderer API.
  6. * Allow partials to be passed to the pre-compiled function (thanks @fallenice).
  7. = 0.6.0 / 31 Aug 2012
  8. * Use JavaScript's definition of falsy when determining whether to render an
  9. inverted section or not. Issue #186.
  10. * Use Mustache.escape to escape values inside {{}}. This function may be
  11. reassigned to alter the default escaping behavior. Issue #244.
  12. * Fixed a bug that clashed with QUnit (thanks @kannix).
  13. * Added volo support (thanks @guybedford).