Skip to content

3.0.0

Choose a tag to compare

@domenic domenic released this 30 Oct 19:55
· 31 commits to master since this release

Added support for working in combination with watchify (and any other similar tools) by emitting "file" events for any Jade dependencies your required Jade file uses. (#19, @thealphanerd)

Minimum Jade version required increased to 1.4.0 to support this new feature.

Previously we were overriding compileDebug to false when it was left unspecified; now we just pass that through to Jade, which by default will leave it as true. (This is a breaking change in the default behavior.)

Fixed the ability to specify options in your package.json when using browserify releases in the 5.x and 6.x series.