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 1.0KB

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