Skip to content

0.10.0 - Support custom jade instances and filters

Compare
Choose a tag to compare
@phated phated released this 21 Nov 21:22
· 72 commits to master since this release

Changes:

  • Filters are now easily supported by passing a custom jade instance with filters attached as the jade option. - @spelufo
  • Newer versions of jade will also be supported through the same mechanism as above. The jade instances must still have a compile and compileClient method available or things will break. - @spelufo

Many thanks to @spelufo for getting this done! It solves pretty much every issue that's been opened on this project in recent months. Next release will probably be 1.0 with a locked API.