Releases: postcss/postcss-cli
Releases · postcss/postcss-cli
8.0.0 / 2020-09-21
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
6.1.0
6.0.0
- Drop support for Node 4
- Upgrade to postcss v7 (release notes)
- Upgrade to postcss-load-config v2 (release notes)
5.0.0
- Now allows passing a directory as the input (all files in the directory will be processed)
- The CLI is now silent by default; added
--verbose
flag 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-v
as an alias for--version
. - Prevent stupid option combinations like
--dir
&-o
, and--watch
&--replace
- Doesn't allow
--watch
when writing to STDOUT