Skip to content
This repository has been archived by the owner on Apr 11, 2018. It is now read-only.

Releases: paularmstrong/swig

v0.13.2

03 Sep 23:52
Compare
Choose a tag to compare
  • 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

v0.13.1

03 Sep 23:52
Compare
Choose a tag to compare
  • 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)

v0.13.0

03 Sep 23:52
Compare
Choose a tag to compare
  • Added Support for nested blocks! gh-64 gh-129 (nsaun)
  • Changed Removed the parentBlock argument from tags.
  • Fixed Object keys may now contain dots

v0.12.1

03 Sep 23:55
Compare
Choose a tag to compare
  • 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

v0.12.0

03 Sep 23:55
Compare
Choose a tag to compare
  • Fixed Misc documenation
  • Changed Support Node.js >=v0.6

v0.11.2

03 Sep 23:55
Compare
Choose a tag to compare
  • Fixed Update support for underscore@1.3.3 gh-70 gh-71

v0.11.1

03 Sep 23:56
Compare
Choose a tag to compare
  • Fixed Duplicate (string) tokens were being removed when extending a base template. gh-67

v0.11.0

03 Sep 23:56
Compare
Choose a tag to compare
  • 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

v0.10.0

03 Sep 23:56
Compare
Choose a tag to compare
  • 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

v0.9.4

03 Sep 23:56
Compare
Choose a tag to compare
  • 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