- Fix compatibility with webpack 4
- Allow absolute paths to the config file
- Warn if the config file was not found
- Add the
rulesDir
option - thanks to @Benoit-Vasseur - Fix webpack 2 loader syntax in the readme - thanks to @jaythomas
- Upgrade loader-utils to remove deprecation warning
- Update readme to reflect webpack 2 config style
- Handle BOM encoding in config files
- Add the
outputReport
report option - thanks to @colinwkirk
- Breaking - dropped support for node < 4.0.0
- Tests rewritten as integration rather than unit tests for better reliability
Very first, initial release.