All Versions
52
Latest Version
Avg Release Cycle
29 days
Latest Release
3545 days ago

Changelog History
Page 4

  • v0.9.3 Changes

    January 28, 2012
    • ๐Ÿ›  Fixed Allow object and array values to be accessed via context variables gh-40

    ๐Ÿ“š Documentation

  • v0.9.2 Changes

    January 23, 2012
    • ๐Ÿ›  Fixed Correctly reset autoescape after closing an autoescape tag. gh-39

    ๐Ÿ“š Documentation

  • v0.9.1 Changes

    January 18, 2012
    • ๐Ÿ›  Fixed Allow multi-line tags and comments. gh-30

    ๐Ÿ“š Documentation

  • v0.9.0 Changes

    December 30, 2011
    • โž• Added DateZ license to browser header, use link to underscore license.
    • โž• Added Timezone support in date filter gh-27.
    • โž• Added New raw tag.
    • ๐Ÿ”„ Changed Swig is no longer node 0.4 compatible.
    • ๐Ÿ›  Fixed Filter date('f') for 10am times.
    • ๐Ÿ›  Fixed Filter date('r') returns in UTC date format. This is more correct tospec RFC2822, per php.net/date.
    • ๐Ÿ›  Fixed Filter add when adding numbers/numbers+strings together.
    • ๐Ÿ›  Fixed Tests for error messages that changed in node >0.6.0.

    ๐Ÿ“š Documentation

  • v0.8.0 Changes

    November 04, 2011
    • โž• Added date filter formats z, W, t, L, o, B, and c.
    • โž• Added New filter tag.
    • โž• Added Node.js compatible 0.4.1 - 0.6.X
    • โž• Added Allow setting cache globally or per-template.
    • ๐Ÿ”„ Changed Removed swig.render and swig.fromString.
    • ๐Ÿ”„ Changed swig.fromFile is now swig.compileFile.
    • ๐Ÿ”„ Changed swig.init() will clear template cache.
    • ๐Ÿ”„ Changed swig.init() is now optional for browser mode with no custom settings.
    • ๐Ÿ”„ Changed Development dependencies are be more lenient.
    • ๐Ÿ›  Fixed Parser will properly preserver '\' escaping. gh-24
    • ๐Ÿ›  Fixed Rewrote tag argument parsing for proper space handling.
    • ๐Ÿ›  Fixed Rewrote filter argument parsing. gh-23
    • ๐Ÿ›  Fixed Allow pipe | characters in filter arguments. gh-22

    ๐Ÿ“š Documentation

  • v0.7.0 Changes

    October 05, 2011
    • โž• Added make browser will build Swig for use in major browsers. gh-3
    • ๐Ÿ”„ Changed Allow overriding escape filters. gh-19

    ๐Ÿ“š Documentation

  • v0.6.1 Changes

    October 02, 2011
    • ๐Ÿ›  Fixed chaining filters when the first takes a variable as an argument will not crash parsing.

    ๐Ÿ“š Documentation

  • v0.6.0 Changes

    October 02, 2011
    • โž• Added {% import foo as bar %} tag for importing macros.
    • โž• Added Allow escaping for js in escape filter and autoescape tag.
    • โž• Added raw filter to force variable to not be escaped.
    • โž• Added escape and e filters to force variable to be escaped.
    • โž• Added Allow filters to accept any JS objects, arrays, strings, and context variables.
    • ๐Ÿ”„ Changed if, else, and else if tags support all JS-valid if-syntaxes + extra operators.
    • ๐Ÿ›  Fixed default filter for undefined variables. closes gh-18

    ๐Ÿ“š Documentation

  • v0.5.0 Changes

    September 27, 2011
    • โž• Added More error messaging in some edge cases.
    • โž• Added Better error messaging including context and line numbers.
    • ๐Ÿ”„ Changed Improved compile and render speeds.
    • ๐Ÿ”„ Changed include tags accept context variables instead of just strings.
    • ๐Ÿ”„ Changed Templates can be compiled and rendered from an absolute path outside of the template root.
    • ๐Ÿ›  Fixed Will not double escape output.

    ๐Ÿ“š Documentation

  • v0.4.0 Changes

    September 24, 2011
    • โž• Added Macro support [docs](docs/tags.md)
    • ๐Ÿ”„ Changed Removed requirement to manually specify locals for express support.
    • ๐Ÿ”„ Changed Increased cache lookup speed by removing crypto dependency.
    • ๐Ÿ›  Fixed length filter returns length of objects (number of keys).
    • ๐Ÿ›  Fixed Filters return empty string unless they can apply to the given object.
    • ๐Ÿ›  Fixed Filters will attempt to apply to all values in an object or array.

    ๐Ÿ“š Documentation