Release candidate N2.3:
Release candidate N2.2:
- Support new process assets in webpack 5 #24 (posted by @dotnetshadow)
- Fix types for Webpack Plugin #18 (fixed by Mikhail Bodrov)
Release candidate N2.1:
- Update for CSSO 4
- Drop maintenance for NODE < 8.0.0 (see
csso v4
release notes, it's incompatible)
Chores:
- use native
async/await
instead async - moved to
source-map
with support WEBAssembly - Up-to-date dev-dependencies versions
Release candidate N9:
- Fix warning with webpack 4.x (thanks for @the-spyke):
DeprecationWarning: Tapable.plugin is deprecated. Use new API on `.hooks` instead
- No changes
Release candidate N8:
- Add new option for two different files —
pluginOutputPostfix
- csso 3.3.0 -> 3.4.0 by default
- Update-to-date dev-dependencies versions
Release candidate N7:
- csso 3.2.0 -> 3.3.0 by default
- Update-to-date dev-dependencies versions
Release candidate N6:
- Update-to-date dependencies versions
- BREAKING:
options.sourceMap
is deprecate and should be removed from config. For getting source map just use any valuedevtool
.
Release candidate N5:
- Trivial; strict 0.10 node version
- Update-to-date dependencies versions
Release candidate N4
- trivial. Provide typings for Flow and Typescript
Release candidate N3
- Fix issue with regexp filters
Release candidate N2
- Add
output.sourceMapFilename
options support
Release candidate N1
- Bugfix: simple compilation config triggered success callback twice
- The
sourceMap:true
useddevtool
option if chunk detection unexpected - nodejs is less than version 4 still can be used but isn't tested now.
Strict source map type from options
options.sourceMap
is enum and required for generate source maps.- Add strong dependencies for yarn package manager.
Source Maps feature supported
- Initial source map feature implementation
- Update-to-date dependencies versions
Acknowledgements and regex filter
- Add “Acknowledgements” section to README.md
- Single argument regex typed should be filter
Documentation and draft filter API improves
- Add more additional information about motivation
- Filter function may be single now:
new CSSOCompressPlugin(file => file.startsWith('foo'))
Simple draft for minify css bundles with full restructing rules by csso.
No source maps No exception pretty print No anything else except basic minify