3.0.0
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.