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

Changelog History
Page 3

  • v0.13.2 Changes

    October 28, 2012
    • ๐Ÿ”„ Changed Allow variables, filters, arguments to span lines gh-122
    • ๐Ÿ”„ Changed Throw Errors when using undefined filters gh-115
    • ๐Ÿ›  Fixed compiling files from absolute paths gh-103
    • ๐Ÿ›  Fixed Prevent global variables from being used before context variables gh-117

    ๐Ÿ“š Documentation

  • v0.13.1 Changes

    October 28, 2012
    • ๐Ÿ›  Fixed Macros should be preserved when using inheritence gh-132 (nsaun)
    • ๐Ÿ›  Fixed bug in parent tag logic gh-130
    • ๐Ÿ›  Fixed Error messaging when parent block failed compilation gh-129 (nsaun)

    ๐Ÿ“š Documentation

  • v0.13.0 Changes

    October 20, 2012
    • โž• Added Support for nested blocks! gh-64 gh-129 (nsaun)
    • ๐Ÿ”„ Changed Removed the parentBlock argument from tags.
    • ๐Ÿ›  Fixed Object keys may now contain dots

    ๐Ÿ“š Documentation

  • v0.12.1 Changes

    October 05, 2012
    • โž• Added More information on some parser errors
    • โž• Added indent parameter to json_encode filter to support pretty-printing.
    • โž• Added support for variables as extends tag parameters
    • ๐Ÿ›  Fixed Compile errors in Android and other random browsers
    • ๐Ÿ›  Fixed Misc documentation
    • ๐Ÿ›  Fixed Leaking __keys variable into global scope * ๐Ÿ“š Documentation
  • v0.12.0 Changes

    July 26, 2012
    • ๐Ÿ›  Fixed Misc documenation
    • ๐Ÿ”„ Changed Support Node.js >=v0.6

    ๐Ÿ“š Documentation

  • v0.11.2 Changes

    April 10, 2012

    ๐Ÿ“š Documentation

  • v0.11.1 Changes

    April 01, 2012
    • ๐Ÿ›  Fixed Duplicate (string) tokens were being removed when extending a base template. gh-67

    ๐Ÿ“š Documentation

  • v0.11.0 Changes

    February 27, 2012
    • โž• Added Support for Windows style paths gh-57
    • โž• Added ignore missing tokens to include tag
    • ๐Ÿ”„ Changed include tag with context to only work if context is an object
    • ๐Ÿ”„ Changed autoescape tag controls no longer 'yes' or 'no'. Use true and false
    • ๐Ÿ”„ Changed parser is now passed into tags as an argument
    • ๐Ÿ”„ Changed don't require passing context object when rendering template
    • ๐Ÿ›  Fixed dateformats N and w gh-59
    • ๐Ÿ›  Fixed number changing to string after add filter or set from variable gh-53 gh-58
    • ๐Ÿ›  Fixed speed decrease caused by loop.cycle fixed
    • ๐Ÿ›  Fixed Ensure set tag bubbles through extends and blocks

    ๐Ÿ“š Documentation

  • v0.10.0 Changes

    February 13, 2012
    • โž• Added loop.index0, loop.revindex, loop.revindex0, and loop.cycle gh-48
    • โž• Added init config extensions for 3rd party extension access in custom tags gh-44
    • โž• Added Whitespace Control gh-46
    • ๐Ÿ”„ Changed The empty tag in for loops is now else gh-49
    • ๐Ÿ”„ Changed forloop vars to loop closes gh-47
    • ๐Ÿ›  Fixed include tag's with and only args documentation gh-50

    ๐Ÿ“š Documentation

  • v0.9.4 Changes

    February 07, 2012
    • ๐Ÿ›  Fixed parent tag would not render when called within tags gh-41
    • ๐Ÿ›  Fixed Documentation for forloop.index & forloop.key gh-42
    • ๐Ÿ›  Fixed Errors when using include inside base template block tags gh-43
    • ๐Ÿ›  Fixed Allow set tag to set values to numbers gh-45
    • ๐Ÿ›  Fixed set tag for booleans using too many checks

    ๐Ÿ“š Documentation