postcss-cli
Developer Toolspostcss-cli release notes.
Changelog
7.0.0 / 2020-01-07
- BREAKING: Drop support for Node 6 & 8
- Update
globby, which may be a breaking change for a small number of users using certain glob patterns, see https://github.com/mrmlnc/fast-glob#pattern-syntax for details (#303) - Update dependencies
- Drop support for Node 4
- Upgrade to postcss v7 (release notes)
- Upgrade to postcss-load-config v2 (release notes)
- Now allows passing a directory as the input (all files in the directory will be processed)
- The CLI is now silent by default; added
--verboseflag for if you want noisy logs - Doesn't exit watch mode when there's an error in the plugin chain
- Removed non-obvious shorthand arguments (
-x,-p,-s,-t,-e,-b, &-c). Also removed-vas an alias for--version. - Prevent stupid option combinations like
--dir&-o, and--watch&--replace - Doesn't allow
--watchwhen writing to STDOUT
- Fixed bug with
--config - Upgraded dependencies
- Can now pass a number to
--pollto set poll interval - Updated
postcss-reporterdependency to v4.0.0
- BREAKING: Upgrade postcss to v6.x
- Added
--baseCLI option for keeping directory structure
- Fixed
filesproperty inpackage.json;lib/folder wasn't included in v3.1.0