Skip to content

Releases: gulp-community/gulp-pug

0.6.0 - Support gulp-data

19 Jun 07:28
Compare
Choose a tag to compare

Changes:

  • Allow data to be passed from upstream through the data attribute on a vinyl object. - @colynb

0.5.0 - Jade update, updated tests

09 Apr 02:49
Compare
Choose a tag to compare

Changes

  • Allow Jade version range from 1.1.x through 1.3.x
  • Fix tests that weren't working and remove old fixtures

0.4.2 - Don't double wrap errors, add test for errors

14 Feb 07:09
Compare
Choose a tag to compare

Changes

  • Don't wrap errors from Jade compilation in another Error object - imlucas
  • Add tests for Jade compilation errors - houkanshan

0.4.1 - Emit error if Jade compilation fails

04 Feb 02:24
Compare
Choose a tag to compare

Changes:

  • Jade compilation errors no longer crash the process and only emit an error on the stream. - houkanshan

0.4.0 - Upgrade to Jade 1.1

25 Jan 00:44
Compare
Choose a tag to compare

Changes:

  • Jade 1.1 introduced filenames in warnings.
  • No longer support streaming file contents.
  • Switched to through2 as per Gulp 3.4 guidelines, which breaks node 0.8 compatibility.
  • Added documentation about options.
  • Small amount of code cleanup.

0.3.0 - Upgrade to Jade 1.0

27 Dec 22:03
Compare
Choose a tag to compare

Jade 1.0 states that it doesn't support node 0.8 anymore. All the tests pass, but I did a minor release incase Jade broke something.