postcss-cli

Developer Tools

postcss-cli release notes.

Latest 8.0.0 · by postcss-cliWritten in JavaScriptWebsitepostcss/postcss-cliRSS

Changelog

What changed from 7 to 8
8.0.0Latest

8.0.0 / 2020-09-21

Changed 3
  • Support postcss v8
  • postcss is now a peerDependency and must be installed separately
  • Upgrade dependencies

From postcss-cli

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

7.0.0 / 2020-01-07

Changed 2
  • Update globby, which may be a breaking change for users using certain glob patterns
  • Update dependencies
Removed 1
  • Drop support for Node 6 & 8

From postcss-cli

View originalPermalink
How 7.0.0 went

6.1.0

Added 1
  • Add `--include-dotfiles` flag to allow globs to match dotfiles
Fixed 1
  • Only log warning messages instead of all messages

From postcss-cli

  • 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)
View originalPermalink
How 6.1.0 went

6.0.0

Changed 2
  • Upgrade to postcss v7
  • Upgrade to postcss-load-config v2
Removed 1
  • Drop support for Node 4

From postcss-cli

View originalPermalink
How 6.0.0 went

5.0.0

Added 2
  • Allow passing a directory as input to process all files in the directory
  • Add --verbose flag to enable detailed logging
Changed 1
  • CLI is now silent by default
Fixed 3
  • Watch mode no longer exits when there is an error in the plugin chain
  • Prevent incompatible option combinations such as --dir with -o and --watch with --replace
  • Disallow --watch when writing to STDOUT
Removed 2
  • Remove shorthand arguments -x, -p, -s, -t, -e, -b, and -c
  • Remove -v as an alias for --version

From postcss-cli

  • 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
View originalPermalink
How 5.0.0 went

v4.1.1

  • Fixed bug with --config
  • Upgraded dependencies
View originalPermalink
How v4.1.1 went

v4.1.0

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

From postcss-cli

  • Can now pass a number to --poll to set poll interval
  • Updated postcss-reporter dependency to v4.0.0
View originalPermalink
How v4.1.0 went

v4.0.0

  • BREAKING: Upgrade postcss to v6.x
View originalPermalink
How v4.0.0 went

v3.2.0

  • Added --base CLI option for keeping directory structure
View originalPermalink
How v3.2.0 went

v3.1.1

Fixed 1
  • Include lib/ folder in package.json files property

From postcss-cli

  • Fixed files property in package.json; lib/ folder wasn't included in v3.1.0
View originalPermalink
How v3.1.1 went
View all

Discussion

If you publish postcss-cli, you can claim this product by proving you administer its repository.