Skip to content
This repository was archived by the owner on Mar 23, 2024. It is now read-only.

Commit f5a5810

Browse files
committed
Misc: add 2.10.1 changelog
1 parent 494505a commit f5a5810

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## Version [2.10.1](https://github.com/jscs-dev/node-jscs/compare/v2.10.0...v2.10.1) (2016-02-15):
2+
3+
### Bug Fix
4+
- Regression in `requireSpaceBeforeKeywords` [#2135](https://github.com/jscs-dev/node-jscs/issues/2135)
5+
16
## Version [2.10.0](https://github.com/jscs-dev/node-jscs/compare/v2.9.0...v2.10.0) (2016-02-15):
27

38
Happy Presidents Day!
@@ -59,7 +64,8 @@ import c from 'c';
5964

6065
### Rule Updates
6166

62-
* `requireSpaceBeforeKeywords`: skip `function` by default (gpiress)
67+
* `requireSpaceBeforeKeywords`: add a `allExcept` option for filtering out default keywords (gpiress)
68+
* This allows you do specify exceptions to the all keywords instead of creating an array of whitelisted keywords when you only want to blacklist a few.
6369

6470
### Bug Fixes
6571

0 commit comments

Comments
 (0)