Skip to content

Bug fixes - v1.0.2

Compare
Choose a tag to compare
@jlongster jlongster released this 25 Mar 19:38
· 872 commits to master since this release
  • Use chokidar for watching file changes. This should fix a lot of problems on OS X machines.
  • Always use / in paths when precompiling templates
  • Fix bug where async filters hang indefinitely inside if statements
  • Extensions now can override autoescaping with an autoescape property
  • Other various minor bugfixes