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

v0.11.0

Compare
Choose a tag to compare
@paularmstrong paularmstrong released this 03 Sep 23:56
· 709 commits to master since this release
  • 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