|
| 1 | +## Version 1.8.0 |
| 2 | + * Preset: Grunt (Joel Kemp) |
| 3 | + * Preset: remove "disallowMultipleLineBreaks" rule from crockford preset (Oleg Gaidarenko) |
| 4 | + |
| 5 | + * New Rules: disallowOperatorBeforeLineBreak (jdlrobson) |
| 6 | + * New Rules: (require | disallow)PaddingNewlinesBeforeKeywords (Anton Vishnyak) |
| 7 | + * New Rules: disallowSpaceBeforeKeywords (Bryan Donovan) |
| 8 | + * New Rules: requireSpaceBeforeKeywords (Bryan Donovan) |
| 9 | + |
| 10 | + * Parsing: Ability to specify a custom esprima version via CLI or config (Konstantin Tarkus) |
| 11 | + * Errors: Support a filter to control which errors are reported (Joel Kemp) |
| 12 | + * Assertions: better rule error reporting. (mdevils) |
| 13 | + * Better configuration, plugin support (mdevils) |
| 14 | + |
| 15 | + * disallowDanglingUnderscores: Support an array of additional exceptions (Henry Zhu) |
| 16 | + * requireTrailingComma: add option ignoreSingleLine (eltacodeldiablo) |
| 17 | + * StringChecker: unsupported rules shown as style errors and not thrown exceptions (Joel Kemp) |
| 18 | + * Iterate over "export" statement of ES6 (Oleg Gaidarenko) |
| 19 | + * disallowMultipleVarDecl: add exception for undefined variable declarations (Henry Zhu) |
| 20 | + * disallowDanglingUnderscores: add "super_" to allowed identifier list (Markus Dolic) |
| 21 | + * disallowSpacesInAnonymousFunctionExpression: set correct error pointer (Oleg Gaidarenko) |
| 22 | + * requireSpaceAfterLineComment: add "except" option (Alexej Yaroshevich) |
| 23 | + |
| 24 | + * validateParameterSeparator: fix for multiple spaces between parameters (Henry Zhu) |
| 25 | + * Added test and patch for `finally` as a spaced keyword (Todd Wolfson) |
| 26 | + * requireCapitalizedComments: Better support for multi-line comments (indexzero) |
| 27 | + * disallowSpaceBeforeKeywords: Fix assertion typo (Jeremy Fleischman) |
| 28 | + * Errors: Simplify rules debugging and prevent crashes in error reporters (Alexej Yaroshevich) |
| 29 | + * Correct error message for "requireSpaceAfterKeywords" rule (Bryan Donovan) |
| 30 | + |
| 31 | + * Docs: Fix Yandex codestyle link (Garmash Nikolay) |
| 32 | + * Docs: Added clarification of tokens in disallowSpacesInConditionalExpression (indexzero) |
| 33 | + * Docs: add twitter and mailling list links (Oleg Gaidarenko) |
| 34 | + * Docs: add more specific cases for function spaces rules (Henry Zhu) |
| 35 | + * Docs: make indentation to be consistent at 4 spaces (Henry Zhu) |
| 36 | + * Docs: Correct docs for requireAnonymousFunctions rule (Oleg Gaidarenko) |
| 37 | + * Docs: Clarify "config" option (MaximAL) |
| 38 | + * Docs: Add Plugins section (Alexej Yaroshevich) |
| 39 | + |
1 | 40 | ## Version 1.7.3 |
2 | 41 | * Parsing: Use the harmony parser via the esnext flag in the config (Joel Kemp) |
3 | 42 | * validateIndentation: handle breakless case statements (Mike Sherov) |
|
0 commit comments