Skip to content

Releases: postcss/postcss-cli

8.0.0 / 2020-09-21

21 Sep 20:40
Compare
Choose a tag to compare
  • BREAKING: Support postcss v8 (#344, #349)
  • BREAKING: postcss is now a peerDependency, you must install it seperately (#344, #349)
  • Upgrade dependencies (#340)

7.0.0 / 2020-01-07

07 Jan 16:37
Compare
Choose a tag to compare

6.1.0

20 Dec 00:21
Compare
Choose a tag to compare
  • Add --include-dotfiles flag to allow globs to match dotfiles. (#254)
  • Only log warning messages. This has always been intended behavior, but it wasn't working as expected. (#244)

6.0.0

18 Jul 22:01
Compare
Choose a tag to compare

5.0.0

06 Feb 18:28
Compare
Choose a tag to compare
  • 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

v4.1.1

17 Aug 23:42
Compare
Choose a tag to compare
  • Fixed bug with --config
  • Upgraded dependencies

v4.1.0

10 Jun 15:58
Compare
Choose a tag to compare
  • Can now pass a number to --poll to set poll interval
  • Updated postcss-reporter dependency to v4.0.0

v4.0.0

09 May 14:51
Compare
Choose a tag to compare
  • BREAKING: Upgrade postcss to v6.x

v3.2.0

21 Apr 22:08
Compare
Choose a tag to compare
  • Added --base CLI option for keeping directory structure

v3.1.1

04 Apr 14:59
Compare
Choose a tag to compare
  • Fixed files property in package.json; lib/ folder wasn't included in v3.1.0