You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 23, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff 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
+
1
6
## Version [2.10.0](https://github.com/jscs-dev/node-jscs/compare/v2.9.0...v2.10.0) (2016-02-15):
2
7
3
8
Happy Presidents Day!
@@ -59,7 +64,8 @@ import c from 'c';
59
64
60
65
### Rule Updates
61
66
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.
0 commit comments