Skip to content

Releases: gulp-community/gulp-pug

v5.0.0

09 Jun 04:22
10f03b9
Compare
Choose a tag to compare

⚠ 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

1.1.0 - Bump Jade

28 Jul 18:49
Compare
Choose a tag to compare

Changes:

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

1.0.1 - Update to SPDX license

20 May 05:22
Compare
Choose a tag to compare

Changes:

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

1.0.0 - stability: locked

16 Feb 19:08
Compare
Choose a tag to compare

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

0.11.0 - Update dependencies

20 Jan 22:43
Compare
Choose a tag to compare

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

0.10.0 - Support custom jade instances and filters

21 Nov 21:22
Compare
Choose a tag to compare

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.

0.9.0 - Jade Update

12 Oct 23:43
Compare
Choose a tag to compare

Changes

  • Updated max Jade version to 1.7 - @chyld

0.8.0 - Jade Update

11 Sep 15:37
Compare
Choose a tag to compare

Changes

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

0.7.0 - Jade update

26 Jul 21:11
Compare
Choose a tag to compare

Changes

  • Allow Jade version range between 1.1 - 1.5

0.6.1 - Update through2

27 Jun 06:12
Compare
Choose a tag to compare

Changes:

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