Releases: shellscape/webpack-nano
Releases · shellscape/webpack-nano
v1.0.0
Maintenance Release
This release contains dependency updates.
Breaking Changes
Because we've updated to a new major version of yargs-parser and we export the parsed result from that package in the webpack-nano/argv export, users may experience slightly different results. As such, we felt a major version release was best in light of that.
v0.8.0
v0.7.1
v0.7.0
Breaking Changes
- This release drops support for Node v8 (now in LTS maintenance)
v0.6.3
Updates
- Maintenance. Dependency update.
v0.6.2
Updates
- Dependency updates and
npm auditfixes.
v0.6.1
v0.6.0
v0.5.1
v0.5.0
Breaking Change
#2 Proposed that stats output colors in the console should be on by default, as this was expected behavior for the webpack ecosystem, despite webpack's own default setting having colors turned off. Commit bfa757a introduced an algorithm whereby colors are enabled if:
colorsis not defined in anystatsconfiguration, orstatsis not an object
The same commit also introduced excluding node_modules in stats output in the same manner under the same conditions.