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

19 行
774B

  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).