Skip to content

Commit

Permalink
5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanZim committed Feb 6, 2018
1 parent dc5df26 commit 1bf8822
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,12 @@
# 5.0.0 / 2018-02-06

* 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

# 4.1.1 / 2017-08-17

* Fixed bug with `--config`
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "postcss-cli",
"version": "4.1.1",
"version": "5.0.0",
"description": "CLI for PostCSS",
"main": "index.js",
"engines": {
Expand Down

0 comments on commit 1bf8822

Please sign in to comment.