選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

18 行
745B

  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. * Don't use eval (thanks @cweider).
  8. = 0.6.0 / 31 Aug 2012
  9. * Use JavaScript's definition of falsy when determining whether to render an
  10. inverted section or not. Issue #186.
  11. * Use Mustache.escape to escape values inside {{}}. This function may be
  12. reassigned to alter the default escaping behavior. Issue #244.
  13. * Fixed a bug that clashed with QUnit (thanks @kannix).
  14. * Added volo support (thanks @guybedford).