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.

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