- Updated source code & API. The plugin would now only work with Brunch 2.2 and higher.
- npm@3 compatibility for including jade runtime file in build
- Bumped jade dep to ^1.11.0
- Allowed disabling
compileClient
option. - All options can be now passed to jade.
- Bumped jade to 1.2
- Updated jade to 1.0.x
- Fixed runtime inclusion.
- New runtime.
- Support watching of plain-html partials referenced in jade source files.
- New way of parsing dependent files.
- Added UMD support.
- Added support for non-common.js wrappers.
- Updated jade to 0.31.
- Added node 0.10 support, removed coffee-script dependency.
- Improved installation process.
- Jade runtime is now saved locally to prevent npm conflicts.
- Updated jade to latest 0.27.x release.
- Updated jade to 0.26.3.
- Added node.js 0.8 and 0.9 support.
- Package is now precompiled before every publishing to npm.
- Fixed error reporting when installing the package.
- Added windows support.
- Added support for prettified compilation. To use it, you need to set config.plugins.jade.pretty to true.
- Initial release