25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

513B

mustache.js Changes

0.2.3 (??-??-????)

  • Added more robust type detection.

0.2.2 (11-02-2010)

  • ctemplate compat: Partials are indicated by >, not <.
  • Add support for {{%PRAGMA}} to enable features.
  • Made array of strings an option. Enable with {{%JSTACHE-ENABLE-STRING-ARRAYS}}.
  • mustache compat: Don't barf on unknown variables.
  • Add rake dojo target to create a dojo package.
  • Add streaming api.
  • Rename JSTACHE-ENABLE-STRING-ARRAYS to IMPLICIT-ITERATOR.
  • Add support for pragma options.