Skip to content

Commit 1bf8822

Browse files
committed
5.0.0
1 parent dc5df26 commit 1bf8822

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# 5.0.0 / 2018-02-06
2+
3+
* Now allows passing a directory as the input (all files in the directory will be processed)
4+
* The CLI is now silent by default; added `--verbose` flag for if you want noisy logs
5+
* Doesn't exit watch mode when there's an error in the plugin chain
6+
* Removed non-obvious shorthand arguments (`-x`, `-p`, `-s`, `-t`, `-e`, `-b`, & `-c`). Also removed `-v` as an alias for `--version`.
7+
* Prevent stupid option combinations like `--dir` & `-o`, and `--watch` & `--replace`
8+
* Doesn't allow `--watch` when writing to STDOUT
9+
110
# 4.1.1 / 2017-08-17
211

312
* Fixed bug with `--config`

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "postcss-cli",
3-
"version": "4.1.1",
3+
"version": "5.0.0",
44
"description": "CLI for PostCSS",
55
"main": "index.js",
66
"engines": {

0 commit comments

Comments
 (0)