# postcss-cli changelog > postcss-cli release notes. - Vendor: postcss-cli - Category: Developer Tools - Official site: https://github.com/postcss/postcss-cli#readme - Tracked by: What's New (https://whatsnew.fyi/product/postcss-cli) - Harvested from: GitHub (postcss/postcss-cli) - Entries below: 10 (newest first) What's New is an index, not a publisher: every entry below links to the vendor's own release notes, which are the authoritative source. Entries are labelled where they are hand-curated sample data, pre-releases, or drawn from a secondary source such as a developer blog. ## Releases ### 8.0.0 — 8.0.0 / 2020-09-21 - Date: 2020-09-21 - Version: 8.0.0 - Original notes: https://github.com/postcss/postcss-cli/releases/tag/8.0.0 - Permalink: https://whatsnew.fyi/product/postcss-cli/releases/8.0.0 - **BREAKING:** Support postcss v8 ([#344](https://github.com/postcss/postcss-cli/issues/344), [#349](https://github.com/postcss/postcss-cli/pull/349)) - **BREAKING:** postcss is now a `peerDependency`, you must install it seperately ([#344](https://github.com/postcss/postcss-cli/issues/344), [#349](https://github.com/postcss/postcss-cli/pull/349)) - Upgrade dependencies ([#340](https://github.com/postcss/postcss-cli/pull/340)) ### 7.0.0 — 7.0.0 / 2020-01-07 - Date: 2020-01-07 - Version: 7.0.0 - Original notes: https://github.com/postcss/postcss-cli/releases/tag/7.0.0 - Permalink: https://whatsnew.fyi/product/postcss-cli/releases/7.0.0 - **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](https://github.com/postcss/postcss-cli/pull/303)) - Update dependencies ### 6.1.0 - Date: 2018-12-20 - Version: 6.1.0 - Original notes: https://github.com/postcss/postcss-cli/releases/tag/6.1.0 - Permalink: https://whatsnew.fyi/product/postcss-cli/releases/6.1.0 - Add `--include-dotfiles` flag to allow globs to match dotfiles. ([#254](https://github.com/postcss/postcss-cli/pull/254)) - Only log warning messages. This has always been intended behavior, but it wasn't working as expected. ([#244](https://github.com/postcss/postcss-cli/pull/244)) ### 6.0.0 - Date: 2018-07-18 - Version: 6.0.0 - Original notes: https://github.com/postcss/postcss-cli/releases/tag/6.0.0 - Permalink: https://whatsnew.fyi/product/postcss-cli/releases/6.0.0 - Drop support for Node 4 - Upgrade to postcss v7 ([release notes](https://github.com/postcss/postcss/blob/master/CHANGELOG.md#70-president-amy)) - Upgrade to postcss-load-config v2 ([release notes](https://github.com/michael-ciniawsky/postcss-load-config/blob/master/CHANGELOG.md#200-2018-07-10)) ### 5.0.0 - Date: 2018-02-06 - Version: 5.0.0 - Original notes: https://github.com/postcss/postcss-cli/releases/tag/5.0.0 - Permalink: https://whatsnew.fyi/product/postcss-cli/releases/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.1 - Date: 2017-08-17 - Version: v4.1.1 - Original notes: https://github.com/postcss/postcss-cli/releases/tag/v4.1.1 - Permalink: https://whatsnew.fyi/product/postcss-cli/releases/v4.1.1 - Fixed bug with `--config` - Upgraded dependencies ### v4.1.0 - Date: 2017-06-10 - Version: v4.1.0 - Original notes: https://github.com/postcss/postcss-cli/releases/tag/v4.1.0 - Permalink: https://whatsnew.fyi/product/postcss-cli/releases/v4.1.0 - Can now pass a number to `--poll` to set poll interval - Updated `postcss-reporter` dependency to v4.0.0 ### v4.0.0 - Date: 2017-05-09 - Version: v4.0.0 - Original notes: https://github.com/postcss/postcss-cli/releases/tag/v4.0.0 - Permalink: https://whatsnew.fyi/product/postcss-cli/releases/v4.0.0 - **BREAKING:** Upgrade postcss to v6.x ### v3.2.0 - Date: 2017-04-21 - Version: v3.2.0 - Original notes: https://github.com/postcss/postcss-cli/releases/tag/v3.2.0 - Permalink: https://whatsnew.fyi/product/postcss-cli/releases/v3.2.0 - Added `--base` CLI option for keeping directory structure ### v3.1.1 - Date: 2017-04-04 - Version: v3.1.1 - Original notes: https://github.com/postcss/postcss-cli/releases/tag/v3.1.1 - Permalink: https://whatsnew.fyi/product/postcss-cli/releases/v3.1.1 - Fixed `files` property in `package.json`; `lib/` folder wasn't included in v3.1.0