What’s New

postcss-cli

Developer Tools

postcss-cli release notes.

Latest 8.0.0 · by postcss-cliWebsitepostcss/postcss-cli

Changelog

8.0.0

8.0.0 / 2020-09-21

  • BREAKING: Support postcss v8 (#344, #349)
  • BREAKING: postcss is now a peerDependency, you must install it seperately (#344, #349)
  • Upgrade dependencies (#340)

6.1.0

  • 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)

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

v4.1.0

  • Can now pass a number to --poll to set poll interval
  • Updated postcss-reporter dependency to v4.0.0

v3.1.1

  • Fixed files property in package.json; lib/ folder wasn't included in v3.1.0