0.10.0 - Support custom jade instances and filters
Changes:
- Filters are now easily supported by passing a custom
jade
instance with filters attached as thejade
option. - @spelufo - Newer versions of
jade
will also be supported through the same mechanism as above. Thejade
instances must still have acompile
andcompileClient
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.