Gulp Pug Versions Save

Gulp plugin for compiling Pug templates

v0.6.0

9 years ago

Changes:

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

v0.5.0

10 years ago

Changes

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

v0.4.2

10 years ago

Changes

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

v0.4.1

10 years ago

Changes:

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

v0.4.0

10 years ago

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.

v0.3.0

10 years ago

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.