Gulp Pug Versions Save

Gulp plugin for compiling Pug templates

v5.0.0

2 years ago

⚠ BREAKING CHANGES

  • Update dependencies (#221)
  • Convert to gulp scaffold, dropping node <10 support (#215)

Features

  • Add streaming support using vinyl-contents (#200) (642d1ea)
  • Add template filename to PluginError (#220) (cfaad8c)

Miscellaneous Chores

v1.1.0

8 years ago

Changes:

  • Bump Jade version upper range to 1.11.0 - @shinnn
  • Bump through2 and tap versions - @shinnn

v1.0.1

8 years ago

Changes:

  • Updated package.json to use a valid SPDX license definition - @pgilad

v1.0.0

9 years ago

Changes:

  • Locked the API - @phated
  • Reduced closures and removed xtend dependency - @spelufo
  • Added docs for extending gulp-data locals with static locals - @phated
  • Tests run in node 0.12 - @phated

v0.11.0

9 years ago

Changes:

  • Update Jade dependency and add each version to Travis CI matrix - @phated
  • Update other dependencies - @shinnn
  • Speed up Travis CI builds - @shinnn
  • Update JSHint config - @shinnn
  • Reduce files pushed to npm - @shinnn

v0.10.0

9 years ago

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.

v0.9.0

9 years ago

Changes

  • Updated max Jade version to 1.7 - @chyld

v0.8.0

9 years ago

Changes

  • Allow Jade version range between 1.1 - 1.6 - @koistya

v0.7.0

9 years ago

Changes

  • Allow Jade version range between 1.1 - 1.5

v0.6.1

9 years ago

Changes:

  • through2 dependency updated to 0.5.1 which sets highWaterMark to 16 - @tomchentw
  • Simplified stream push/error patterns - @tomchentw