Skip to content

Commit

Permalink
update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
masaakim committed Nov 24, 2016
1 parent 043783b commit 2a399ea
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions CHANGELOG.md
@@ -1,8 +1,8 @@
## HEAD
## v5.0.0

- Added: globs support for `--list` option in CLI. #223
- Deleted: `--recursive` option in CLI, please use the `stylefmt --list /readdir/**/*.css` instead.
- Fixed: options `--diff` and `--list` in CLI can be used together.
- Added: globs support for `--recursive` option in CLI. #223
- Fixed: `--recursive` option in CLI, to specify files by glob e.g. `stylefmt --list /readdir/**/*.css` instead.
- Fixed: options `--diff` and `--recursive` in CLI can be used together.
- Added: `--stdin-filename` option to CLI. same as [stylelint CLI](https://github.com/stylelint/stylelint/blob/master/src/cli.js#L75)
- Added: `--ignore-path` option to CLI. same as [stylelint CLI](https://github.com/stylelint/stylelint/blob/master/src/cli.js#L63)
- Added: `ignorePath` option to Node.js API. same as [stylelint API](http://stylelint.io/user-guide/node-api/#ignorepath)
Expand Down

0 comments on commit 2a399ea

Please sign in to comment.