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 894B

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
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
12345678910111213141516171819202122232425262728293031
  1. # mustache.js Changes
  2. ## 0.3.0 (??-??-????)
  3. * Added inverted sections.
  4. * Avoid double encoding of entities.
  5. * Use sections to dereference subcontexts.
  6. * Added higher order sections.
  7. ## 0.2.3 (28-03-2010)
  8. * Better error message for missing partials.
  9. * Added more robust type detection.
  10. * Parse pragmas only once.
  11. * Throw exception when encountering an unknown pragma.
  12. * Ignore undefined partial contexts. Returns verbatim partials.
  13. * Added yui3 packaging.
  14. ## 0.2.2 (11-02-2010)
  15. * ctemplate compat: Partials are indicated by >, not <.
  16. * Add support for {{%PRAGMA}} to enable features.
  17. * Made array of strings an option. Enable with `{{%JSTACHE-ENABLE-STRING-ARRAYS}}`.
  18. * mustache compat: Don't barf on unknown variables.
  19. * Add `rake dojo` target to create a dojo package.
  20. * Add streaming api.
  21. * Rename JSTACHE-ENABLE-STRING-ARRAYS to IMPLICIT-ITERATOR.
  22. * Add support for pragma options.