- Use explicit pug-walk dependency; fixes installation on npm v2
- Allow setting Pug options from webpack.config.js's
pugLoader
property
- Minor README correction
- Remove unused
web_modules/fs.js
- Revert to v2.0.0
- v2.1.0 has a bug that prevents users from having working inclusion if
pug-loader
has already been bound
- v2.1.0 has a bug that prevents users from having working inclusion if
- Make it unnecessary to bind
pug-loader
in order to use includes
- Rename package from
jade-loader
topug-loader
pug-loader@1
has been renamed aspug-load
- Update to Pug 2.0.0
- Reimplement as a Pug plugin
- Add
plugins
option - Add a change log (the file you are reading!) and a license file
- Enrich the README