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

Commit 50d0865

Browse files
committed
Prepare for version 1.11.1
1 parent 6a9ad23 commit 50d0865

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
## Version 1.11.1
2+
3+
### New Rules / Rule Values
4+
* disallowSpaceAfterObjectKeys: implement ignoreSingleLine and ignoreMultiLine options (Henry Zhu)
5+
6+
### Bug Fixes
7+
* disallowAllowSpacesInsideParentheses: reintroduce archaic "all" config option (Mike Sherov)
8+
* requireSpaceBetweenArguments: loosen rule restriction (Mike Sherov)
9+
* Object Key rules: ignore method syntax (Alexej Yaroshevich)
10+
* (require|disallow)TrailingComma: fixed error location (Alexej Yaroshevich)
11+
12+
### Infrastructure Changes
13+
* Auto-generate: Move promisify to utils (Joel Kemp)
14+
15+
### Misc.
16+
* JSHint: add unused true (Mike Sherov)
17+
* Updating rules to use File Traversal APIs. (Eli White)
18+
* Docs: Add website rebuild instructions to maintenance (Mike Sherov)
19+
120
## Version 1.11.0
221

322
### Preset Updates

0 commit comments

Comments
 (0)