Releases: gulp-community/gulp-pug
Releases · gulp-community/gulp-pug
v5.0.0
1.1.0 - Bump Jade
1.0.1 - Update to SPDX license
Changes:
- Updated package.json to use a valid SPDX license definition - @pgilad
1.0.0 - stability: locked
0.11.0 - Update dependencies
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.
0.9.0 - Jade Update
Changes
- Updated max Jade version to 1.7 - @chyld
0.8.0 - Jade Update
Changes
- Allow Jade version range between 1.1 - 1.6 - @koistya
0.7.0 - Jade update
Changes
- Allow Jade version range between
1.1 - 1.5
0.6.1 - Update through2
Changes:
through2
dependency updated to0.5.1
which sets highWaterMark to 16 - @tomchentw- Simplified stream push/error patterns - @tomchentw