Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.

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