No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.

CHANGES.md 559B

hace 16 años
hace 16 años
hace 16 años
hace 16 años
hace 16 años
hace 16 años
hace 16 años
hace 16 años
1234567891011121314151617
  1. # mustache.js Changes
  2. ## 0.2.3 (??-??-????)
  3. * Better error message for missing partials.
  4. * Added more robust type detection.
  5. ## 0.2.2 (11-02-2010)
  6. * ctemplate compat: Partials are indicated by >, not <.
  7. * Add support for {{%PRAGMA}} to enable features.
  8. * Made array of strings an option. Enable with `{{%JSTACHE-ENABLE-STRING-ARRAYS}}`.
  9. * mustache compat: Don't barf on unknown variables.
  10. * Add `rake dojo` target to create a dojo package.
  11. * Add streaming api.
  12. * Rename JSTACHE-ENABLE-STRING-ARRAYS to IMPLICIT-ITERATOR.
  13. * Add support for pragma options.