- Major version upgrade of
css-loader
to the 1.0.0 (#291) - Deprecate
minimize
option after the css-loader removed it (#291) - Remove
css-loader
andstyle-loader
from theuse
option (#294)
- Support for webpack 4 (#261)
- Add
minimize
option
- Update dependency versions
- Make compatible with
match()
- Updated for new core API (#125)
- Requires node 6+
- No changes, just keeping the version numbers in sync
- Adapted to new API: Using
context
now
- Allow setting custom
node-sass
options (see #15)
loaders: [ 'style', 'css', 'sass' ]
=>loaders: [ 'style-loader', 'css-loader', 'sass-loader' ]
Initial release.