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

9 行
388B

  1. = 0.6.0 / 31 Aug 2012
  2. * Use JavaScript's definition of falsy when determining whether to render an
  3. inverted section or not. Issue #186.
  4. * Use Mustache.escape to escape values inside {{}}. This function may be
  5. reassigned to alter the default escaping behavior. Issue #244.
  6. * Fixed a bug that clashed with QUnit (thanks @kannix).
  7. * Added volo support (thanks @guybedford).