Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

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