UNPKG

343 kBMarkdownView Raw
1v5.6.0 - September 14, 2018
2
3* c5b688e Update: Added generators option to func-names (fixes #9511) (#10697) (Oscar Barrett)
4* 7da36d5 Fix: respect generator function expressions in no-constant-condition (#10827) (Julian Rosse)
5* 0a65844 Chore: quote enable avoidEscape option in eslint-config-eslint (#10626) (薛定谔的猫)
6* 32f41bd Chore: Add configuration wrapper markdown for the bug report template (#10669) (Iulian Onofrei)
7
8v5.5.0 - August 31, 2018
9
10* 6e110e6 Fix: camelcase duplicate warning bug (fixes #10801) (#10802) (Julian Rosse)
11* 5103ee7 Docs: Add Brackets integration (#10813) (Jan Pilzer)
12* b61d2cd Update: max-params to only highlight function header (#10815) (Ian Obermiller)
13* 2b2f11d Upgrade: babel-code-frame to version 7 (#10808) (Rouven Weßling)
14* 2824d43 Docs: fix comment placement in a code example (#10799) (Vse Mozhet Byt)
15* 10690b7 Upgrade: devdeps and deps to latest (#10622) (薛定谔的猫)
16* 80c8598 Docs: gitignore syntax updates (fixes #8139) (#10776) (Gustavo Santana)
17* cb946af Chore: use meta.messages in some rules (1/4) (#10764) (薛定谔的猫)
18
19v5.4.0 - August 17, 2018
20
21* a70909f Docs: Add jscs-dev.github.io links (#10771) (Gustavo Santana)
22* 034690f Fix: no-invalid-meta crashes for non Object values (fixes #10750) (#10753) (Sandeep Kumar Ranka)
23* 11a462d Docs: Broken jscs.info URLs (fixes #10732) (#10770) (Gustavo Santana)
24* 985567d Chore: rm unused dep string.prototype.matchall (#10756) (薛定谔的猫)
25* f3d8454 Update: Improve no-extra-parens error message (#10748) (Timo Tijhof)
26* 562a03f Fix: consistent-docs-url crashes if meta.docs is empty (fixes #10722) (#10749) (Sandeep Kumar Ranka)
27* 6492233 Chore: enable no-prototype-builtins in codebase (fixes #10660) (#10664) (薛定谔的猫)
28* 137140f Chore: use eslintrc overrides (#10677) (薛定谔的猫)
29
30v5.3.0 - August 3, 2018
31
32* dd6cb19 Docs: Updated no-return-await Rule Documentation (fixes #9695) (#10699) (Marla Foreman)
33* 6009239 Chore: rename utils for consistency (#10727) (薛定谔的猫)
34* 6eb972c New: require-unicode-regexp rule (fixes #9961) (#10698) (Toru Nagashima)
35* 5c5d64d Fix: ignored-paths for Windows path (fixes #10687) (#10691) (Toru Nagashima)
36* 5f6a765 Build: ensure URL fragments remain in documentation links (fixes #10717) (#10720) (Teddy Katz)
37* 863aa78 Docs: add another example for when not to use no-await-in-loop (#10714) (Valeri Karpov)
38* 6e78b7d Docs: remove links to terminated jscs.info domain (#10706) (Piotr Kuczynski)
39* d56c39d Fix: ESLint cache no longer stops autofix (fixes #10679) (#10694) (Kevin Partington)
40* 2cc3240 New: add no-misleading-character-class (fixes #10049) (#10511) (Toru Nagashima)
41* 877f4b8 Fix: The "../.." folder is always ignored (fixes #10675) (#10682) (Sridhar)
42* 5984820 Chore: Move lib/file-finder.js to lib/util/ (refs #10559) (#10695) (Kevin Partington)
43* e37a593 Update: Fix incorrect default value for position (#10670) (Iulian Onofrei)
44* 8084bfc Docs: change when not to use object spread (#10621) (Benny Powers)
45* 7f496e2 Chore: Update require path for ast-utils (#10693) (Kevin Partington)
46* 648a33a Chore: reorganize code structure of utilities (refs #10599) (#10680) (薛定谔的猫)
47* f026fe1 Update: Fix 'function' in padding-line-between-statements (fixes #10487) (#10676) (Kevin Partington)
48* c2bb8bb Docs: Remove superfluous object option sample code (#10652) (Iulian Onofrei)
49* d34a13b Docs: add subheader in configuring/configuring-rules (#10686) (薛定谔的猫)
50* d8aea28 Chore: rm unnecessary plugin in eslint-config-eslint (#10685) (薛定谔的猫)
51* 9e76be7 Update: indent comments w/ nearby code if no blank lines (fixes #9733) (#10640) (Kevin Partington)
52* 9e93d46 New: add no-async-promise-executor rule (fixes #10217) (#10661) (Teddy Katz)
53* 5a2538c New: require-atomic-updates rule (fixes #10405) (#10655) (Teddy Katz)
54* 8b83d2b Fix: always resolve default ignore patterns from CWD (fixes #9227) (#10638) (Teddy Katz)
55* acb6658 Fix: ESLint crash with prefer-object-spread (fixes #10646) (#10649) (薛定谔的猫)
56* 99fb7d3 Docs: fix misleading no-prototype-builtins description (#10666) (薛定谔的猫)
57* 005b849 Docs: fix outdated description of `baseConfig` option (#10657) (Teddy Katz)
58* 15a77c4 Docs: fix broken links (fixes eslint/eslint-jp#6) (#10658) (Toru Nagashima)
59* 87cd344 Docs: Make marking a default option consistent with other rules (#10650) (Iulian Onofrei)
60* 0cb5e3e Chore: Replace some function application with spread operators (#10645) (Kevin Partington)
61* b6daf0e Docs: Remove superfluous section from no-unsafe-negation (#10648) (Iulian Onofrei)
62* e1a3cac Chore: rm deprecated experimentalObjectRestSpread option in tests (#10647) (薛定谔的猫)
63
64v5.2.0 - July 20, 2018
65
66* 81283d0 Update: Cache files that failed linting (fixes #9948) (#10571) (Kevin Partington)
67* 13cc63e Upgrade: ignore@4.0.2 (#10619) (Rouven Weßling)
68* ac77a80 Chore: Fixing a call to Object.assign.apply in Linter (#10629) (Kevin Partington)
69* 761f802 Upgrade: eslint-plugin-node to 7.0.1 (#10612) (Toru Nagashima)
70* c517b2a Build: fix npm run perf failing(fixes #10577) (#10607) (薛定谔的猫)
71* e596939 Chore: fix redundant equality check (#10617) (Toru Nagashima)
72* 9f93d5f Docs: Updated Working with Custom Formatters (fixes #9950) (#10592) (Marla Foreman)
73* 9aaf195 Chore: Extract lint result cache logic (refs #9948) (#10562) (Kevin Partington)
74* 80b296e Build: package.json update for eslint-config-eslint release (ESLint Jenkins)
75* e4e7ff2 Chore: fix error message in eslint-config-eslint (#10588) (薛定谔的猫)
76* 1e88170 Chore: Move lib/logging and lib/timing to lib/util/ (refs #10559) (#10579) (Kevin Partington)
77* 64dfa21 Build: Fix prerelease logic in blog post generation (fixes #10578) (#10581) (Kevin Partington)
78* 0faf633 Chore: Simplify helper method in Linter tests (#10580) (Kevin Partington)
79
80v5.1.0 - July 8, 2018
81
82* 7328f99 Build: package.json update for eslint-config-eslint release (ESLint Jenkins)
83* b161f6b Build: Include prerelease install info in release blog post (#10463) (Kevin Partington)
84* b2df738 Fix: prefer-object-spread duplicated comma (fixes #10512, fixes #10532) (#10524) (Toru Nagashima)
85* d8c3a25 Fix: wrap-regex doesn't work in some expression(fixes #10573) (#10576) (薛定谔的猫)
86* 114f42e Docs: Clarify option defaults in max-lines-per-function docs (#10569) (Chris Harwood)
87* 63f36f7 Fix: sort-keys in an object that contains spread (fixes #10261) (#10495) (katerberg)
88* 601a5c4 Fix: Prefer-const rule crashing on array destructuring (fixes #10520) (#10527) (Michael Mason)
89* 143890a Update: Adjust grammar of error/warnings fixable (#10546) (Matt Mischuk)
90* 8ee39c5 Chore: small refactor config-validator (#10565) (薛定谔的猫)
91* 100f1be Docs: add note about release issues to readme (#10572) (Teddy Katz)
92* 02efeac Fix: do not fail on nested unknown operators (#10561) (Rubén Norte)
93* 92b19ca Chore: use eslintrc overrides(dogfooding) (#10566) (薛定谔的猫)
94* 076a6b6 Docs: add actionable fix to no-irregular-whitespace (#10558) (Matteo Collina)
95* de663ec Docs: Only successfully linted files are cached (fixes #9802) (#10557) (Kevin Partington)
96* f0e22fc Upgrade: globals@11.7.0 (#10497) (薛定谔的猫)
97* 8a2ff2c Docs: adding a section about disable rules for some files (#10536) (Wellington Soares)
98* f22a3f8 Docs: fix a word in no-implied-eval (#10539) (Dan Homola)
99* 20d8bbd Docs: add missing paragraph about "custom parsers" (#10547) (Pig Fang)
100* b7addf6 Update: deprecate no-catch-shadow (fixes #10466) (#10526) (Toru Nagashima)
101* e862dc3 Fix: Remove autofixer for no-debugger (fixes #10242) (#10509) (Teddy Katz)
102
103v5.0.1 - June 25, 2018
104
105* 196c102 Fix: valid-jsdoc should allow optional returns for async (fixes #10386) (#10480) (Mark Banner)
106* 4c823bd Docs: Fix max-lines-per-function correct code's max value (#10513) (Rhys Bower)
107
108v5.0.0 - June 22, 2018
109
110* 0feedfd New: Added max-lines-per-function rule (fixes #9842) (#10188) (peteward44)
111* daefbdb Upgrade: eslint-scope and espree to 4.0.0 (refs #10458) (#10500) (Brandon Mills)
112* 077358b Docs: no-process-exit: recommend process.exitCode (#10478) (Andres Kalle)
113* f93d6ff Fix: do not fail on unknown operators from custom parsers (fixes #10475) (#10476) (Rubén Norte)
114* 05343fd Fix: add parens for yield statement (fixes #10432) (#10468) (Pig Fang)
115* d477c5e Fix: check destructuring for "no-shadow-restricted-names" (fixes #10467) (#10470) (Pig Fang)
116* 7a7580b Update: Add considerPropertyDescriptor option to func-name-matching (#9078) (Dieter Luypaert)
117* e0a0418 Fix: crash on optional catch binding (#10429) (Toru Nagashima)
118* de4dba9 Docs: styling team members (#10460) (薛定谔的猫)
119* 5e453a3 Docs: display team members in tables. (#10433) (薛定谔的猫)
120* b1895eb Docs: Restore intentional spelling mistake (#10459) (Wilfred Hughes)
121
122v5.0.0-rc.0 - June 9, 2018
123
124* abf400d Update: Add ignoreDestructing option to camelcase rule (fixes #9807) (#10373) (Andrew Lunny)
125* e2b394d Upgrade: espree and eslint-scope to rc versions (#10457) (Kevin Partington)
126* a370da2 Chore: small opt to improve readability (#10241) (薛定谔的猫)
127* 640bf07 Update: Fixes multiline no-warning-comments rule. (fixes #9884) (#10381) (Scott Stern)
128* 831c39a Build: Adding rc release script to package.json (#10456) (Kevin Partington)
129* dc4075e Update: fix false negative in no-use-before-define (fixes #10227) (#10396) (Toru Nagashima)
130* 3721841 Docs: Add new experimental syntax policy to README (fixes #9804) (#10408) (Kevin Partington)
131* d0aae3c Docs: Create docs landing page (#10453) (Kevin Partington)
132* fe8bec3 Fix: fix writing config file when `source` is `prompt` (#10422) (Pig Fang)
133* 917108d Update: Add requireParamType option to valid-jsdoc (fixes #6753) (#10220) (Tomasz Sterna)
134* 1984c21 Docs: move custom parsers docs into a page (fixes #9919) (#10431) (Pig Fang)
135* 400d4b5 Docs: Add rest and spread operator changes to migration guide (#10416) (Yannick Croissant)
136* e7bdd02 Upgrade: Consume espree@4.0.0-alpha.1 (#10410) (Kevin Partington)
137* 3e9f33a Fix: prevent crashing from JSON parsing error (fixes #10364) (#10376) (Pig Fang)
138* 636457d Fix: parse later ES files in `eslint --init` (fixes #10003) (#10378) (Pig Fang)
139
140v5.0.0-alpha.4 - May 28, 2018
141
142* ce3e62a Docs: remove test coverage badge (#10407) (薛定谔的猫)
143* 240c1a4 Fix: prefer-const object destructuring false positive (fixes #9108) (#10368) (Pig Fang)
144* 93c9a52 Update: config-validator should validate overrides (#10357) (Toru Nagashima)
145* c2e0398 Update: Improves the prefer-object-spread rule by removing extraneous visitors (#10351) (Sharmila Jesupaul)
146* d848949 Update: Support JSXFragment node (fixes #9662) (#9664) (Clement Hoang)
147* f268128 Build: add Node v10 to travis (#10262) (alberto)
148* 9c922ce Update: Add "consistent" option to array-element-newline (fixes #9457) (#10355) (Pig Fang)
149* 65bce3a Fix: ensure --stdin flag works when stdin is piped asynchronously (#10393) (Teddy Katz)
150* b9b23a9 Chore: rm unused argument (#10400) (薛定谔的猫)
151* 8b7a70c Fix: handle one-var with no semicolon (fixes #10330) (#10371) (Malcolm Groves)
152* 465e615 New: prompt users before installing dependencies (#10353) (Pig Fang)
153* e25fc22 Chore: remove assert.doesNotThrow in tests (#10199) (Ruben Bridgewater)
154* fb148aa Fix: allow no tokens after `return` keyword (fixes #10372) (#10379) (Pig Fang)
155* 074bc1c Docs: polish for max-classes-per-file rule (#10377) (Pig Fang)
156* a812845 Fix: allow array spread for prefer-object-spread rule (fixes #10344) (#10347) (Pig Fang)
157* 448fc52 Docs: Update link to Integrations / Build tools / Start (#10354) (Kir Belevich)
158* 4e5e9be Chore: avoid unnecessary filesystem accesses during config search (#10359) (Teddy Katz)
159* 363da01 Chore: avoid code duplication in rule severity checking (#10358) (Teddy Katz)
160
161v5.0.0-alpha.3 - May 11, 2018
162
163* 1a6b399 New: Adds prefer-object-spread rule (refs: #7230) (#9955) (Sharmila Jesupaul)
164* c4109b2 New: add max-classes-per-file rule (#10163) (James Garbutt)
165* 41f0f6e Breaking: report multiline eslint-disable-line directives (fixes #10334) (#10335) (Teddy Katz)
166* 4ccd25a Chore: add eslint-plugin-node to eslint-config-eslint(fixes #10319) (#10320) (薛定谔的猫)
167* 82757b2 Docs: Adding a little guidance to rule documentation (#10301) (Justin)
168* 09dde26 Breaking: new object-curly-newline/no-self-assign default (fixes #10215) (#10337) (Teddy Katz)
169* d65f11d Fix: correct comma fix in spare array (fixes #10273) (#10329) (Malcolm Groves)
170* c343d86 Fix: do not autofix octal escape sequence (fixes #10031) (#10240) (Malcolm Groves)
171* 514013c New: Add `globInputPaths` CLIEngine option (fixes #9972) (#10191) (Pierre Vanduynslager)
172* 02e7b28 Chore: upgrade deps (#10339) (薛定谔的猫)
173* 1397179 Chore: unskip test for scope analysis (#10336) (Teddy Katz)
174* e5b33be Update: Add --fix for one-var rule (refs #9072) (#10040) (Sebastian Malton)
175* 99b842d Chore: upgrade mock-fs@4.5.0 (#10325) (Tim Schaub)
176* fe91859 Chore: Update issue templates with new format (#10309) (Ilya Volodin)
177* 2f30aa5 Docs: add a better vim linting engine (#10292) (Jon Smithers)
178* df2c1fb Docs: improve formatter guide (refs #9550) (#10294) (Dominic Lee)
179* f7330c1 Chore: Add ESLint path to plugin-missing message (#10283) (Kevin Partington)
180* bb6090f Fix: Throw error when --ignore-path not a file (fixes #10076) (#10205) (Malcolm Groves)
181* 1b6b2b2 Build: remove trailing spaces in blogpost template (#10280) (Teddy Katz)
182* a960d69 Docs: remove outdated notes from migration guide (#10279) (Teddy Katz)
183
184v5.0.0-alpha.2 - April 27, 2018
185
186* 510ca8b Docs: make grammatical tweaks in migration guide (#10278) (Teddy Katz)
187* 02e44a5 Breaking: remove TDZ scopes (fixes #10245) (#10270) (Toru Nagashima)
188* c74933b Breaking: remove extra check in getScope (fixes #10246, fixes #10247) (#10252) (Toru Nagashima)
189* 7c2e83a Chore: improve tests and checking for equality (#10182) (Ruben Bridgewater)
190* 8799972 Docs: make template link wording more clear (#10219) (David Luzar)
191* 8b7c6ea Breaking: report fatal error for linting nonexistent files (fixes #7390) (#10143) (Teddy Katz)
192* 9100819 Breaking: fix plugin resolver in extends (fixes #9904) (#10236) (Toru Nagashima)
193* c45f1d0 Breaking: add rules to recommended (fixes #8865) (#10158) (薛定谔的猫)
194* 1d443a0 Fix: valid-jsdoc does not know async function returns (fixes #9881) (#10161) (Rachael Sim)
195* a82cbea Update: re-enable experimentalObjectRestSpread (fixes #9990) (#10230) (Toru Nagashima)
196* f9c7371 Fix: do not autofix object-shorthand with comments (fixes #10038) (#10238) (Malcolm Groves)
197* 4672b56 Docs: Correct wording in the `smart-tabs` docs page (#10277) (Jed Fox)
198* b32d1f4 Chore: upgrade eslump@1.6.2 (#10258) (薛定谔的猫)
199* 7938bf1 Chore: update eslint-fuzzer ecmaVersion to 2018 (#10255) (薛定谔的猫)
200* a2953ec Chore: small opt to improve readability (#10225) (薛定谔的猫)
201* 85a5191 Docs: Update JSCS FAQ (#10221) (alberto)
202* 8e89d5c Docs: Fix typo (#10223) (alberto)
203* c0c331e Docs: Add Prettier to FAQ (#10222) (alberto)
204* 2443627 Docs: add backticks in getter-return (#10218) (薛定谔的猫)
205* 74bb5b5 Docs: Fix misspelling in changelog (#10216) (Kevin Partington)
206
207v5.0.0-alpha.1 - April 13, 2018
208
209* b2a48a9 Breaking: stop using fake `context._linter` property (fixes #10140) (#10209) (Teddy Katz)
210* a039956 Breaking: remove deprecated browser/jest/node globals (fixes #10141) (#10210) (Teddy Katz)
211* 98f1cad Docs: update migration guide with latest changes (#10212) (Teddy Katz)
212* 2e60017 Chore: remove concat-stream dependency (#10173) (Teddy Katz)
213* 7f69f11 Chore: rearrange init options. (#10131) (薛定谔的猫)
214* f595fd8 Upgrade: upgrade deps (#10184) (alberto)
215* 71167be Docs: fix wrong config in id-length (#10196) (薛定谔的猫)
216* 81629d2 Chore: enable rest/spread rules on ESLint codebase (#10211) (Teddy Katz)
217* 2324570 Breaking: no-unused-vars reports all after-used params (fixes #9909) (#10119) (Kevin Partington)
218* 7765fc4 Upgrade: ajv@^6.0.1, still using json schema draft 04 (#9856) (Kevin Partington)
219* b77846d Breaking: drop supporting Node.js 4 (fixes #10052) (#10074) (薛定谔的猫)
220* cd34d44 Chore: avoid modifying global state when tests fail (#10201) (Teddy Katz)
221* 731da1e Docs: fix code in correct example. (#10195) (薛定谔的猫)
222* 3780915 Docs: fix some small errors in examples (#10194) (薛定谔的猫)
223* 869c9f5 Upgrade: babelify (#10185) (alberto)
224* 218ee57 Fix: report no-case-declarations from declarations (fixes #10048) (#10167) (Carlo Abelli)
225* b7ee1ed Upgrade: upgrade devdeps (#10178) (alberto)
226* db1a582 Chore: Add debug logging for CLI args as they came in (#10174) (Kevin Partington)
227* f3a0291 Upgrade: Update dependencies. (#10168) (alberto)
228* 7d6e052 Upgrade: esquery@^1.0.1 (fixes #8733) (#10170) (Kevin Partington)
229* 1e7252f Docs: Add more related rules for object-curly-spacing (#10175) (Saugat Acharya)
230* e5cf9cc Docs: Reorder README sections (#10172) (alberto)
231* c85578f Chore: Remove `esprima-fb` dependency. (#10171) (alberto)
232* d0dc2e3 Docs: Add Missing Quotes (#10162) (Samarth Verma)
233* 7a63bfa Upgrade: eslint-release to v0.11.1 (#10156) (Teddy Katz)
234* b7a1a7a Build: Gensite creates prerelease dirs if needed (#10154) (Brandon Mills)
235
236v5.0.0-alpha.0 - March 30, 2018
237
238* f4b3af5 Breaking: Upgrade to Espree v4 alpha (refs #9990) (#10152) (Brandon Mills)
239* 3351129 Docs: add v5.0.0 migration guide (fixes #10142) (#10147) (Teddy Katz)
240* f2f98dd Build: make prerelease script publish to GitHub/website (#10151) (Teddy Katz)
241* d440e84 Breaking: support @scope shorthand in plugins (fixes #9903) (#9905) (Toru Nagashima)
242* 462b058 Update: Include debugging information when rule throws error (#9742) (Patrick Hayes)
243* 9a020dc Chore: refactor --no-ignore flag logic (#10146) (Teddy Katz)
244* 4f61a0d Chore: add noopener/noreferrer (薛定谔的猫)
245* 65cc834 Docs: Ensure CLI doc sections match command line help order (#10144) (Kevin Partington)
246* 9c79174 Docs: Update capitalized-comments with missing letters (fixes #10135) (#10134) (jasonfry)
247* 9e66bfb Docs: remove eslint vs jshint from faq (#10108) (alberto)
248* 692e383 Docs: Add modified variable examples for no-loop-func (fixes #9527) (#10098) (Rachael Sim)
249* a9ee9ae Breaking: require rules to provide report messages (fixes #10011) (#10057) (Teddy Katz)
250* 837edc7 Chore: Uncommented test for empty program for no-invalid-meta (#10046) (Kevin Partington)
251* c383bc5 Breaking: Make require('eslint').linter non-enumerable (fixes #9270) (#9692) (Jed Fox)
252* 4eaebe5 Breaking: set `parent` of AST nodes before rules run (fixes #9122) (#10014) (Teddy Katz)
253* 91ece32 Breaking: remove special exception for linting empty files (fixes #9534) (#10013) (Teddy Katz)
254* 27e3f24 Breaking: remove `source` property from linting messages (fixes #7358) (#10012) (Teddy Katz)
255* e4c3b3c Breaking: use an exit code of 2 for fatal config problems (fixes #9384) (#10009) (Teddy Katz)
256* 2a7ecaa Breaking: Use strict equality in RuleTester comparisons (fixes #9417) (#10008) (Teddy Katz)
257* 0bc4a38 Fix: Make rule-tester strictly check messageId. (ref #9890) (#9908) (Jacques Favreau)
258* ea6fb17 Update: Make no-cond-assign work for ternaries (fixes #10091) (#10109) (Aaron Harper)
259
260v4.19.1 - March 21, 2018
261
262* 3ff5d11 Fix: no-invalid-regexp not understand variable for flags (fixes #10112) (#10113) (薛定谔的猫)
263* abc765c Fix: object-curly-newline minProperties w/default export (fixes #10101) (#10103) (Kevin Partington)
264* 6f9e155 Docs: Update ambiguous for...in example for guard-for-in (#10114) (CJ R)
265* 0360cc2 Chore: Adding debug logs on successful plugin loads (#10100) (Kevin Partington)
266* a717c5d Chore: Adding log at beginning of unit tests in Makefile.js (#10102) (Kevin Partington)
267
268v4.19.0 - March 16, 2018
269
270* 55a1593 Update: consecutive option for one-var (fixes #4680) (#9994) (薛定谔的猫)
271* 8d3814e Fix: false positive about ES2018 RegExp enhancements (fixes #9893) (#10062) (Toru Nagashima)
272* 935f4e4 Docs: Clarify default ignoring of node_modules (#10092) (Matijs Brinkhuis)
273* 72ed3db Docs: Wrap `Buffer()` in backticks in `no-buffer-constructor` rule description (#10084) (Stephen Edgar)
274* 3aded2f Docs: Fix lodash typos, make spacing consistent (#10073) (Josh Smith)
275* e33bb64 Chore: enable no-param-reassign on ESLint codebase (#10065) (Teddy Katz)
276* 66a1e9a Docs: fix possible typo (#10060) (Vse Mozhet Byt)
277* 2e68be6 Update: give a node at least the indentation of its parent (fixes #9995) (#10054) (Teddy Katz)
278* 72ca5b3 Update: Correctly indent JSXText with trailing linebreaks (fixes #9878) (#10055) (Teddy Katz)
279* 2a4c838 Docs: Update ECMAScript versions in FAQ (#10047) (alberto)
280
281v4.18.2 - March 2, 2018
282
283* 6b71fd0 Fix: table@4.0.2, because 4.0.3 needs "ajv": "^6.0.1" (#10022) (Mathieu Seiler)
284* 3c697de Chore: fix incorrect comment about linter.verify return value (#10030) (Teddy Katz)
285* 9df8653 Chore: refactor parser-loading out of linter.verify (#10028) (Teddy Katz)
286* f6901d0 Fix: remove catastrophic backtracking vulnerability (fixes #10002) (#10019) (Jamie Davis)
287* e4f52ce Chore: Simplify dataflow in linter.verify (#10020) (Teddy Katz)
288* 33177cd Chore: make library files non-executable (#10021) (Teddy Katz)
289* 558ccba Chore: refactor directive comment processing (#10007) (Teddy Katz)
290* 18e15d9 Chore: avoid useless catch clauses that just rethrow errors (#10010) (Teddy Katz)
291* a1c3759 Chore: refactor populating configs with defaults in linter (#10006) (Teddy Katz)
292* aea07dc Fix: Make max-len ignoreStrings ignore JSXText (fixes #9954) (#9985) (Rachael Sim)
293
294v4.18.1 - February 20, 2018
295
296* f417506 Fix: ensure no-await-in-loop reports the correct node (fixes #9992) (#9993) (Teddy Katz)
297* 3e99363 Docs: Fixed typo in key-spacing rule doc (#9987) (Jaid)
298* 7c2cd70 Docs: deprecate experimentalObjectRestSpread (#9986) (Toru Nagashima)
299
300v4.18.0 - February 16, 2018
301
302* 70f22f3 Chore: Apply memoization to config creation within glob utils (#9944) (Kenton Jacobsen)
303* 0e4ae22 Update: fix indent bug with binary operators/ignoredNodes (fixes #9882) (#9951) (Teddy Katz)
304* 47ac478 Update: add named imports and exports for object-curly-newline (#9876) (Nicholas Chua)
305* e8efdd0 Fix: support Rest/Spread Properties (fixes #9885) (#9943) (Toru Nagashima)
306* f012b8c Fix: support Async iteration (fixes #9891) (#9957) (Toru Nagashima)
307* 74fa253 Docs: Clarify no-mixed-operators options (fixes #9962) (#9964) (Ivan Hayes)
308* 426868f Docs: clean up key-spacing docs (fixes #9900) (#9963) (Abid Uzair)
309* 4a6f22e Update: support eslint-disable-* block comments (fixes #8781) (#9745) (Erin)
310* 777283b Docs: Propose fix typo for function (#9965) (John Eismeier)
311* bf3d494 Docs: Fix typo in max-len ignorePattern example. (#9956) (Tim Martin)
312* d64fbb4 Docs: fix typo in prefer-destructuring.md example (#9930) (Vse Mozhet Byt)
313* f8d343f Chore: Fix default issue template (#9946) (Kai Cataldo)
314
315v4.17.0 - February 2, 2018
316
317* 1da1ada Update: Add "multiline" type to padding-line-between-statements (#8668) (Matthew Bennett)
318* bb213dc Chore: Use messageIds in some of the core rules (#9648) (Jed Fox)
319* 1aa1970 Docs: remove outdated rule naming convention (#9925) (Teddy Katz)
320* 3afaff6 Docs: Add prefer-destructuring variable reassignment example (#9873) (LePirlouit)
321* d20f6b4 Fix: Typo in error message when running npm (#9866) (Maciej Kasprzyk)
322* 51ec6a7 Docs: Use GitHub Multiple PR/Issue templates (#9911) (Kai Cataldo)
323* dc80487 Update: space-unary-ops uses astUtils.canTokensBeAdjacent (fixes #9907) (#9906) (Kevin Partington)
324* 084351b Docs: Fix the messageId example (fixes #9889) (#9892) (Jed Fox)
325* 9cbb487 Docs: Mention the `globals` key in the no-undef docs (#9867) (Dan Dascalescu)
326
327v4.16.0 - January 19, 2018
328
329* e26a25f Update: allow continue instead of if wrap in guard-for-in (fixes #7567) (#9796) (Michael Ficarra)
330* af043eb Update: Add NewExpression support to comma-style (#9591) (Frazer McLean)
331* 4f898c7 Build: Fix JSDoc syntax errors (#9813) (Matija Marohnić)
332* 13bcf3c Fix: Removing curly quotes in no-eq-null report message (#9852) (Kevin Partington)
333* b96fb31 Docs: configuration hierarchy for CLIEngine options (fixes #9526) (#9855) (PiIsFour)
334* 8ccbdda Docs: Clarify that -c configs merge with `.eslintrc.*` (fixes #9535) (#9847) (Kevin Partington)
335* 978574f Docs: Fix examples for no-useless-escape (#9853) (Toru Kobayashi)
336* cd5681d Chore: Deactivate consistent-docs-url in internal rules folder (#9815) (Kevin Partington)
337* 2e87ddd Docs: Sync messageId examples' style with other examples (#9816) (Kevin Partington)
338* 1d61930 Update: use doctrine range information in valid-jsdoc (#9831) (Teddy Katz)
339* 133336e Update: fix indent behavior on template literal arguments (fixes #9061) (#9820) (Teddy Katz)
340* ea1b15d Fix: avoid crashing on malformed configuration comments (fixes #9373) (#9819) (Teddy Katz)
341* add1e70 Update: fix indent bug on comments in ternary expressions (fixes #9729) (#9818) (Teddy Katz)
342* 6a5cd32 Fix: prefer-destructuring error with computed properties (fixes #9784) (#9817) (Teddy Katz)
343* 601f851 Docs: Minor modification to code comments for clarity (#9821) (rgovind92)
344* b9da067 Docs: fix misleading info about RuleTester column numbers (#9830) (Teddy Katz)
345* 2cf4522 Update: Rename and deprecate object-property-newline option (#9570) (Jonathan Pool)
346* acde640 Docs: Add ES 2018 to Configuring ESLint (#9829) (Kai Cataldo)
347* ccfce15 Docs: Minor tweaks to working with rules page (#9824) (Kevin Partington)
348* 54b329a Docs: fix substitution of {{ name }} (#9822) (Andres Kalle)
349
350v4.15.0 - January 6, 2018
351
352* 6ab04b5 New: Add context.report({ messageId }) (fixes #6740) (#9165) (Jed Fox)
353* fc7f404 Docs: add url to each of the rules (refs #6582) (#9788) (Patrick McElhaney)
354* fc44da9 Docs: fix sort-imports rule block language (#9805) (ferhat elmas)
355* 65f0176 New: CLIEngine#getRules() (refs #6582) (#9782) (Patrick McElhaney)
356* c64195f Update: More detailed assert message for rule-tester (#9769) (Weijia Wang)
357* 9fcfabf Fix: no-extra-parens false positive (fixes: #9755) (#9795) (Erin)
358* 61e5fa0 Docs: Add table of contents to Node.js API docs (#9785) (Patrick McElhaney)
359* 4c87f42 Fix: incorrect error messages of no-unused-vars (fixes #9774) (#9791) (akouryy)
360* bbabf34 Update: add `ignoreComments` option to `indent` rule (fixes #9018) (#9752) (Kevin Partington)
361* db431cb Docs: HTTP -> HTTPS (fixes #9768) (#9768) (Ronald Eddy Jr)
362* cbf0fb9 Docs: describe how to feature-detect scopeManager/visitorKeys support (#9764) (Teddy Katz)
363* f7dcb70 Docs: Add note about "patch release pending" label to maintainer guide (#9763) (Teddy Katz)
364
365v4.14.0 - December 23, 2017
366
367* be2f57e Update: support separate requires in one-var. (fixes #6175) (#9441) (薛定谔的猫)
368* 370d614 Docs: Fix typos (#9751) (Jed Fox)
369* 8196c45 Chore: Reorganize CLI options and associated docs (#9758) (Kevin Partington)
370* 75c7419 Update: Logical-and is counted in `complexity` rule (fixes #8535) (#9754) (Kevin Partington)
371* eb4b1e0 Docs: reintroduce misspelling in `valid-typeof` example (#9753) (Teddy Katz)
372* ae51eb2 New: Add allowImplicit option to array-callback-return (fixes #8539) (#9344) (James C. Davis)
373* e9d5dfd Docs: improve no-extra-parens formatting (#9747) (Rich Trott)
374* 37d066c Chore: Add unit tests for overrides glob matching. (#9744) (Robert Jackson)
375* 805a94e Chore: Fix typo in CLIEngine test name (#9741) (@scriptdaemon)
376* 1c2aafd Update: Improve parser integrations (fixes #8392) (#8755) (Toru Nagashima)
377* 4ddc131 Upgrade: debug@^3.1.0 (#9731) (Kevin Partington)
378* f252c19 Docs: Make the lint message `source` property a little more subtle (#9735) (Jed Fox)
379* 5a5c23c Docs: fix the link to contributing page (#9727) (Victor Hom)
380* f44ce11 Docs: change beginner to good first issue label text (#9726) (Victor Hom)
381* 14baa2e Chore: improve arrow-body-style error message (refs #5498) (#9718) (Teddy Katz)
382* f819920 Docs: fix typos (#9723) (Thomas Broadley)
383* 43d4ba8 Fix: false positive on rule`lines-between-class-members` (fixes #9665) (#9680) (sakabar)
384
385v4.13.1 - December 11, 2017
386
387* b72dc83 Fix: eol-last allow empty-string to always pass (refs #9534) (#9696) (Kevin Partington)
388* d80aa7c Fix: camelcase destructure leading/trailing underscore (fixes #9700) (#9701) (Kevin Partington)
389* d49d9d0 Docs: Add missing period to the README (#9702) (Kevin Partington)
390* 4564fe0 Chore: no-invalid-meta crash if no export assignment (refs #9534) (#9698) (Kevin Partington)
391
392v4.13.0 - December 8, 2017
393
394* 256481b Update: update handling of destructuring in camelcase (fixes #8511) (#9468) (Erin)
395* d067ae1 Docs: Don’t use undocumented array-style configuration for max-len (#9690) (Jed Fox)
396* 1ad3091 Chore: fix test-suite to work with node master (#9688) (Myles Borins)
397* cdb1488 Docs: Adds an example with try/catch. (#9672) (Jaap Taal)
398
399v4.12.1 - November 30, 2017
400
401* 1e362a0 Revert "Fix: Use XML 1.1 on XML formatters (fixes #9607) (#9608)" (#9667) (Kevin Partington)
402
403v4.12.0 - November 25, 2017
404
405* 76dab18 Upgrade: doctrine@^2.0.2 (#9656) (Kevin Partington)
406* 28c9c8e New: add a Linter#defineParser function (#9321) (Ives van Hoorne)
407* 5619910 Update: Add autofix for `sort-vars` (#9496) (Trevin Hofmann)
408* 71eedbf Update: add `beforeStatementContinuationChars` to semi (fixes #9521) (#9594) (Toru Nagashima)
409* 4118f14 New: Adds implicit-arrow-linebreak rule (refs #9510) (#9629) (Sharmila Jesupaul)
410* 208fb0f Fix: Use XML 1.1 on XML formatters (fixes #9607) (#9608) (Daniel Reigada)
411* 6e04f14 Upgrade: `globals` to 11.0.1 (fixes #9614) (#9632) (Toru Nagashima)
412* e13d439 Fix: space-in-parens crash (#9655) (Toru Nagashima)
413* 92171cc Docs: Updating migration guide for single-line disable (#9385) (Justin Helmer)
414* f39ffe7 Docs: remove extra punctuation from readme (#9640) (Teddy Katz)
415* a015234 Fix: prefer-destructuring false positive on "super" (fixes #9625) (#9626) (Kei Ito)
416* 0cf081e Update: add importNames option to no-restricted-imports (#9506) (Benjamin R Gibson)
417* 332c214 Docs: Add @platinumazure to TSC (#9618) (Ilya Volodin)
418
419v4.11.0 - November 10, 2017
420
421* d4557a6 Docs: disallow use of the comma operator using no-restricted-syntax (#9585) (薛定谔的猫)
422* d602f9e Upgrade: espree v3.5.2 (#9611) (Kai Cataldo)
423* 4def876 Chore: avoid handling rules instances in config-validator (#9364) (Teddy Katz)
424* fe5ac7e Chore: fix incorrect comment in safe-emitter.js (#9605) (Teddy Katz)
425* 6672fae Docs: Fixed a typo on lines-between-class-members doc (#9603) (Moinul Hossain)
426* 980ecd3 Chore: Update copyright and license info (#9599) (薛定谔的猫)
427* cc2c7c9 Build: use Node 8 in appveyor (#9595) (薛定谔的猫)
428* 2542f04 Docs: Add missing options for `lines-around-comment` (#9589) (Clément Fiorio)
429* b6a7490 Build: ensure fuzzer tests get run with `npm test` (#9590) (Teddy Katz)
430* 1073bc5 Build: remove shelljs-nodecli (refs #9533) (#9588) (Teddy Katz)
431* 7e3bf6a Fix: edge-cases of semi-style (#9560) (Toru Nagashima)
432* e5a37ce Fix: object-curly-newline for flow code (#9458) (Tiddo Langerak)
433* 9064b9c Chore: add equalTokens in ast-utils. (#9500) (薛定谔的猫)
434* b7c5b19 Fix: Correct [object Object] output of error.data. (#9561) (Jonathan Pool)
435* 51c8cf0 Docs: Disambiguate definition of Update tag (#9584) (Jonathan Pool)
436* afc3c75 Docs: clarify what eslint-config-eslint is (#9582) (Teddy Katz)
437* aedae9d Docs: fix spelling in valid-typeof example (#9574) (Maksim Degtyarev)
438* 4c5aaf3 Docs: Fix typo in no-underscore-dangle rule (#9567) (Fabien Lucas)
439* 3623600 Chore: upgrade ajv@5.3.0 (#9557) (薛定谔的猫)
440* 1b606cd Chore: Remove an indirect dependency on jsonify (#9444) (Rouven Weßling)
441* 4d7d7ab Update: Resolve npm installed formatters (#5900) (#9464) (Tom Erik Støwer)
442* accc490 Fix: Files with no failures get "passing" testcase (#9547) (Samuel Levy)
443* ab0f66d Docs: Add examples to better show rule coverage. (#9548) (Jonathan Pool)
444* 88d2303 Chore: Add object-property-newline tests to increase coverage. (#9553) (Jonathan Pool)
445* 7f37b1c Build: test Node 9 on Travis (#9556) (Teddy Katz)
446* acccfbd Docs: Minor rephrase in `no-invalid-this`. (#9542) (Francisc)
447* 8f9c0fe Docs: improve id-match usage advice (#9544) (Teddy Katz)
448* a9606a3 Fix: invalid tests with super (fixes #9539) (#9545) (Teddy Katz)
449* 8e1a095 Chore: enable a modified version of multiline-comment-style on codebase (#9452) (Teddy Katz)
450* cb60285 Chore: remove commented test for HTML formatter (#9532) (Teddy Katz)
451* 06b491e Docs: fix duplicate entries in changelog (#9530) (Teddy Katz)
452* 2224733 Chore: use eslint-plugin-rulesdir instead of --rulesdir for self-linting (#9164) (Teddy Katz)
453* 9cf4ebe Docs: add .md to link(for github users) (#9529) (薛定谔的猫)
454
455v4.10.0 - October 27, 2017
456
457* bb6e60a Fix: Improve the doc for no-restricted-modules rule (fixes #9437) (#9495) (vibss2397)
458* c529de9 Docs: Amend rule document to correct and complete it (refs #6251). (#9498) (Jonathan Pool)
459* f9c6673 Chore: Add tests to cover array and object values and leading commas. (#9502) (Jonathan Pool)
460* 9169258 Chore: remove `npm run check-commit` script (#9513) (Teddy Katz)
461* 7d390b2 Docs: Revise contributor documentation on issue labels. (#9469) (Jonathan Pool)
462* d80b9d0 Fix: no-var don't fix globals (fixes #9520) (#9525) (Toru Nagashima)
463* b8aa071 Fix: allow linting the empty string from stdin (fixes #9515) (#9517) (Teddy Katz)
464* 350a72c Chore: regex.test => string.startsWith (#9518) (薛定谔的猫)
465* de0bef4 Chore: remove obsolete eslintbot templates (#9512) (Teddy Katz)
466* 720b6d5 Docs: Update ISSUE_TEMPLATE.md (#9504) (薛定谔的猫)
467* 2fa64b7 Fix: should not convert non-consecutive line comments to a single blo… (#9475) (薛定谔的猫)
468* 9725146 Fix: multiline-comment-style fix produces invalid code (fixes #9461). (#9463) (薛定谔的猫)
469* b12cff8 Fix: Expected order of jsdoc tags (fixes #9412) (#9451) (Orlando Wenzinger)
470* f054ab5 Docs: add `.md` to link (for github users) (#9501) (薛定谔的猫)
471* 5ed9cfc Docs: Correct violations of “Variable Declarations” in Code Conventions (#9447) (Jonathan Pool)
472* 3171097 Docs: Clears confusion on usage of global and local plugins.(#9492) (Vasili Sviridov)
473* 3204773 Chore: enable max-len. (#9414) (薛定谔的猫)
474* 0f71fef Docs: Unquote booleans in lines-between-class-members docs (#9497) (Brandon Mills)
475* b3d7532 Docs: use consistent terminology & fix link etc. (#9490) (薛定谔的猫)
476* 87db8ae Docs: Fix broken links (#9488) (gpiress)
477* 51bdb2f Docs: Incorrect link to related rule (#9477) (Gavin King)
478* 1a962e8 Docs: Add FAQ for when ESLint cannot find plugin (#9467) (Kevin Partington)
479* 8768b2d Fix: multiline-comment-style autofixer added trailing space (#9454) (Teddy Katz)
480* e830aa1 Fix: multiline-comment-style reports block comments followed by code (#9450) (Teddy Katz)
481* b12e5fe Docs: Repair broken links and add migration links. (#9473) (Jonathan Pool)
482* eca01ed Docs: Add missing info about special status of home-dir config files. (#9472) (Jonathan Pool)
483* eb8cfb1 Fix: change err report in constant condition (fixes #9398) (#9436) (Victor Hom)
484* da77eb4 Chore: Revise no-config-file test to prevent false failure. (#9443) (Jonathan Pool)
485* 47e5f6f Docs: ensure "good commit message" examples actually follow guidelines (#9466) (Teddy Katz)
486* ebb530d Update: Don't ignore comments (no-trailing-spaces) (#9416) (Chris van Marle)
487* 5012661 Build: fix `npm run profile` script (fixes #9397) (#9455) (Teddy Katz)
488* ecac0fd Docs: Remove blockBindings references (#9446) (Jan Pilzer)
489* 0b89865 Chore: ensure tests for internal rules get run (#9453) (Teddy Katz)
490* 052c504 Docs: suggest deleting branches after merging PRs (#9449) (Teddy Katz)
491* b31e55a Chore: move internal rules out of lib/ (#9448) (Teddy Katz)
492* a7521e3 Docs: improve examples for multiline-comment-style (#9440) (Teddy Katz)
493
494v4.9.0 - October 14, 2017
495
496* 85388fb Fix: Correct error and test messages to fit config search path (#9428) (Jonathan Pool)
497* 62a323c Fix: Add class options for `lines-around-comment` (fixes #8564) (#8565) (Ed Lee)
498* 8eb4aae New: multiline-comment-style rule (fixes #8320) (#9389) (薛定谔的猫)
499* db41408 Chore: avoid applying eslint-env comments twice (#9278) (Teddy Katz)
500* febb897 Chore: avoid loose equality assertions (#9415) (Teddy Katz)
501* 2247efa Update: Add FunctionExpression to require-jsdoc (fixes #5867) (#9395) (Kai Cataldo)
502* 6791d18 Docs: Corrected noun to verb. (#9438) (Jonathan Pool)
503* b02fbb6 Update: custom messages for no-restricted-* (refs #8400) (Maja Wichrowska)
504* 02732bd Docs: Reorganized to avoid misunderstandings. (#9434) (Jonathan Pool)
505* d9466b8 Docs: Correct time forecast for tests. (#9432) (Jonathan Pool)
506* f7ed84f Docs: Add instruction re home-directory config files (refs #7729) (#9426) (Jonathan Pool)
507* 30d018b Chore: Add Aladdin-ADD & VictorHom to README (#9424) (Kai Cataldo)
508* 2d8a303 Docs: fix examples for prefer-numeric-literals (#9155) (Lutz Lengemann)
509* d7610f5 Docs: Add jquery warning to prefer-destructuring (#9409) (Thomas Grainger)
510* e835dd1 Docs: clarify no-mixed-operators (fixes #8051) (Ruxandra Fediuc)
511* 51360c8 Docs: update block-spacing details (fixes #8743) (#9375) (Victor Hom)
512* 6767857 Update: fix ignored nodes in indent rule when using tabs (fixes #9392) (#9393) (Robin Houston)
513* 37dde77 Chore: Refactor SourceCode#getJSDocComment (#9403) (Kai Cataldo)
514* 9fedd51 Chore: Add missing space in blog post template (#9407) (Kevin Partington)
515* 7654c99 Docs: add installing prerequisites in readme. (#9401) (薛定谔的猫)
516* 786cc73 Update: Add "consistent" option to array-bracket-newline (fixes #9136) (#9206) (Ethan Rutherford)
517* e171f6b Docs: add installing prerequisites. (#9394) (薛定谔的猫)
518* 74dfc87 Docs: update doc for class-methods-use-this (fixes #8910) (#9374) (Victor Hom)
519* b4a9dbf Docs: show console call with no-restricted-syntax (fixes #7806) (#9376) (Victor Hom)
520* 8da525f Fix: recognise multiline comments as multiline arrays (fixes #9211) (#9369) (Phil Quinn)
521* c581b77 Chore: Error => TypeError (#9390) (薛定谔的猫)
522* ee99876 New: lines-between-class-members rule (fixes #5949) (#9141) (薛定谔的猫)
523* 9d3f5ad Chore: report unused eslint-disable directives in ESLint codebase (#9371) (Teddy Katz)
524* 1167638 Update: add allowElseIf option to no-else-return (fixes #9228) (#9229) (Thomas Grainger)
525* 4567ab1 New: Add the fix-dry-run flag (fixes #9076) (#9073) (Rafał Ruciński)
526
527v4.8.0 - September 29, 2017
528
529* 3f2b908 New: add option to report unused eslint-disable directives (fixes #9249) (#9250) (Teddy Katz)
530* ff2be59 Fix: dot notation rule failing to catch string template (fixes #9350) (#9357) (Phil Quinn)
531* b1372da Chore: remove sourceCode property from Linter (refs #9161) (#9363) (Teddy Katz)
532* cef6f8c Docs: remove line about removing rules from semver policy (#9367) (Teddy Katz)
533* 06efe87 Fix: Add meta element with charset attribute. (#9365) (H1Gdev)
534* 458ca67 Docs: update architecture page (fixes #9337) (#9345) (Victor Hom)
535* 1c6bc67 Fix: special EventEmitter keys leak information about other rules (#9328) (Teddy Katz)
536* d593e61 Docs: update eslint.org links to use https (#9358) (Teddy Katz)
537* 38d0cb2 Fix: fix wrong code-path about try-for-in (fixes #8848) (#9348) (Toru Nagashima)
538* 434d9e2 Fix: Invalid font-size property value issue. (#9341) (H1Gdev)
539* a7668c2 Chore: Remove unnecessary slice from logging utility (#9343) (Gyandeep Singh)
540* 2ff6fb6 Chore: remove unused arguments in codebase (#9340) (Teddy Katz)
541
542v4.7.2 - September 21, 2017
543
544* 4f87732 Fix: Revert setting node.parent early (fixes #9331) (#9336) (Teddy Katz)
545
546v4.7.1 - September 18, 2017
547
548* 08656db Fix: Handle nested disable directive correctly (fixes #9318) (#9322) (Gyandeep Singh)
549* 9226495 Revert "Chore: rewrite parseListConfig for a small perf gain." (#9325) (薛定谔的猫)
550
551v4.7.0 - September 15, 2017
552
553* 787b78b Upgrade: Espree v3.5.1 (fixes #9153) (#9314) (Brandon Mills)
554* 1488b51 Update: run rules after `node.parent` is already set (fixes #9122) (#9283) (Teddy Katz)
555* 4431d68 Docs: fix wrong config in max-len example. (#9309) (薛定谔的猫)
556* 7d24dde Docs: Fix code snippet to refer to the correct option (#9313) (Ruben Tytgat)
557* 12388d4 Chore: rewrite parseListConfig for a small perf gain. (#9300) (薛定谔的猫)
558* ce1f084 Update: fix MemberExpression handling in no-extra-parens (fixes #9156) (jackyho112)
559* 0c720a3 Update: allow autofixing when using processors (fixes #7510) (#9090) (Teddy Katz)
560* 838df76 Chore: upgrade deps. (#9289) (薛定谔的猫)
561* f12def6 Update: indent flatTernary option to handle `return` (fixes #9285) (#9296) (Teddy Katz)
562* e220687 Fix: remove autofix for var undef inits (fixes #9231) (#9288) (Victor Hom)
563* 002e199 Docs: fix no-restricted-globals wrong config. (#9305) (薛定谔的猫)
564* fcfe91a Docs: fix wrong config in id-length example. (#9303) (薛定谔的猫)
565* 2731f94 Update: make newline-per-chained-call fixable (#9149) (João Granado)
566* 61f1093 Chore: avoid monkeypatching Linter instances in RuleTester (#9276) (Teddy Katz)
567* 28929cb Chore: remove Linter#reset (refs #9161) (#9268) (Teddy Katz)
568* abc8634 Build: re-run browserify when generating site (#9275) (Teddy Katz)
569* 7685fed Fix: IIFE and arrow functions in no-invalid-this (fixes #9126) (#9258) (Toru Nagashima)
570* 2b1eba2 Chore: enable eslint-plugin/no-deprecated-context-methods (#9279) (Teddy Katz)
571* 981f933 Fix: reuse the AST of source code object in verify (#9256) (Toru Nagashima)
572* cd698ba Docs: move RuleTester documentation to Node.js API page (#9273) (Teddy Katz)
573* 4ae7ad3 Docs: fix inaccuracy in `npm run perf` description (#9274) (Teddy Katz)
574* cad45bd Docs: improve documentation for rule contexts (#9272) (Teddy Katz)
575* 3b0c6fd Chore: remove extraneous linter properties (refs #9161) (#9267) (Teddy Katz)
576* c3231b3 Docs: Fix typo in array-bracket-newline.md (#9269) (宋文强)
577* 51132d6 Fix: Formatters keep trailing '.' if preceded by a space (fixes #9154) (#9247) (i-ron-y)
578* 88d5d4d Chore: remove undocumented Linter#markVariableAsUsed method (refs #9161) (#9266) (Teddy Katz)
579* 09414cf Chore: remove internal Linter#getDeclaredVariables method (refs #9161) (#9264) (Teddy Katz)
580* f31f59d Chore: prefer smaller scope for variables in codebase (#9265) (Teddy Katz)
581* 3693e4e Chore: remove undocumented Linter#getScope method (#9253) (Teddy Katz)
582* 5d7eb81 Chore: refactor config hash caching in CLIEngine (#9260) (Teddy Katz)
583* 1a76c4d Chore: remove SourceCode passthroughs from Linter.prototype (refs #9161) (#9263) (Teddy Katz)
584* 40ae27b Chore: avoid relying on Linter#getScope/markVariableAsUsed in tests (#9252) (Teddy Katz)
585* b383d81 Chore: make executeOnFile a pure function in CLIEngine (#9262) (Teddy Katz)
586* 5e0e579 Chore: avoid internal SourceCode methods in Linter tests (refs #9161) (#9223) (Teddy Katz)
587* adab827 Chore: remove unused eslint-disable comment (#9251) (Teddy Katz)
588* 31e4ec8 Chore: use consistent names for apply-disable-directives in tests (#9246) (Teddy Katz)
589* 7ba46e6 Fix: shebang error in eslint-disable-new-line; add tests (fixes #9238) (#9240) (i-ron-y)
590* 8f6546c Chore: remove undocumented defaults() method (refs #9161) (#9237) (Teddy Katz)
591* 82d8b73 Docs: Fix error in example code for sort-imports (fixes #8734) (#9245) (i-ron-y)
592* a32ec36 Update: refactor eslint-disable comment processing (#9216) (Teddy Katz)
593* 583f0b8 Chore: avoid using globals in CLIEngine tests (#9242) (Teddy Katz)
594* c8bf687 Chore: upgrade eslint-plugin-eslint-plugin@1.0.0 (#9234) (薛定谔的猫)
595* 3c41a05 Chore: always normalize rules to new API in rules.js (#9236) (Teddy Katz)
596* c5f4227 Chore: move logic for handling missing rules to rules.js (#9235) (Teddy Katz)
597* bf1e344 Chore: create report translators lazily (#9221) (Teddy Katz)
598* 2eedc1f Chore: remove currentFilename prop from Linter instances (refs #9161) (#9219) (Teddy Katz)
599* 5566e94 Docs: Replace misleading CLA links (#9133) (#9232) (i-ron-y)
600* c991630 Chore: remove ConfigOps.normalize in favor of ConfigOps.getRuleSeverity (#9224) (Teddy Katz)
601* 171962a Chore: remove internal Linter#getAncestors helper (refs #9161) (#9222) (Teddy Katz)
602* a567499 Chore: avoid storing list of problems on Linter instance (refs #9161) (#9214) (Teddy Katz)
603* ed6d088 Chore: avoid relying on undocumented Linter#getFilename API in tests (#9218) (Teddy Katz)
604
605v4.6.1 - September 3, 2017
606
607* bdec46d Build: avoid process leak when generating website (#9217) (Teddy Katz)
608* cb74b87 Fix: avoid adding globals when an env is used with `false` (fixes #9202) (#9203) (Teddy Katz)
609* f9b7544 Docs: Correct a typo in generator-star-spacing documentation (#9205) (Ethan Rutherford)
610* e5c5e83 Build: Fixing issue with docs generation (Fixes #9199) (#9200) (Ilya Volodin)
611
612v4.6.0 - September 1, 2017
613
614* 56dd769 Docs: fix link format in prefer-arrow-callback.md (#9198) (Vse Mozhet Byt)
615* 6becf91 Update: add eslint version to error output. (fixes #9037) (#9071) (薛定谔的猫)
616* 0e09973 New: function-paren-newline rule (fixes #6074) (#8102) (Teddy Katz)
617* 88a64cc Chore: Make parseJsonConfig() a pure function in Linter (#9186) (Teddy Katz)
618* 1bbac51 Fix: avoid breaking eslint-plugin-eslint-comments (fixes #9193) (#9196) (Teddy Katz)
619* 3e8b70a Fix: off-by-one error in eslint-disable comment checking (#9195) (Teddy Katz)
620* 73815f6 Docs: rewrite prefer-arrow-callback documentation (fixes #8950) (#9077) (Charles E. Morgan)
621* 0d3a854 Chore: avoid mutating report descriptors in report-translator (#9189) (Teddy Katz)
622* 2db356b Update: no-unused-vars Improve message to include the allowed patterns (#9176) (Eli White)
623* 8fbaf0a Update: Add configurability to generator-star-spacing (#8985) (Ethan Rutherford)
624* 8ed779c Chore: remove currentScopes property from Linter instances (refs #9161) (#9187) (Teddy Katz)
625* af4ad60 Fix: Handle error when running init without npm (#9169) (Gabriel Aumala)
626* 4b94c6c Chore: make parse() a pure function in Linter (refs #9161) (#9183) (Teddy Katz)
627* 1be5634 Chore: don't make Linter a subclass of EventEmitter (refs #9161) (#9177) (Teddy Katz)
628* e95af9b Chore: don't include internal test helpers in npm package (#9160) (Teddy Katz)
629* 6fb32e1 Chore: avoid using private Linter APIs in astUtils tests (refs #9161) (#9173) (Teddy Katz)
630* de6dccd Docs: add documentation for Linter methods (refs #6525) (#9151) (Teddy Katz)
631* 2d90030 Chore: remove unused assignment. (#9182) (薛定谔的猫)
632* d672aef Chore: refactor reporting logic (refs #9161) (#9168) (Teddy Katz)
633* 5ab0434 Fix: indent crash on sparse arrays with "off" option (fixes #9157) (#9166) (Teddy Katz)
634* c147b97 Chore: Make SourceCodeFixer accept text instead of a SourceCode instance (#9178) (Teddy Katz)
635* f127423 Chore: avoid using private Linter APIs in Linter tests (refs #9161) (#9175) (Teddy Katz)
636* 2334335 Chore: avoid using private Linter APIs in SourceCode tests (refs #9161) (#9174) (Teddy Katz)
637* 2dc243a Chore: avoid using internal Linter APIs in RuleTester (refs #9161) (#9172) (Teddy Katz)
638* d6e436f Fix: no-extra-parens reported some parenthesized IIFEs (fixes #9140) (#9158) (Teddy Katz)
639* e6b115c Build: Add an edit link to the rule docs’ metadata (#9049) (Jed Fox)
640* fcb7bb4 Chore: avoid unnecessarily complex forEach calls in no-extra-parens (#9159) (Teddy Katz)
641* ffa021e Docs: quotes rule - when does \n require backticks (#9135) (avimar)
642* 60c5148 Chore: improve coverage in lib/*.js (#9130) (Teddy Katz)
643
644v4.5.0 - August 18, 2017
645
646* decdd2c Update: allow arbitrary nodes to be ignored in `indent` (fixes #8594) (#9105) (Teddy Katz)
647* 79062f3 Update: fix indentation of multiline `new.target` expressions (#9116) (Teddy Katz)
648* d00e24f Upgrade: `chalk` to 2.x release (#9115) (Stephen Edgar)
649* 6ef734a Docs: add missing word in processor documentation (#9106) (Teddy Katz)
650* a4f53ba Fix: Include files with no messages in junit results (#9093) (#9094) (Sean DuBois)
651* 1d6a9c0 Chore: enable eslint-plugin/test-case-shorthand-strings (#9067) (薛定谔的猫)
652* f8add8f Fix: don't autofix with linter.verifyAndFix when `fix: false` is used (#9098) (Teddy Katz)
653* 77bcee4 Docs: update instructions for adding TSC members (#9086) (Teddy Katz)
654* bd09cd5 Update: avoid requiring NaN spaces of indentation (fixes #9083) (#9085) (Teddy Katz)
655* c93a853 Chore: Remove extra space in blogpost template (#9088) (Kai Cataldo)
656
657v4.4.1 - August 7, 2017
658
659* ec93614 Fix: no-multi-spaces to avoid reporting consecutive tabs (fixes #9079) (#9087) (Teddy Katz)
660
661v4.4.0 - August 5, 2017
662
663* 89196fd Upgrade: Espree to 3.5.0 (#9074) (Gyandeep Singh)
664* b3e4598 Fix: clarify AST and don't use `node.start`/`node.end` (fixes #8956) (#8984) (Toru Nagashima)
665* 62911e4 Update: Add ImportDeclaration option to indent rule (#8955) (David Irvine)
666* de75f9b Chore: enable object-curly-newline & object-property-newline.(fixes #9042) (#9068) (薛定谔的猫)
667* 5ae8458 Docs: fix typo in object-shorthand.md (#9066) (Jon Berry)
668* c3d5b39 Docs: clarify options descriptions (fixes #8875) (#9060) (Brandon Mailhiot)
669* 37158c5 Docs: clarified behavior of globalReturn option (fixes #8953) (#9058) (Brandon Mailhiot)
670* c2f3553 Docs: Update example for MemberExpression option of indent (fixes #9056) (#9057) (Jeff)
671* 78a85e0 Fix: no-extra-parens incorrectly reports async function expressions (#9035) (薛定谔的猫)
672* c794f86 Fix: getter-return reporting method named 'get' (fixes #8919) (#9004) (薛定谔的猫)
673* d0f78ec Docs: update rule deprecation policy (fixes #8635) (#9033) (Teddy Katz)
674* 5ab282f Fix: Print error message in bin/eslint.js (fixes #9011) (#9041) (Victor Hom)
675* 50e3cf3 Docs: Update sort-keys doc to define natural ordering (fixes #9043) (#9045) (Karan Sharma)
676* 7ecfe6a Chore: enable eslint-plugin/test-case-property-ordering (#9040) (薛定谔的猫)
677* ad32697 Upgrade: js-yaml to 3.9.1 (refs #9011) (#9044) (Teddy Katz)
678* 66c1d43 Docs: Create SUPPORT.md (#9031) (Teddy Katz)
679* 7247b6c Update: handle indentation of custom destructuring syntax (fixes #8990) (#9027) (Teddy Katz)
680* cdb82f2 Fix: padding-line-between-statements crash on semicolons after blocks (#8748) (Alexander Madyankin)
681* 3141872 Chore: remove unnecessary eslint-disable comments in codebase (#9032) (Teddy Katz)
682* 0f97279 Fix: refactor no-multi-spaces to avoid regex backtracking (fixes #9001) (#9008) (Teddy Katz)
683* b74514d Fix: refactor RuleContext to not modify report locations (fixes #8980) (#8997) (Teddy Katz)
684* 31d7fd2 Fix: inconsistent `indent` behavior on computed properties (fixes #8989) (#8999) (Teddy Katz)
685* 3393894 Fix: avoid reporting the entire AST for missing rules (#8998) (Teddy Katz)
686* b3b95b8 Chore: enable additional rules on ESLint codebase (#9013) (Teddy Katz)
687* 9b6c552 Upgrade: eslint-plugin-eslint-plugin@0.8.0 (#9012) (薛定谔的猫)
688* acbe86a Chore: disallow .substr and .substring in favor of .slice (#9010) (Teddy Katz)
689* d0536d6 Chore: Optimizes adding Linter methods (fixes #9000) (#9007) (Sean C Denison)
690* 0a0401f Chore: fix spelling error. (#9003) (薛定谔的猫)
691* 3d020b9 Update: emit a warning for ecmaFeatures rather than throwing an error (#8974) (Teddy Katz)
692* d2f8f9f Fix: include name of invalid config in validation messages (fixes #8963) (#8973) (Teddy Katz)
693* c3ee46b Chore: fix misleading comment in RuleTester (#8995) (Teddy Katz)
694
695v4.3.0 - July 21, 2017
696
697* 91dccdf Update: support more options in prefer-destructuring (#8796) (Victor Hom)
698* 3bebcfd Update: Support generator yields in no constant condition (#8762) (Victor Hom)
699* 96df8c9 Fix: Handle fixing objects containing comments (fixes #8484) (#8944) (Brian Schemp)
700* e39d41d Docs: Make `peerDependencies` package.json snippet valid JSON (#8971) (Sam Adams)
701* a5fd101 Fix: duplicated error message if a crash occurs (fixes #8964) (#8965) (Teddy Katz)
702* f8d122c Docs: trailing commas not allowed in json (#8969) (Scott Fletcher)
703* d09288a Chore: Use `output: null` to assert that a test case is not autofixed. (#8960) (薛定谔的猫)
704* e639358 Update: add question to confirm downgrade (fixes #8870) (#8911) (Toru Nagashima)
705* 601039d Docs: fix badge in eslint-config-eslint readme (#8954) (Teddy Katz)
706* 3c231fa Update: add enforceInMethodNames to no-underscore-dangle (fixes #7065) (#7234) (Gabriele Petronella)
707* 128591f Update: prefer-numeric-literals warns Number.parseInt (fixes #8913) (#8929) (Kevin Partington)
708* 846f8b1 Docs: Clarified that core PRs require issue in maintainer guide (#8927) (Kevin Partington)
709* 55bc35d Fix: Avoid shell mangling during eslint --init (#8936) (Anders Kaseorg)
710* 10c3d78 Chore: fix misleading `indent` test (#8925) (Teddy Katz)
711* fb8005d Update: no-restricted-globals custom error messages (fixes #8315) (#8932) (Kevin Partington)
712* a747b6f Chore: make minor improvements to `indent` internals (#8947) (Teddy Katz)
713* 1ea3723 Update: fix indentation of parenthesized MemberExpressions (fixes #8924) (#8928) (Teddy Katz)
714* 9abc6f7 Update: fix BinaryExpression indentation edge case (fixes #8914) (#8930) (Teddy Katz)
715* 0e90453 Docs: Fixing broken cyclomatic complexity link (fixes #8396) (#8937) (Chris Bargren)
716* a8a8350 Chore: improve performance of `indent` rule (#8905) (Teddy Katz)
717* 764b2a9 Chore: update header info in `indent` (#8926) (Teddy Katz)
718* 597c217 Fix: confusing error if plugins from config is not an array (#8888) (Calvin Freitas)
719* 3c1dd6d Docs: add description of no-sync `allowAtRootLevel` option (fixes #8902) (#8906) (Teddy Katz)
720* 933a9cf Chore: add a fuzzer to detect bugs in core rules (#8422) (Teddy Katz)
721* 45f8cd9 Docs: fix verifyAndFix result property name (#8903) (Tino Vyatkin)
722* 1a89e1c Docs: Fix always-multiline example in multiline-ternary docs (#8904) (Nathan Woltman)
723
724v4.2.0 - July 8, 2017
725
726* e0f0101 Update: fix indentation of nested function parameters (fixes #8892) (#8900) (Teddy Katz)
727* 9f95a3e Chore: remove unused helper method from `indent` (#8901) (Teddy Katz)
728* 11ffe6b Fix: no-regex-spaces rule incorrectly fixes quantified spaces (#8773) (Keri Warr)
729* 975dacf Update: fix indentation of EmptyStatements (fixes #8882) (#8885) (Teddy Katz)
730* 88ed041 Build: Turnoff CI branch build (fixes #8804) (#8873) (Gyandeep Singh)
731* 72f22eb Chore: replace is-my-json-valid with Ajv (#8852) (Gajus Kuizinas)
732* 7c8de92 Docs: Clarified PR guidelines in maintainer guide (#8876) (Kevin Partington)
733* d1fc408 Docs: Update CLA link in Contributing docs (#8883) (Calvin Freitas)
734* 931a9f1 Fix: indent false positive with multi-line await expression (#8837) (薛定谔的猫)
735* 3767cda Update: add no-sync option to allow at root level (fixes #7985) (#8859) (Victor Hom)
736* 1ce553d Docs: Fix wording of minProperties in object-curly-newline (fixes #8874) (#8878) (solmsted)
737* f00854e Fix: --quiet no longer fixes warnings (fixes #8675) (#8858) (Kevin Partington)
738* b678535 Chore: Add collapsible block for config in ISSUE_TEMPLATE (#8872) (Gyandeep Singh)
739* 1f5bfc2 Update: Add always-multiline option to multiline-ternary (fixes #8770) (#8841) (Nathan Woltman)
740* 22116f2 Fix: correct comma-dangle JSON schema (#8864) (Evgeny Poberezkin)
741* 676af9e Update: fix indentation of JSXExpressionContainer contents (fixes #8832) (#8850) (Teddy Katz)
742* 330dd58 Chore: fix title of linter test suite (#8861) (Teddy Katz)
743* 60099ed Chore: enable for-direction rule on ESLint codebase (#8853) (薛定谔的猫)
744* e0d1a84 Chore: upgrade eslint-plugin-eslint-plugin & eslint-plugin-node (#8856) (薛定谔的猫)
745* 0780d86 Chore: remove identical tests (#8851) (Teddy Katz)
746* 5c3ac8e Fix: arrow-parens fixer gets tripped up with trailing comma in args (#8838) (薛定谔的猫)
747* c4f2e29 Build: fix race condition in demo (#8827) (Teddy Katz)
748* c693be5 New: Allow passing a function as `fix` option (fixes #8039) (#8730) (Ian VanSchooten)
749* 8796d55 Docs: add missing item to 4.0 migration guide table of contents (#8835) (薛定谔的猫)
750* 742998c doc md update: false -> `false` (#8825) (Erik Vold)
751* ce969f9 Docs: add guidelines for patch release communication (fixes #7277) (#8823) (Teddy Katz)
752* 5c83c99 Docs: Clarify arrow function parens in no-extra-parens (fixes #8741) (#8822) (Kevin Partington)
753* 84d921d Docs: Added note about Node/CJS scoping to no-redeclare (fixes #8814) (#8820) (Kevin Partington)
754* 85c9327 Update: fix parenthesized CallExpression indentation (fixes #8790) (#8802) (Teddy Katz)
755* be8d354 Update: simplify variable declarator indent handling (fixes #8785) (#8801) (Teddy Katz)
756* 9417818 Fix: no-debugger autofixer produced invalid syntax (#8806) (Teddy Katz)
757* 8698a92 New: getter-return rule (fixes #8449) (#8460) (薛定谔的猫)
758* eac06f2 Fix: no-extra-parens false positives for variables called "let" (#8808) (Teddy Katz)
759* 616587f Fix: dot-notation autofix produces syntax errors for object called "let" (#8807) (Teddy Katz)
760* a53ef7e Fix: don't require a third argument in linter.verifyAndFix (fixes #8805) (#8809) (Teddy Katz)
761* 5ad8b70 Docs: add minor formatting improvement to paragraph about parsers (#8816) (Teddy Katz)
762
763v4.1.1 - June 25, 2017
764
765* f307aa0 Fix: ensure configs from a plugin are cached separately (fixes #8792) (#8798) (Teddy Katz)
766* 8b48ae8 Docs: Add doc on parser services (fixes #8390) (#8795) (Victor Hom)
767* 0d041e7 Fix: avoid crashing when using baseConfig with extends (fixes #8791) (#8797) (Teddy Katz)
768* 03213bb Chore: improve comment explanation of `indent` internal functions (#8800) (Teddy Katz)
769* d2e88ed Chore: Fix misleading comment in ConfigCache.js (#8799) (Teddy Katz)
770
771v4.1.0 - June 23, 2017
772
773* e8f1362 Docs: Remove wrong descriptions in `padded-block` rule (#8783) (Plusb Preco)
774* 291a783 Update: `enforceForArrowConditionals` to `no-extra-parens` (fixes #6196) (#8439) (Evilebot Tnawi)
775* a21dd32 New: Add `overrides`/`files` options for glob-based config (fixes #3611) (#8081) (Sylvan Mably)
776* 879688c Update: Add ignoreComments option to no-trailing-spaces (#8061) (Jake Roussel)
777* b58ae2e Chore: Only instantiate fileEntryCache when cache flage set (perf) (#8763) (Gyandeep Singh)
778* 9851288 Update: fix indent errors on multiline destructure (fixes #8729) (#8756) (Victor Hom)
779* 3608f06 Docs: Increase visibility of code of conduct (fixes #8758) (#8764) (Kai Cataldo)
780* 673a58b Update: support multiple fixes in a report (fixes #7348) (#8101) (Toru Nagashima)
781* 7a1bc38 Fix: don't pass default parserOptions to custom parsers (fixes #8744) (#8745) (Teddy Katz)
782* c5b4052 Chore: enable computed-property-spacing on ESLint codebase (#8760) (Teddy Katz)
783* 3419f64 Docs: describe how to use formatters on the formatter demo page (#8754) (Teddy Katz)
784* a3ff8f2 Chore: combine tests in tests/lib/eslint.js and tests/lib/linter.js (#8746) (Teddy Katz)
785* b7cc1e6 Fix: Space-infix-ops should ignore type annotations in TypeScript (#8341) (Reyad Attiyat)
786* 46e73ee Fix: eslint --init installs wrong dependencies of popular styles (fixes #7338) (#8713) (Toru Nagashima)
787* a82361b Chore: Prevent package-lock.json files from being created (fixes #8742) (#8747) (Teddy Katz)
788* 5f81a68 New: Add eslintIgnore support to package.json (fixes #8458) (#8690) (Victor Hom)
789* b5a70b4 Update: fix multiline binary operator/parentheses indentation (#8719) (Teddy Katz)
790* ab8b016 Update: fix MemberExpression indentation with "off" option (fixes #8721) (#8724) (Teddy Katz)
791* eb5d12c Update: Add Fixer method to Linter API (#8631) (Gyandeep Singh)
792* 26a2daa Chore: Cache fs reads in ignored-paths (fixes #8363) (#8706) (Victor Hom)
793
794v4.0.0 - June 11, 2017
795
796* 4aefb49 Chore: avoid using deprecated rules on ESLint codebase (#8708) (Teddy Katz)
797* 389feba Chore: upgrade deps. (#8684) (薛定谔的猫)
798* 3da7b5e Fix: Semi-Style only check for comments when tokens exist (fixes #8696) (#8697) (Reyad Attiyat)
799* 3cfe9ee Fix: Add space between async and param on fix (fixes #8682) (#8693) (Reyad Attiyat)
800* c702858 Chore: enable no-multiple-empty-lines on ESLint codebase (#8694) (Teddy Katz)
801* 34c4020 Update: Add support for parens on left side for-loops (fixes: #8393) (#8679) (Victor Hom)
802* 735cd09 Docs: Correct the comment in an example for `no-mixed-requires` (#8686) (Fangzhou Li)
803* 026f048 Chore: remove dead code from prefer-const (#8683) (Teddy Katz)
804
805v4.0.0-rc.0 - June 2, 2017
806
807* 0058b0f8 Update: add --fix to no-debugger (#8660) (薛定谔的猫)
808* b4daa225 Docs: Note to --fix option for strict rule (#8680) (Vitaliy Potapov)
809* 4df33e7c Chore: check for root:true in project sooner (fixes #8561) (#8638) (Victor Hom)
810* c9b980ce Build: Add Node 8 on travis (#8669) (Gyandeep Singh)
811* 95248336 Fix: Don't check object destructing in integer property (fixes #8654) (#8657) (flowmemo)
812* c4ac969c Update: fix parenthesized ternary expression indentation (fixes #8637) (#8649) (Teddy Katz)
813* 4f2f9fcb Build: update license checker to allow LGPL (fixes #8647) (#8652) (Teddy Katz)
814* b0c83bd1 Docs: suggest pushing new commits to a PR instead of amending (#8632) (Teddy Katz)
815* d0e9fd2d Fix: Config merge to correctly account for extends (fixes #8193) (#8636) (Gyandeep Singh)
816* 705d88f7 Docs: Update CLA link on Pull Requests page (#8642) (Teddy Katz)
817* 794d4d6c Docs: missing paren on readme (#8640) (Dan Beam)
818* 7ebd9d6f New: array-element-newline rule (fixes #6075) (#8375) (Jan Peer Stöcklmair)
819* f62cff66 Chore: Remove dependency to user-home (fixes #8604) (#8629) (Pavol Madar)
820* 936bc174 Docs: Add missing documentation for scoped modules in sharable config developer-guide (#8610) (Jonathan Samines)
821
822v4.0.0-beta.0 - May 19, 2017
823
824* 2f7015b6 New: semi-style rule (fixes #8169) (#8542) (Toru Nagashima)
825* 1eaef580 Revert "Breaking: Traverse into type annotations (fixes #7129) (#8365)" (#8584) (Kai Cataldo)
826* eb14584a Fix: no-unneeded-ternary change code behavior after fix (fixes #8507) (#8624) (Jan Peer Stöcklmair)
827* 3ec436ee Breaking: New Linter API (fixes #8454) (#8465) (Gyandeep Singh)
828* 3fc9653a Fix: Call expression consistency in variable declaration (fixes #8607) (#8619) (Reyad Attiyat)
829* 5b6093ef Docs: Remove .eslintignore reference to transpiled file filtering (#8622) (Alex Summer)
830* 729bbcdb Chore: Fix lgtm alerts. (#8611) (Max Schaefer)
831* 3418479a Update: improve indent of `flatTernaryExpressions` (fixes #8481) (#8587) (Toru Nagashima)
832* 268d52ef Update: Use sane defaults for JSX indentation (fixes #8425) (#8593) (Teddy Katz)
833* d21f5283 Chore: make shelljs a devDependency instead of a dependency (#8608) (Teddy Katz)
834* 11493781 Docs: Rephrase in about section (#8609) (Sudarsan G P)
835* 23401626 Chore: remove strip-bom dependency (refs #8603) (#8606) (Teddy Katz)
836* a93a2f95 New: padding-line-between-statements rule (fixes #7356) (#8099) (Toru Nagashima)
837* 0ef09ea0 New: for-direction rule (fixes #8387) (#8519) (薛定谔的猫)
838* a73e6c09 Fix: Fix failing uknown node test since #8569 indents class bodies (#8588) (Reyad Attiyat)
839* c6c639d6 Fix: Ignore unknown nodes for Indent rule (fixes #8440) (#8504) (Reyad Attiyat)
840* df17bc87 Fix: object-shorthand crash on some computed keys (fixes #8576) (#8577) (Teddy Katz)
841* 482d5720 New: switch-colon-spacing rule (fixes #7981) (#8540) (Toru Nagashima)
842* afa35c68 Update: check allman-style classes correctly in indent (fixes #8493) (#8569) (Teddy Katz)
843* de0b4ad7 Fix: Indent Ignore Variable Declaration init operator (fixes #8546) (#8563) (Reyad Attiyat)
844* 927ca0dc Fix: invalid syntax from prefer-arrow-callback autofixer (fixes #8541) (#8555) (Teddy Katz)
845* 25db3d22 Chore: avoid skipping test for env overrides (refs #8291) (#8556) (Teddy Katz)
846* 456f519b Update: make indent MemberExpression handling more robust (fixes #8552) (#8554) (Teddy Katz)
847* 873310e5 Fix: run no-unexpected-multiline only if needed (fixes #8550) (#8551) (Ruben Bridgewater)
848* 833a0cad Fix: confusing RuleTester error message when options is not an array (#8557) (Teddy Katz)
849
850v4.0.0-alpha.2 - May 5, 2017
851
852* 74ab344 Update: check allman-style blocks correctly in indent rule (fixes #8493) (#8499) (Teddy Katz)
853* f6256d4 Update: no-extend-native checks global scope refs only (fixes #8461) (#8528) (Kevin Partington)
854* b463045 Docs: add typescript-eslint-parser (#8388) (#8534) (薛定谔的猫)
855* 99c56d5 Update: handle multiline parents consistently in indent (fixes #8455) (#8498) (Teddy Katz)
856* cf940c6 Update: indent `from` tokens in import statements (fixes #8438) (#8466) (Teddy Katz)
857* 0a9a90f Fix: max-len doesn't allow comments longer than code (#8532) (Ken Gregory)
858* 734846b Breaking: validate eslintrc properties (fixes #8213) (#8295) (alberto)
859* 025e97a Chore: delete duplicated test. (#8527) (薛定谔的猫)
860* 6a333ff Upgrade: espree@^3.4.2 (#8526) (Kevin Partington)
861* e52d998 Docs: Configuring Cascading and Hierarchy example correction (#8512) (Cheong Yip)
862* e135aa5 Docs: Correct code of conduct link on Readme.md (#8517) (Zander Mackie)
863* 37e3ba1 Chore: Add license report and scan status (#8503) (Kevin Wang)
864* afbea78 Chore: don't pull default options from eslint:recommended (fixes #8374) (#8381) (Teddy Katz)
865* d49acc3 Update: fix no-self-compare false negative on non-literals (fixes #7677) (#8492) (Teddy Katz)
866* aaa1a81 Fix: avoid creating extra whitespace in brace-style fixer (fixes #7621) (#8491) (Teddy Katz)
867* 9c3da77 Docs: list another related rule in no-undefined (#8467) (Ethan)
868* f987814 Docs: Update CHANGELOG.md for v4.0.0-alpha.1 release (#8488) (Kai Cataldo)
869
870v4.0.0-alpha.1 - April 21, 2017
871
872* b0dadfe3 Docs: Update comments section of Migrating to v4.0.0 (#8486) (Kai Cataldo)
873* b337738f Update: Add `consistent` option to `object-curly-newline` (fixes #6488) (#7720) (Evilebot Tnawi)
874* 53fefb3b Update: add fix for no-confusing-arrow (#8347) (Mordy Tikotzky)
875* 735d02d5 Update: Deprecate sourceCode.getComments() (fixes #8408) (#8434) (Kai Cataldo)
876* ac39e3b0 Update: no-unexpected-multiline to flag confusing division (fixes #8469) (#8475) (Teddy Katz)
877* e35107f0 Fix: indent crash on arrow functions without parens at start of line (#8477) (Teddy Katz)
878* 973adeb6 Docs: State that functions option only applies in ES2017 (fixes #7809) (#8468) (Thenaesh Elango)
879* 7bc6fe0a New: array-bracket-newline rule (#8314) (Jan Peer Stöcklmair)
880* 10a1a2d7 Chore: Do not use cache when testing (#8464) (Kai Cataldo)
881* 9f540fd2 Update: no-unused-vars false negative about destructuring (fixes #8442) (#8459) (Toru Nagashima)
882* 741ed393 Docs: Clarify how to run local ESLint installation (#8463) (Kai Cataldo)
883* fac53890 Breaking: Remove array-callback-return from recommended (fixes #8428) (#8433) (Kai Cataldo)
884* 288c96c1 Upgrade: dependencies (#8304) (alberto)
885* 48700fc8 Docs: Remove extra header line from LICENSE (#8448) (Teddy Katz)
886* 161ee4ea Chore: avoid cloning comments array in TokenStore (#8436) (Teddy Katz)
887* 0c2a386e Docs: clarify new indent behavior with MemberExpressions (#8432) (Teddy Katz)
888* 446b8876 Docs: update space-before-function-paren docs for 4.0 (fixes #8430) (#8431) (Teddy Katz)
889
890v4.0.0-alpha.0 - April 7, 2017
891
892* 950874f Docs: add 4.0.0 migration guide (fixes #8306) (#8313) (Teddy Katz)
893* 2754141 Fix: more autofix token-combining bugs (#8394) (Teddy Katz)
894* f5a7e42 Breaking: log number of fixable problems (fixes #7364) (#8324) (alberto)
895* 769b121 Chore: Fix indentation errors in indent-legacy (#8424) (Kai Cataldo)
896* 8394e48 Update: add deprecated indent-legacy rule as v3.x indent rule snapshot (#8286) (Teddy Katz)
897* 3c87e85 Fix: no-multi-spaces false positive with irregular indent whitespace (#8412) (Teddy Katz)
898* cc53481 Breaking: rewrite indent (fixes #1801, #3737, #3845, #6007, ...16 more) (#7618) (Teddy Katz)
899* 867dd2e Breaking: Calculate leading/trailing comments in core (#7516) (Kai Cataldo)
900* de9f1a0 Docs: ES6 syntax vs globals configuration (fixes #7984) (#8350) (Zander Mackie)
901* 66af53e Breaking: Traverse into type annotations (fixes #7129) (#8365) (Kai Cataldo)
902* 86cf3e4 New: no-buffer-constructor rule (fixes #5614) (#8413) (Teddy Katz)
903* f560c06 Update: fix space-unary-ops behavior with postfix UpdateExpressions (#8391) (Teddy Katz)
904* 936af66 Fix: no-multiple-empty-lines crash on space after last \n (fixes #8401) (#8402) (Teddy Katz)
905* e395919 Breaking: Resolve patterns from .eslintignore directory (fixes #6759) (#7678) (Ian VanSchooten)
906* c778676 Breaking: convert RuleTester to ES6 class (refs #8231) (#8263) (Teddy Katz)
907* 6f7757e Breaking: convert SourceCode to ES6 class (refs #8231) (#8264) (Teddy Katz)
908* 8842d7e Chore: fix comment spacing in tests (#8405) (Teddy Katz)
909* 9a9d916 Breaking: update eslint:recommended for 4.0.0 (fixes #8236) (#8372) (Teddy Katz)
910* b0c63f0 Breaking: infer endLine and endColumn from a reported node (fixes #8004) (#8234) (Teddy Katz)
911* 40b8c69 Breaking: no-multi-spaces check around inline comments (fixes #7693) (#7696) (Kai Cataldo)
912* 034a575 Breaking: convert CLIEngine to ES6 class (refs #8231) (#8262) (Teddy Katz)
913* 7dd890d Breaking: tweak space-before-function-paren default option (fixes #8267) (#8285) (Teddy Katz)
914* 0e0dd27 Breaking: Remove `ecmaFeatures` from `eslint:recommended` (#8239) (alberto)
915* 2fa7502 Breaking: disallow scoped plugin references without scope (fixes #6362) (#8233) (Teddy Katz)
916* 4673f6e Chore: Switch to eslint-scope from escope (#8280) (Corbin Uselton)
917* e232464 Breaking: change defaults for padded-blocks (fixes #7879) (#8134) (alberto)
918
919v3.19.0 - March 31, 2017
920
921* e09132f Fix: no-extra-parens false positive with exports and object literals (#8359) (Teddy Katz)
922* 91baed4 Update: allow custom messages in no-restricted-syntax (fixes #8298) (#8357) (Vitor Balocco)
923* 35c93e6 Fix: prevent space-before-function-paren from checking type annotations (#8349) (Teddy Katz)
924* 3342e9f Fix: don't modify operator precedence in operator-assignment autofixer (#8358) (Teddy Katz)
925* f88375f Docs: clarify that no-unsafe-negation is in eslint:recommended (#8371) (Teddy Katz)
926* 02f0d27 Docs: Add soda0289 to Development Team (#8367) (Kai Cataldo)
927* 155424c Fix: ignore empty path in patterns (fixes #8362) (#8364) (alberto)
928* 27616a8 Fix: prefer-const false positive with object spread (fixes #8187) (#8297) (Vitor Balocco)
929* 8569a90 Docs: add note about git's linebreak handling to linebreak-style docs (#8361) (Teddy Katz)
930* 5878593 Chore: fix invalid syntax in no-param-reassign test (#8360) (Teddy Katz)
931* 1b1046b Fix: don't classify plugins that throw errors as "missing" (fixes #6874) (#8323) (Teddy Katz)
932* 29f4ba5 Fix: no-useless-computed-key invalid autofix for getters and setters (#8335) (Teddy Katz)
933* 0541eaf Fix: no-implicit-coercion invalid autofix with consecutive identifiers (#8340) (Teddy Katz)
934* 41b9786 Fix: no-extra-parens false positive with objects following arrows (#8339) (Teddy Katz)
935* 3146167 Fix: `eslint.verify` should not mutate config argument (fixes #8329) (#8334) (alberto)
936* 927de90 Fix: dot-notation autofix produces invalid syntax for integer properties (#8332) (Teddy Katz)
937* a9d1bea Fix: comma-style autofix produces errors on parenthesized elements (#8331) (Teddy Katz)
938* d52173f Fix: don't generate invalid options in config-rule (#8326) (Teddy Katz)
939* 6eda3b5 Fix: no-extra-parens invalid autofix in for-of statements (#8337) (Teddy Katz)
940* 6c819d8 Fix: dot-notation autofix produces errors on parenthesized computed keys (#8330) (Teddy Katz)
941* 2d883d7 Fix: object-shorthand autofix produces errors on parenthesized functions (#8328) (Teddy Katz)
942* cd9b774 Fix: quotes false positive with backtick option in method names (#8327) (Teddy Katz)
943* d064ba2 Fix: no-else-return false positive for ifs in single-statement position (#8338) (Teddy Katz)
944* 6a718ba Chore: enable max-statements-per-line on ESLint codebase (#8321) (Teddy Katz)
945* 614b62e Chore: update sinon calls to deprecated API. (#8310) (alberto)
946* 0491572 Chore: use precalculated counts in codeframe formatter (#8296) (Vitor Balocco)
947* 8733e6a Chore: Fix incorrect error location properties in tests (#8307) (alberto)
948* c4ffb49 Chore: Fix typos in test option assertions (#8305) (Teddy Katz)
949* 79a97cb Upgrade: devDependencies (#8303) (alberto)
950* e4da200 Upgrade: Mocha to 3.2.0 (#8299) (Ilya Volodin)
951* 2f144ca Fix: operator-assignment autofix errors with parentheses (fixes #8293) (#8294) (Teddy Katz)
952* 7521cd5 Chore: update token logic in rules to use ast-utils (#8288) (Teddy Katz)
953* 9b509ce Chore: refactor space-before-function-paren rule (#8284) (Teddy Katz)
954* ddc6350 Fix: no-param-reassign false positive on destructuring (fixes #8279) (#8281) (Teddy Katz)
955* f8176b3 Chore: improve test coverage for node-event-generator (#8287) (Teddy Katz)
956* 602e9c2 Docs: fix incorrect selector examples (#8278) (Teddy Katz)
957
958v3.18.0 - March 17, 2017
959
960* 85f74ca Fix: broken code path of direct nested loops (fixes #8248) (#8274) (Toru Nagashima)
961* a61c359 Fix: Ignore hidden folders when resolving globs (fixes #8259) (#8270) (Ian VanSchooten)
962* 6f05546 Chore: convert StubModuleResolver in config tests to ES6 class (#8265) (Teddy Katz)
963* 0c0fc31 Fix: false positive of no-extra-parens about spread and sequense (#8275) (Toru Nagashima)
964* e104973 Docs: remove self-reference in no-restricted-syntax docs (#8277) (Vitor Balocco)
965* 23eca51 Update: Add allowTaggedTemplates to no-unused-expressions (fixes #7632) (#8253) (Kevin Partington)
966* f9ede3f Upgrade: doctrine to 2.0.0 (#8269) (alberto)
967* 1b678a6 New: allow rules to listen for AST selectors (fixes #5407) (#7833) (Teddy Katz)
968* 63ca0c5 Chore: use precalculated counts in stylish formatter (#8251) (alberto)
969* 47c3171 Fix: typo in console.error (#8258) (Jan Peer Stöcklmair)
970* e74ed6d Chore: convert Traverser to ES6 class (refs #7849) (#8232) (Teddy Katz)
971* 13eead9 Fix: sort-vars crash on mixed destructuring declarations (#8245) (Teddy Katz)
972* 133f489 Fix: func-name-matching crash on destructuring assignment to functions (#8247) (Teddy Katz)
973* a34b9c4 Fix: func-name-matching crash on non-string literal computed keys (#8246) (Teddy Katz)
974* 7276e6d Docs: remove unneeded semicolons in arrow-parens.md (#8249) (Dmitry Gershun)
975* 8c40a25 concat-stream known to be vulnerable prior 1.5.2 (#8228) (Samuel)
976* 149c055 Upgrade: mock-fs to v4.2.0 (fixes #8194) (#8243) (Teddy Katz)
977* a83bff9 Build: remove unneeded json config in demo (fixes #8237) (#8242) (alberto)
978* df12137 Docs: fix typos (#8235) (Gyandeep Singh)
979* b5e9788 Chore: rename no-extra-parens methods (#8225) (Vitor Balocco)
980* 7f8afe6 Update: no-extra-parens overlooked spread and superClass (fixes #8175) (#8209) (Toru Nagashima)
981* ce6ff56 Docs: set recommended true for no-global-assign (fixes #8215) (#8218) (BinYi LIU)
982* 5b5c236 Fix: wrong comment when module not found in config (fixes #8192) (#8196) (alberto)
983
984v3.17.1 - March 6, 2017
985
986* f8c8e6e Build: change mock-fs path without SSH (fixes #8207) (#8208) (Toru Nagashima)
987* f713f11 Fix: nonblock-statement-body-position multiline error (fixes #8202) (#8203) (Teddy Katz)
988* 41e3d9c Fix: `operator-assignment` with parenthesized expression (fixes #8190) (#8197) (alberto)
989* 5e3bca7 Chore: add eslint-plugin-eslint-plugin (#8198) (Teddy Katz)
990* 580da36 Chore: add missing `output` property to tests (#8195) (alberto)
991
992v3.17.0 - March 3, 2017
993
994* 4fdf6d7 Update: deprecate `applyDefaultPatterns` in `line-comment-position` (#8183) (alberto)
995* 25e5817 Fix: Don't autofix `+ +a` to `++a` in space-unary-ops (#8176) (Alan Pierce)
996* a6ce8f9 Build: Sort rules before dumping them to doc files (#8154) (Danny Andrews)
997* 0af9057 Chore: Upgrade to a patched version of mock-fs (fixes #8177) (#8188) (Teddy Katz)
998* bf4d8cf Update: ignore eslint comments in lines-arount-comment (fixes #4345) (#8155) (alberto)
999* dad20ad New: add SourceCode#getLocFromIndex and #getIndexFromLoc (fixes #8073) (#8158) (Teddy Katz)
1000* 18a519f Update: let RuleTester cases assert that no autofix occurs (fixes #8157) (#8163) (Teddy Katz)
1001* a30eb8d Docs: improve documentation for RuleTester cases (#8162) (Teddy Katz)
1002* a78ec9f Chore: upgrade `coveralls` to ^2.11.16 (#8161) (alberto)
1003* d02bd11 Fix: padded-blocks autofix problems with comments (#8149) (alberto)
1004* 9994889 Docs: Add missing space to `create` in `no-use-before-define` (#8166) (Justin Anastos)
1005* 4d542ba Docs: Remove unneeded statement about autofix (#8164) (alberto)
1006* 20daea5 New: no-compare-neg-zero rule (#8091) (薛定谔的猫)
1007* 4d35a81 Fix: Add a utility to avoid autofix conflicts (fixes #7928, fixes #8026) (#8067) (Alan Pierce)
1008* 287e882 New: nonblock-statement-body-position rule (fixes #6067) (#8108) (Teddy Katz)
1009* 7f1f4e5 Chore: remove unneeded devDeps `linefix` and `gh-got` (#8160) (alberto)
1010* ca1694b Update: ignore negative ranges in fixes (#8133) (alberto)
1011* 163d751 Docs: `lines-around-comment` doesn't disallow empty lines (#8151) (alberto)
1012* 1c84922 Chore: upgrade eslint-plugin-node (#8156) (alberto)
1013* 1ee5c27 Fix: Make RuleTester handle empty-string cases gracefully (fixes #8142) (#8143) (Teddy Katz)
1014* 044bc10 Docs: Add details about "--fix" option for "sort-imports" rule (#8077) (Olivier Audard)
1015* 3fec54a Add option to ignore property in no-param-reassign (#8087) (Christian Bundy)
1016* 4e52cfc Fix: Improve keyword-spacing typescript support (fixes #8110) (#8111) (Reyad Attiyat)
1017* 7ff42e8 New: Allow regexes in RuleTester (fixes #7837) (#8115) (Daniel Lo Nigro)
1018* cbd7ded Build: display rules’ meta data in their docs (fixes #5774) (#8127) (Wilson Kurniawan)
1019* da8e8af Update: include function name in report message if possible (fixes #7260) (#8058) (Dieter Luypaert)
1020* 8f91e32 Fix: `ignoreRestSiblings` option didn't cover arguments (fixes #8119) (#8120) (Toru Nagashima)
1021
1022v3.16.1 - February 22, 2017
1023
1024* ff8a80c Fix: duplicated autofix output for inverted fix ranges (fixes #8116) (#8117) (Teddy Katz)
1025* a421897 Docs: fix typo in arrow-parens.md (#8132) (Will Chen)
1026* 22d7fbf Chore: fix invalid redeclared variables in tests (#8130) (Teddy Katz)
1027* 8d95598 Chore: fix output assertion typos in rule tests (#8129) (Teddy Katz)
1028* 9fa2559 Docs: Add missing quotes in key-spacing rule (#8121) (Glenn Reyes)
1029* f3a6ced Build: package.json update for eslint-config-eslint release (ESLint Jenkins)
1030
1031v3.16.0 - February 20, 2017
1032
1033* d89d0b4 Update: fix quotes false negative for string literals as template tags (#8107) (Teddy Katz)
1034* 21be366 Chore: Ensuring eslint:recommended rules are sorted. (#8106) (Kevin Partington)
1035* 360dbe4 Update: Improve error message when extend config missing (fixes #6115) (#8100) (alberto)
1036* f62a724 Chore: use updated token iterator methods (#8103) (Kai Cataldo)
1037* daf6f26 Fix: check output in RuleTester when errors is a number (fixes #7640) (#8097) (alberto)
1038* cfb65c5 Update: make no-lone-blocks report blocks in switch cases (fixes #8047) (#8062) (Teddy Katz)
1039* 290fb1f Update: Add includeComments to getTokenByRangeStart (fixes #8068) (#8069) (Kai Cataldo)
1040* ff066dc Chore: Incorrect source code test text (#8096) (Jack Ford)
1041* 14d146d Docs: Clarify --ext only works with directories (fixes #7939) (#8095) (alberto)
1042* 013a454 Docs: Add TSC meeting quorum requirement (#8086) (Kevin Partington)
1043* 7516303 Fix: `sourceCode.getTokenAfter` shouldn't skip tokens after comments (#8055) (Toru Nagashima)
1044* c53e034 Fix: unicode-bom fixer insert BOM in appropriate location (fixes #8083) (#8084) (pantosha)
1045* 55ac302 Chore: fix the timing to define rules for tests (#8082) (Toru Nagashima)
1046* c7e64f3 Upgrade: mock-fs (#8070) (Toru Nagashima)
1047* acc3301 Update: handle uncommon linebreaks consistently in rules (fixes #7949) (#8049) (Teddy Katz)
1048* 591b74a Chore: enable operator-linebreak on ESLint codebase (#8064) (Teddy Katz)
1049* 6445d2a Docs: Add documentation for /* exported */ (fixes #7998) (#8065) (Lee Yi Min)
1050* fcc38db Chore: simplify and improve performance for autofix (#8035) (Toru Nagashima)
1051* b04fde7 Chore: improve performance of SourceCode constructor (#8054) (Teddy Katz)
1052* 90fd555 Update: improve null detection in eqeqeq for ES6 regexes (fixes #8020) (#8042) (Teddy Katz)
1053* 16248e2 Fix: no-extra-boolean-cast incorrect Boolean() autofixing (fixes #7977) (#8037) (Jonathan Wilsson)
1054* 834f45d Update: rewrite TokenStore (fixes #7810) (#7936) (Toru Nagashima)
1055* 329dcdc Chore: unify checks for statement list parents (#8048) (Teddy Katz)
1056* c596690 Docs: Clarify generator-star-spacing config example (fixes #8027) (#8034) (Hòa Trần)
1057* a11d4a6 Docs: fix a typo in shareable configs documentation (#8036) (Dan Homola)
1058* 1e3d4c6 Update: add fixer for no-unused-labels (#7841) (Teddy Katz)
1059* f47fb98 Update: ensure semi-spacing checks import/export declarations (#8033) (Teddy Katz)
1060* e228d56 Update: no-undefined handles properties/classes/modules (fixes #7964) (#7966) (Kevin Partington)
1061* 7bc92d9 Chore: fix invalid test cases (#8030) (Toru Nagashima)
1062
1063v3.15.0 - February 3, 2017
1064
1065* f2a3580 Fix: `no-extra-parens` incorrect precedence (fixes #7978) (#7999) (alberto)
1066* d6b6ba1 Fix: no-var should fix ForStatement.init (#7993) (Toru Nagashima)
1067* 99d386d Upgrade: Espree v3.4.0 (#8019) (Kai Cataldo)
1068* 42390fd Docs: update README.md for team (#8016) (Toru Nagashima)
1069* d7ffd88 Chore: enable template-tag-spacing on ESLint codebase (#8005) (Teddy Katz)
1070* f2be7e3 Docs: Fix typo in object-curly-newline.md (#8002) (Danny Andrews)
1071* df2351a Docs: Fix misleading section in brace-style documentation (#7996) (Teddy Katz)
1072* 5ae6e00 Chore: avoid unnecessary feature detection for Symbol (#7992) (Teddy Katz)
1073* 5d57c57 Chore: fix no-else-return lint error (refs #7986) (#7994) (Vitor Balocco)
1074* 62fb054 Chore: enable no-else-return on ESLint codebase (#7986) (Teddy Katz)
1075* c59a0ba Update: add ignoreRestSiblings option to no-unused-vars (#7968) (Zack Argyle)
1076* 5cdfa99 Chore: enable no-unneeded-ternary on ESLint codebase (#7987) (Teddy Katz)
1077* fbd7c13 Update: ensure operator-assignment handles exponentiation operators (#7970) (Teddy Katz)
1078* c5066ce Update: add "variables" option to no-use-before-define (fixes #7111) (#7948) (Teddy Katz)
1079* 09546a4 New: `template-tag-spacing` rule (fixes #7631) (#7913) (Jonathan Wilsson)
1080
1081v3.14.1 - January 25, 2017
1082
1083* 791f32b Fix: brace-style false positive for keyword method names (fixes #7974) (#7980) (Teddy Katz)
1084* d7a0add Docs: Add ESLint tutorial embed to getting started (#7971) (Jamis Charles)
1085* 72d41f0 Fix: no-var autofix syntax error in single-line statements (fixes #7961) (#7962) (Teddy Katz)
1086* b9e5b68 Fix: indent rule crash on sparse array with object (fixes #7959) (#7960) (Gyandeep Singh)
1087* a7bd66a Chore: Adding assign/redeclare tests to no-undefined (refs #7964) (#7965) (Kevin Partington)
1088* 8bcbf5d Docs: typo in prefer-promise-reject-errors (#7958) (Patrick McElhaney)
1089
1090v3.14.0 - January 20, 2017
1091
1092* 506324a Fix: `no-var` does not fix if causes ReferenceError (fixes #7950) (#7953) (Toru Nagashima)
1093* 05e7432 New: no-chained-assignments rule (fixes #6424) (#7904) (Stewart Rand)
1094* 243e47d Update: Add fixer for no-else-return (fixes #7863) (#7864) (Xander Dumaine)
1095* f091d95 New: `prefer-promise-reject-errors` rule (fixes #7685) (#7689) (Teddy Katz)
1096* ca01e00 Fix: recognize all line terminators in func-call-spacing (fixes #7923) (#7924) (Francesco Trotta)
1097* a664e8a Update: add ignoreJSX option to no-extra-parens (Fixes #7444) (#7926) (Robert Rossmann)
1098* 8ac3518 Fix: no-useless-computed-key false positive with `__proto__` (#7934) (Teddy Katz)
1099* c835e19 Docs: remove reference to deleted rule (#7942) (Alejandro Oviedo)
1100* 3c1e63b Docs: Improve examples for no-case-declarations (fixes #6716) (#7920) (Kevin Rangel)
1101* 7e04b33 Fix: Ignore inline plugin rule config in autoconfig (fixes #7860) (#7919) (Ian VanSchooten)
1102* 6448ba0 Fix: add parentheses in no-extra-boolean-cast autofixer (fixes #7912) (#7914) (Szymon Przybylski)
1103* b3f2094 Fix: brace-style crash with lone block statements (fixes #7908) (#7909) (Teddy Katz)
1104* 5eb2e88 Docs: Correct typos in configuring.md (#7916) (Gabriel Delépine)
1105* bd5e219 Update: ensure brace-style validates class bodies (fixes #7608) (#7871) (Teddy Katz)
1106* 427543a Fix: catastrophic backtracking in astUtils linebreak regex (fixes #7893) (#7898) (Teddy Katz)
1107* 995554c Fix: Correct typos in no-alert.md and lib/ast-utils.js (#7905) (Stewart Rand)
1108* d6150e3 Chore: Enable comma-dangle on ESLint codebase (fixes #7725) (#7906) (Teddy Katz)
1109* 075ec25 Chore: update to use ES6 classes (refs #7849) (#7891) (Claire Dranginis)
1110* 55f0cb6 Update: refactor brace-style and fix inconsistencies (fixes #7869) (#7870) (Teddy Katz)
1111
1112v3.13.1 - January 9, 2017
1113
1114* 3fc4e3f Fix: prefer-destructuring reporting compound assignments (fixes #7881) (#7882) (Teddy Katz)
1115* f90462e Fix: no-extra-label autofix should not remove labels used elsewhere (#7885) (Teddy Katz)
1116
1117v3.13.0 - January 6, 2017
1118
1119* cd4c025 Update: add fixer for no-extra-label (#7840) (Teddy Katz)
1120* aa75c92 Fix: Ensure prefer-const fixes destructuring assignments (fixes #7852) (#7859) (Teddy Katz)
1121* 4008022 Chore: Refactor to use ES6 Classes (Part 3)(refs #7849) (#7865) (Gyandeep Singh)
1122* c9ba40a Update: add fixer for `no-unneeded-ternary` (#7540) (Teddy Katz)
1123* dd56d87 Update: add object-shorthand option for arrow functions (fixes #7564) (#7746) (Teddy Katz)
1124* fbafdc0 Docs: `padded-blocks` `never` case (fixes #7868) (#7878) (alberto)
1125* ca1f841 Fix: no-useless-return stack overflow on loops after throw (fixes #7855) (#7856) (Teddy Katz)
1126* d80d994 Update: add fixer for object-property-newline (fixes #7740) (#7808) (Teddy Katz)
1127* bf3ea3a Fix: capitalized-comments: Ignore consec. comments if first is invalid (#7835) (Kevin Partington)
1128* 616611a Chore: Refactor to use ES6 Classes (Part 2)(refs #7849) (#7847) (Gyandeep Singh)
1129* 856084b Chore: Refactor to use ES6 Classes (Part 1)(refs #7849) (#7846) (Gyandeep Singh)
1130* bf45893 Docs: Clarify that we only support Stage 4 proposals (#7845) (Kevin Partington)
1131* 0fc24f7 Fix: adapt new-paren rule so it handles TypeScript (fixes #7817) (#7820) (Philipp A)
1132* df0b06b Fix: no-multiple-empty-lines perf issue on large files (fixes #7803) (#7843) (Teddy Katz)
1133* 18fa521 Chore: use ast-utils helper functions in no-multiple-empty-lines (#7842) (Teddy Katz)
1134* 7122205 Docs: Array destructuring example for no-unused-vars (fixes #7838) (#7839) (Remco Haszing)
1135* e21b36b Chore: add integration tests for cache files (refs #7748) (#7794) (Teddy Katz)
1136* 2322733 Fix: Throw error if ruletester is missing required test scenarios (#7388) (Teddy Katz)
1137* 1beecec Update: add fixer for `operator-linebreak` (#7702) (Teddy Katz)
1138* c5c3b21 Fix: no-implied-eval false positive on 'setTimeoutFoo' (fixes #7821) (#7836) (Teddy Katz)
1139* 00dd96c Chore: enable array-bracket-spacing on ESLint codebase (#7830) (Teddy Katz)
1140* ebcae1f Update: no-return-await with with complex `return` argument (fixes #7594) (#7595) (Dalton Santos)
1141* fd4cd3b Fix: Disable no-var autofixer in some incorrect cases in loops (#7811) (Alan Pierce)
1142* 1f25834 Docs: update outdated info in Architecture page (#7816) (Teddy Katz)
1143* f20b9e9 Fix: Relax no-useless-escape's handling of ']' in regexes (fixes #7789) (#7793) (Teddy Katz)
1144* 3004c1e Fix: consistent-return shouldn't report class constructors (fixes #7790) (#7797) (Teddy Katz)
1145* b938f1f Docs: Add an example for the spread operator to prefer-spread.md (#7802) (#7804) (butlermd)
1146* b8ce2dc Docs: Remove .html extensions from links in developer-guide (#7805) (Kevin Partington)
1147* aafebb2 Docs: Wrap placeholder sample in {% raw %} (#7798) (Daniel Lo Nigro)
1148* bb6b73b Chore: replace unnecessary function callbacks with arrow functions (#7795) (Teddy Katz)
1149* 428fbdf Fix: func-call-spacing "never" doesn't fix w/ line breaks (fixes #7787) (#7788) (Kevin Partington)
1150* 6e61070 Fix: `semi` false positive before regex/template literals (fixes #7782) (#7783) (Teddy Katz)
1151* ff0c050 Fix: remove internal property from config generation (fixes #7758) (#7761) (alberto)
1152* 27424cb New: `prefer-destructuring` rule (fixes #6053) (#7741) (Alex LaFroscia)
1153* bb648ce Docs: fix unclear example for no-useless-escape (#7781) (Teddy Katz)
1154* 8c3a962 Fix: syntax errors from object-shorthand autofix (fixes #7744) (#7745) (Teddy Katz)
1155* 8b296a2 Docs: fix in semi.md: correct instead of incorrect (#7779) (German Prostakov)
1156* 3493241 Upgrade: strip-json-comments ~v2.0.1 (Janus Troelsen)
1157* 75b7ba4 Chore: enable object-curly-spacing on ESLint codebase (refs #7725) (#7770) (Teddy Katz)
1158* 7d1dc7e Update: Make default-case comment case-insensitive (fixes #7673) (#7742) (Robert Rossmann)
1159* f1bf5ec Chore: convert remaining old-style context.report() calls to the new API (#7763) (Teddy Katz)
1160
1161v3.12.2 - December 14, 2016
1162
1163* dec3ec6 Fix: indent bug with AssignmentExpressions (fixes #7747) (#7750) (Teddy Katz)
1164* 5344751 Build: Don't create blogpost links from rule names within other words (#7754) (Teddy Katz)
1165* 639b798 Docs: Use `Object.prototype` in examples (#7755) (Alex Reardon)
1166
1167v3.12.1 - December 12, 2016
1168
1169* 0ad4d33 Fix: `indent` regression with function calls (fixes #7732, fixes #7733) (#7734) (Teddy Katz)
1170* ab246dd Docs: Rules restricting globals/properties/syntax are linked together (#7743) (Kevin Partington)
1171* df2f115 Docs: Add eslint-config-mdcs to JSCS Migration Guide (#7737) (Joshua Koo)
1172* 4b77333 Build: avoid creating broken rule links in the changelog (#7731) (Teddy Katz)
1173
1174v3.12.0 - December 9, 2016
1175
1176* e569225 Update: fix false positive/negative of yoda rule (fixes #7676) (#7695) (Toru Nagashima)
1177* e95a230 Fix: indent "first" option false positive on nested arrays (fixes #7727) (#7728) (Teddy Katz)
1178* 81f9e7d Fix: Allow duplicated let declarations in `prefer-const` (fixes #7712) (#7717) (Teddy Katz)
1179* 1d0d61d New: Add no-await-in-loop rule (#7563) (Nat Mote)
1180* 2cdfb4e New: Additional APIs (fixes #6256) (#7669) (Ilya Volodin)
1181* 4278c42 Update: make no-obj-calls report errors for Reflect (fixes #7700) (#7710) (Tomas Echeverri Valencia)
1182* 4742d82 Docs: clarify the default behavior of `operator-linebreak` (fixes #7459) (#7726) (Teddy Katz)
1183* a8489e2 Chore: Avoid parserOptions boilerplate in tests for ES6 rules (#7724) (Teddy Katz)
1184* b921d1f Update: add `indent` options for array and object literals (fixes #7473) (#7681) (Teddy Katz)
1185* 7079c89 Update: Add airbnb-base to init styleguides (fixes #6986) (#7699) (alberto)
1186* 63bb3f8 Docs: improve the documentation for the autofix API (#7716) (Teddy Katz)
1187* f8786fb Update: add fixer for `capitalized-comments` (#7701) (Teddy Katz)
1188* abfd24f Fix: don't validate schemas for disabled rules (fixes #7690) (#7692) (Teddy Katz)
1189* 2ac07d8 Upgrade: Update globals dependency to 9.14.0 (#7683) (Aleksandr Oleynikov)
1190* 90a5d29 Docs: Remove incorrect info about issue requirements from PR guide (#7691) (Teddy Katz)
1191* f80c278 Docs: Add sails-hook-lint to integrations list (#7679) (Anthony M)
1192* e96da3f Docs: link first instance of `package.json` (#7684) (Kent C. Dodds)
1193* bf20e20 Build: include links to rule pages in release blogpost (#7671) (Teddy Katz)
1194* b30116c Docs: Fix code-blocks in spaced-comment docs (#7524) (Michał Gołębiowski)
1195* 0a2a7fd Fix: Allow \u2028 and \u2029 as string escapes in no-useless-escape (#7672) (Teddy Katz)
1196* 76c33a9 Docs: Change Sails.js integration to active npm package (#7675) (Anthony M)
1197
1198v3.11.1 - November 28, 2016
1199
1200* be739d0 Fix: capitalized-comments fatal error fixed (fixes #7663) (#7664) (Rich Trott)
1201* cc4cedc Docs: Fix a typo in array-bracket-spacing documentation (#7667) (Alex Guerrero)
1202* f8adadc Docs: fix a typo in capitalized-comments documentation (#7666) (Teddy Katz)
1203
1204v3.11.0 - November 25, 2016
1205
1206* ad56694 New: capitalized-comments rule (fixes #6055) (#7415) (Kevin Partington)
1207* 7185567 Update: add fixer for `operator-assignment` (#7517) (Teddy Katz)
1208* faf5f56 Update: fix false negative of `quotes` with \n in template (fixes #7646) (#7647) (Teddy Katz)
1209* 474e444 Update: add fixer for `sort-imports` (#7535) (Teddy Katz)
1210* f9b70b3 Docs: Enable example highlighting in rules examples (ref #6444) (#7644) (Alex Guerrero)
1211* d50f6c1 Fix: incorrect location for `no-useless-escape` errors (fixes #7643) (#7645) (Teddy Katz)
1212* 54a993c Docs: Fix a typo in the require-yield.md (#7652) (Vse Mozhet Byt)
1213* eadd808 Chore: Fix prefer-arrow-callback lint errors (#7651) (Kevin Partington)
1214* 89bd8de New: `require-await` rule (fixes #6820) (#7435) (Toru Nagashima)
1215* b7432bd Chore: Ensure JS files are checked out with LF (#7624) (Kevin Partington)
1216* 32a3547 Docs: Add absent quotes in rules documentation (#7625) (Denis Sikuler)
1217* 5c9a4ad Fix: Prevent `quotes` from fixing templates to directives (fixes #7610) (#7617) (Teddy Katz)
1218* d90ca46 Upgrade: Update markdownlint dependency to 0.3.1 (fixes #7589) (#7592) (David Anson)
1219* 07124d1 Docs: add missing quote mark (+=" → "+=") (#7613) (Sean Juarez)
1220* 8998043 Docs: fix wording in docs for no-extra-parens config (Michael Ficarra)
1221
1222v3.10.2 - November 15, 2016
1223
1224* 0643bfe Fix: correctly handle commented code in `indent` autofixer (fixes #7604) (#7606) (Teddy Katz)
1225* bd0514c Fix: syntax error after `key-spacing` autofix with comment (fixes #7603) (#7607) (Teddy Katz)
1226* f56c1ef Fix: `indent` crash on parenthesized global return values (fixes #7573) (#7596) (Teddy Katz)
1227* 100c6e1 Docs: Fix example for curly "multi-or-nest" option (#7597) (Will Chen)
1228* 6abb534 Docs: Update code of conduct link (#7599) (Nicholas C. Zakas)
1229* 8302cdb Docs: Update no-tabs to match existing standards & improve readbility (#7590) (Matt Stow)
1230
1231v3.10.1 - November 14, 2016
1232
1233* 8a0e92a Fix: handle try/catch correctly in `no-return-await` (fixes #7581) (#7582) (Teddy Katz)
1234* c4dd015 Fix: no-useless-return stack overflow on unreachable loops (fixes #7583) (#7584) (Teddy Katz)
1235
1236v3.10.0 - November 11, 2016
1237
1238* 7ee039b Update: Add comma-style options for calls, fns, imports (fixes #7470) (Max Englander)
1239* 670e060 Chore: make the `object-shorthand` tests more readable (#7580) (Teddy Katz)
1240* c3f4809 Update: Allow `func-names` to recognize inferred ES6 names (fixes #7235) (#7244) (Logan Smyth)
1241* b8d6e48 Fix: syntax errors created by `object-shorthand` autofix (fixes #7574) (#7575) (Teddy Katz)
1242* 1b3b65c Chore: ensure that files in tests/conf are linted (#7579) (Teddy Katz)
1243* 2bd1dd7 Update: avoid creating extra whitespace in `arrow-body-style` fixer (#7504) (Teddy Katz)
1244* 66fe9ff New: `no-return-await` rule. (fixes #7537) (#7547) (Jordan Harband)
1245* 759525e Chore: Use process.exitCode instead of process.exit() in bin/eslint.js (#7569) (Teddy Katz)
1246* 0d60db7 Fix: Curly rule doesn't account for leading comment (fixes #7538) (#7539) (Will Chen)
1247* 5003b1c Update: fix in/instanceof handling with `space-infix-ops` (fixes #7525) (#7552) (Teddy Katz)
1248* 3e6131e Docs: explain config option merging (#7499) (Danny Andrews)
1249* 1766524 Update: "Error type should be" assertion in rule-tester (fixes 6106) (#7550) (Frans Jaspers)
1250* 44eb274 Docs: Missing semicolon report was missing a comma (#7553) (James)
1251* 6dbda15 Docs: Document the optional defaults argument for RuleTester (#7548) (Teddy Katz)
1252* e117b80 Docs: typo fix (#7546) (oprogramador)
1253* 25e5613 Chore: Remove incorrect test from indent.js. (#7531) (Scott Stern)
1254* c0f4937 Fix: `arrow-parens` supports type annotations (fixes #7406) (#7436) (Toru Nagashima)
1255* a838b8e Docs: `func-name-matching`: update with “always”/“never” option (#7536) (Jordan Harband)
1256* 3c379ff Update: `no-restricted-{imports,modules}`: add “patterns” (fixes #6963) (#7433) (Jordan Harband)
1257* f5764ee Docs: Update example of results returned from `executeOnFiles` (#7362) (Simen Bekkhus)
1258* 4613ba0 Fix: Add support for escape char in JSX. (#7461) (Scott Stern)
1259* ea0970d Fix: `curly` false positive with no-semicolon style (#7509) (Teddy Katz)
1260* af1fde1 Update: fix `brace-style` false negative on multiline node (fixes #7493) (#7496) (Teddy Katz)
1261* 3798aea Update: max-statements to report function name (refs #7260) (#7399) (Nicholas C. Zakas)
1262* 0c215fa Update: Add `ArrowFunctionExpression` support to `require-jsdoc` rule (#7518) (Gyandeep Singh)
1263* 578c373 Build: handle deprecated rules with no 'replacedBy' (refs #7471) (#7494) (Vitor Balocco)
1264* a7f3976 Docs: Specify min ESLint version for new rule format (#7501) (cowchimp)
1265* 8a3e717 Update: Fix `lines-around-directive` semicolon handling (fixes #7450) (#7483) (Teddy Katz)
1266* e58cead Update: add a fixer for certain statically-verifiable `eqeqeq` cases (#7389) (Teddy Katz)
1267* 0dea0ac Chore: Add Node 7 to travis ci build (#7506) (Gyandeep Singh)
1268* 36338f0 Update: add fixer for `no-extra-boolean-cast` (#7387) (Teddy Katz)
1269* 183def6 Chore: enable `prefer-arrow-callback` on ESLint codebase (fixes #6407) (#7503) (Teddy Katz)
1270* 4f1fa67 Docs: Update copyright (#7497) (Nicholas C. Zakas)
1271
1272v3.9.1 - October 31, 2016
1273
1274* 2012258 Fix: incorrect `indent` check for array property access (fixes #7484) (#7485) (Teddy Katz)
1275* 8a71d4a Fix: `no-useless-return` false positive on conditionals (fixes #7477) (#7482) (Teddy Katz)
1276* 56a662b Fix: allow escaped backreferences in `no-useless-escape` (fixes #7472) (#7474) (Teddy Katz)
1277* fffdf13 Build: Fix prefer-reflect rule to not crash site gen build (#7471) (Ilya Volodin)
1278* 8ba68a3 Docs: Update broken link (#7490) (Devinsuit)
1279* 65231d8 Docs: add the "fixable" icon for `no-useless-return` (#7480) (Teddy Katz)
1280
1281v3.9.0 - October 28, 2016
1282
1283* d933516 New: `no-useless-return` rule (fixes #7309) (#7441) (Toru Nagashima)
1284* 5e7af30 Update: Add `CallExpression` option for `indent` (fixes #5946) (#7189) (Teddy Katz)
1285* b200086 Fix: Support type annotations in array-bracket-spacing (#7445) (Jimmy Jia)
1286* 5ed8b9b Update: Deprecate prefer-reflect (fixes #7226) (#7464) (Kai Cataldo)
1287* 92ad43b Chore: Update deprecated rules in conf/eslint.json (#7467) (Kai Cataldo)
1288* e46666b New: Codeframe formatter (fixes #5860) (#7437) (Vitor Balocco)
1289* fe0d903 Upgrade: Shelljs to ^0.7.5 (fixes #7316) (#7465) (Gyandeep Singh)
1290* 1d5146f Update: fix wrong indentation about `catch`,`finally` (#7371) (Toru Nagashima)
1291* 77e3a34 Chore: Pin mock-fs dev dependency (#7466) (Gyandeep Singh)
1292* c675d7d Update: Fix `no-useless-escape` false negative in regexes (fixes #7424) (#7425) (Teddy Katz)
1293* ee3bcea Update: add fixer for `newline-after-var` (fixes #5959) (#7375) (Teddy Katz)
1294* 6e9ff08 Fix: indent.js to support multiline array statements. (#7237) (Scott Stern)
1295* f8153ad Build: Ensure absolute links in docs retain .md extensions (fixes #7419) (#7438) (Teddy Katz)
1296* 16367a8 Fix: Return statement spacing. Fix for indent rule. (fixes #7164) (#7197) (Imad Elyafi)
1297* 3813988 Update: fix false negative of `no-extra-parens` (fixes #7122) (#7432) (Toru Nagashima)
1298* 23062e2 Docs: Fix typo in no-unexpected-multiline (fixes #7442) (#7447) (Denis Sikuler)
1299* d257428 Update: `func-name-matching`: add “always”/“never” option (fixes #7391) (#7428) (Jordan Harband)
1300* c710584 Fix: support for MemberExpression with function body. (#7400) (Scott Stern)
1301* 2c8ed2d Build: ensure that all files are linted on bash (fixes #7426) (#7427) (Teddy Katz)
1302* 18ff70f Chore: Enable `no-useless-escape` (#7403) (Vitor Balocco)
1303* 8dfd802 Fix: avoid `camelcase` false positive with NewExpressions (fixes #7363) (#7409) (Teddy Katz)
1304* e8159b4 Docs: Fix typo and explain static func calls for class-methods-use-this (#7421) (Scott O'Hara)
1305* 85d7e24 Docs: add additional examples for MemberExpressions in Indent rule. (#7408) (Scott Stern)
1306* 2aa1107 Docs: Include note on fatal: true in the node.js api section (#7376) (Simen Bekkhus)
1307* e064a25 Update: add fixer for `arrow-body-style` (#7240) (Teddy Katz)
1308* e0fe727 Update: add fixer for `brace-style` (fixes #7074) (#7347) (Teddy Katz)
1309* cbbe420 New: Support enhanced parsers (fixes #6974) (#6975) (Nicholas C. Zakas)
1310* 644d25b Update: Add an ignoreRegExpLiterals option to max-len (fixes #3229) (#7346) (Wilfred Hughes)
1311* 6875576 Docs: Remove broken links to jslinterrors.com (fixes #7368) (#7369) (Dannii Willis)
1312
1313v3.8.1 - October 17, 2016
1314
1315* 681c78a Fix: `comma-dangle` was confused by type annotations (fixes #7370) (#7372) (Toru Nagashima)
1316* 7525042 Fix: Allow useless escapes in tagged template literals (fixes #7383) (#7384) (Teddy Katz)
1317* 9106964 Docs: Fix broken link for stylish formatter (#7386) (Vitor Balocco)
1318* 49d3c1b Docs: Document the deprecated meta property (#7367) (Randy Coulman)
1319* 19d2996 Docs: Relax permission for merging PRs (refs eslint/tsc-meetings#20) (#7360) (Brandon Mills)
1320
1321v3.8.0 - October 14, 2016
1322
1323* ee60acf Chore: add integration tests for autofixing (fixes #5909) (#7349) (Teddy Katz)
1324* c8796e9 Update: `comma-dangle` supports trailing function commas (refs #7101) (#7181) (Toru Nagashima)
1325* c4abaf0 Update: `space-before-function-paren` supports async/await (refs #7101) (#7180) (Toru Nagashima)
1326* d0d3b28 Fix: id-length rule incorrectly firing on member access (fixes #6475) (#7365) (Burak Yiğit Kaya)
1327* 2729d94 Fix: Don't report setter params in class bodies as unused (fixes #7351) (#7352) (Teddy Katz)
1328* 0b85004 Chore: Enable prefer-template (fixes #6407) (#7357) (Kai Cataldo)
1329* ca1947b Chore: Update pull request template (refs eslint/tsc-meetings#20) (#7359) (Brandon Mills)
1330* d840afe Docs: remove broken link from no-loop-func doc (#7342) (Michael McDermott)
1331* 5266793 Update: no-useless-escape checks template literals (fixes #7331) (#7332) (Kai Cataldo)
1332* b08fb91 Update: add source property to LintResult object (fixes #7098) (#7304) (Vitor Balocco)
1333* 0db4164 Chore: run prefer-template autofixer on test files (refs #6407) (#7354) (Kai Cataldo)
1334* c1470b5 Update: Make the `prefer-template` fixer unescape quotes (fixes #7330) (#7334) (Teddy Katz)
1335* 5d08c33 Fix: Handle parentheses correctly in `yoda` fixer (fixes #7326) (#7327) (Teddy Katz)
1336* cd72bba New: `func-name-matching` rule (fixes #6065) (#7063) (Annie Zhang)
1337* 55b5146 Fix: `RuleTester` didn't support `mocha --watch` (#7287) (Toru Nagashima)
1338* f8387c1 Update: add fixer for `prefer-spread` (#7283) (Teddy Katz)
1339* 52da71e Fix: Don't require commas after rest properties (fixes #7297) (#7298) (Teddy Katz)
1340* 3b11d3f Chore: refactor `no-multiple-empty-lines` (#7314) (Teddy Katz)
1341* 16d495d Docs: Updating CLI overview with latest changes (#7335) (Kevin Partington)
1342* 52dfce5 Update: add fixer for `one-var-declaration-per-line` (#7295) (Teddy Katz)
1343* 0e994ae Update: Improve the error messages for `no-unused-vars` (fixes #7282) (#7315) (Teddy Katz)
1344* 93214aa Chore: Convert non-lib/test files to template literals (refs #6407) (#7329) (Kai Cataldo)
1345* 72f394d Update: Fix false negative of `no-multiple-empty-lines` (fixes #7312) (#7313) (Teddy Katz)
1346* 756bc5a Update: Use characters instead of code units for `max-len` (#7299) (Teddy Katz)
1347* c9a7ec5 Fix: Improving optionator configuration for --print-config (#7206) (Kevin Partington)
1348* 51bfade Fix: avoid `object-shorthand` crash with spread properties (fixes #7305) (#7306) (Teddy Katz)
1349* a12d1a9 Update: add fixer for `no-lonely-if` (#7202) (Teddy Katz)
1350* 1418384 Fix: Don't require semicolons before `++`/`--` (#7252) (Adrian Heine né Lang)
1351* 2ffe516 Update: add fixer for `curly` (#7105) (Teddy Katz)
1352* ac3504d Update: add functionPrototypeMethods to wrap-iife (fixes #7212) (#7284) (Eli White)
1353* 5e16fb4 Update: add fixer for `no-extra-bind` (#7236) (Teddy Katz)
1354
1355v3.7.1 - October 3, 2016
1356
1357* 3dcae13 Fix: Use the correct location for `comma-dangle` errors (fixes #7291) (#7292) (Teddy Katz)
1358* cb7ba6d Fix: no-implicit-coercion should not fix ~. (fixes #7272) (#7289) (Eli White)
1359* ce590e2 Chore: Add additional tests for bin/eslint.js (#7290) (Teddy Katz)
1360* 8ec82ee Docs: change links of templates to raw data (#7288) (Toru Nagashima)
1361
1362v3.7.0 - September 30, 2016
1363
1364* 2fee8ad Fix: object-shorthand's consistent-as-needed option (issue #7214) (#7215) (Naomi Jacobs)
1365* c05a19c Update: add fixer for `prefer-numeric-literals` (#7205) (Teddy Katz)
1366* 2f171f3 Update: add fixer for `no-undef-init` (#7210) (Teddy Katz)
1367* 876d747 Docs: Steps for adding new committers/TSCers (#7221) (Nicholas C. Zakas)
1368* dffb4fa Fix: `no-unused-vars` false positive (fixes #7250) (#7258) (Toru Nagashima)
1369* 4448cec Docs: Adding missing ES8 reference to configuring (#7271) (Kevin Partington)
1370* 332d213 Update: Ensure `indent` handles nested functions correctly (fixes #7249) (#7265) (Teddy Katz)
1371* c36d842 Update: add fixer for `no-useless-computed-key` (#7207) (Teddy Katz)
1372* 18376cf Update: add fixer for `lines-around-directive` (#7217) (Teddy Katz)
1373* f8e8fab Update: add fixer for `wrap-iife` (#7196) (Teddy Katz)
1374* 558b444 Docs: Add @not-an-aardvark to development team (#7279) (Ilya Volodin)
1375* cd1dc57 Update: Add a fixer for `dot-location` (#7186) (Teddy Katz)
1376* 89787b2 Update: for `yoda`, add a fixer (#7199) (Teddy Katz)
1377* 742ae67 Fix: avoid indent and no-mixed-spaces-and-tabs conflicts (fixes #7248) (#7266) (Teddy Katz)
1378* 85b8714 Fix: Use error templates even when reading from stdin (fixes #7213) (#7223) (Teddy Katz)
1379* 66adac1 Docs: correction in prefer-reflect docs (fixes #7069) (#7150) (Scott Stern)
1380* e3f95de Update: Fix `no-extra-parens` false negative (fixes #7229) (#7231) (Teddy Katz)
1381* 2909c19 Docs: Fix typo in object-shorthand docs (#7267) (Brian Donovan)
1382* 7bb800d Chore: add internal rule to enforce meta.docs conventions (fixes #6954) (#7155) (Vitor Balocco)
1383* 722c68c Docs: add code fences to the issue template (#7254) (Teddy Katz)
1384
1385v3.6.1 - September 26, 2016
1386
1387* b467436 Upgrade: Upgrade Espree to 3.3.1 (#7253) (Ilya Volodin)
1388* 299a563 Build: Do not strip .md extension from absolute URLs (#7222) (Kai Cataldo)
1389* 27042d2 Chore: removed unused code related to scopeMap (#7218) (Yang Su)
1390* d154204 Chore: Lint bin/eslint.js (#7243) (Kevin Partington)
1391* 87625fa Docs: Improve eol-last examples in docs (#7227) (Chainarong Tangsurakit)
1392* de8eaa4 Docs: `class-methods-use-this`: fix option name (#7224) (Jordan Harband)
1393* 2355f8d Docs: Add Brunch plugin to integrations (#7225) (Aleksey Shvayka)
1394* a5817ae Docs: Default option from `operator-linebreak` is `after`and not always (#7228) (Konstantin Pschera)
1395
1396v3.6.0 - September 23, 2016
1397
1398* 1b05d9c Update: add fixer for `strict` (fixes #6668) (#7198) (Teddy Katz)
1399* 0a36138 Docs: Update ecmaVersion instructions (#7195) (Nicholas C. Zakas)
1400* aaa3779 Update: Allow `space-unary-ops` to handle await expressions (#7174) (Teddy Katz)
1401* 91bf477 Update: add fixer for `prefer-template` (fixes #6978) (#7165) (Teddy Katz)
1402* 745343f Update: `no-extra-parens` supports async/await (refs #7101) (#7178) (Toru Nagashima)
1403* 8e1fee1 Fix: Handle number literals correctly in `no-whitespace-before-property` (#7185) (Teddy Katz)
1404* 462a3f7 Update: `keyword-spacing` supports async/await (refs #7101) (#7179) (Toru Nagashima)
1405* 709a734 Update: Allow template string in `valid-typeof` comparison (fixes #7166) (#7168) (Teddy Katz)
1406* f71937a Fix: Don't report async/generator callbacks in `array-callback-return` (#7172) (Teddy Katz)
1407* 461b015 Fix: Handle async functions correctly in `prefer-arrow-callback` fixer (#7173) (Teddy Katz)
1408* 7ea3e4b Fix: Handle await expressions correctly in `no-unused-expressions` (#7175) (Teddy Katz)
1409* 16bb802 Update: Ensure `arrow-parens` handles async arrow functions correctly (#7176) (Teddy Katz)
1410* 2d10657 Chore: add tests for `generator-star-spacing` and async (refs #7101) (#7182) (Toru Nagashima)
1411* c118d21 Update: Let `no-restricted-properties` check destructuring (fixes #7147) (#7151) (Teddy Katz)
1412* 9e0b068 Fix: valid-jsdoc does not throw on FieldType without value (fixes #7184) (#7187) (Kai Cataldo)
1413* 4b5d9b7 Docs: Update process for evaluating proposals (fixes #7156) (#7183) (Kai Cataldo)
1414* 95c777a Update: Make `no-restricted-properties` more flexible (fixes #7137) (#7139) (Teddy Katz)
1415* 0fdf23c Update: fix `quotes` rule's false negative (fixes #7084) (#7141) (Toru Nagashima)
1416* f2a789d Update: fix `no-unused-vars` false negative (fixes #7124) (#7143) (Toru Nagashima)
1417* 6148d85 Fix: Report columns for `eol-last` correctly (fixes #7136) (#7149) (kdex)
1418* e016384 Update: add fixer for quote-props (fixes #6996) (#7095) (Teddy Katz)
1419* 35f7be9 Upgrade: espree to 3.2.0, remove tests with SyntaxErrors (fixes #7169) (#7170) (Teddy Katz)
1420* 28ddcf8 Fix: `max-len`: `ignoreTemplateLiterals`: handle 3+ lines (fixes #7125) (#7138) (Jordan Harband)
1421* 660e091 Docs: Update rule descriptions (fixes #5912) (#7152) (Kenneth Williams)
1422* 8b3fc32 Update: Make `indent` report lines with mixed spaces/tabs (fixes #4274) (#7076) (Teddy Katz)
1423* b39ac2c Update: add fixer for `no-regex-spaces` (#7113) (Teddy Katz)
1424* cc80467 Docs: Update PR templates for formatting (#7128) (Nicholas C. Zakas)
1425* 76acbb5 Fix: include LogicalExpression in indent length calc (fixes #6731) (#7087) (Alec)
1426* a876673 Update: no-implicit-coercion checks TemplateLiterals (fixes #7062) (#7121) (Kai Cataldo)
1427* 8db4f0c Chore: Enable `typeof` check for `no-undef` rule in eslint-config-eslint (#7103) (Teddy Katz)
1428* 7e8316f Docs: Update release process (#7127) (Nicholas C. Zakas)
1429* 22edd8a Update: `class-methods-use-this`: `exceptMethods` option (fixes #7085) (#7120) (Jordan Harband)
1430* afd132a Fix: line-comment-position "above" string option now works (fixes #7100) (#7102) (Kevin Partington)
1431* 1738b2e Chore: fix name of internal-no-invalid-meta test file (#7142) (Vitor Balocco)
1432* ac0bb62 Docs: Fixes examples for allowTemplateLiterals (fixes #7115) (#7135) (Zoe Ingram)
1433* bcfa3e5 Update: Add `always`/`never` option to `eol-last` (fixes #6938) (#6952) (kdex)
1434* 0ca26d9 Docs: Distinguish examples for space-before-blocks (#7132) (Timo Tijhof)
1435* 9a2aefb Chore: Don't require an issue reference in check-commit npm script (#7104) (Teddy Katz)
1436* c85fd84 Fix: max-statements-per-line rule to force minimum to be 1 (fixes #7051) (#7092) (Scott Stern)
1437* e462e47 Docs: updates category of no-restricted-properties (fixes #7112) (#7118) (Alec)
1438* 6ae660b Fix: Don't report comparisons of two typeof expressions (fixes #7078) (#7082) (Teddy Katz)
1439* 710f205 Docs: Fix typos in Issues section of Maintainer's Guide (#7114) (Kai Cataldo)
1440* 546a3ca Docs: Clarify that linter does not process configuration (fixes #7108) (#7110) (Kevin Partington)
1441* 0d50943 Docs: Elaborate on `guard-for-in` best practice (fixes #7071) (#7094) (Dallon Feldner)
1442* 58e6d76 Docs: Fix examples for no-restricted-properties (#7099) (not-an-aardvark)
1443* 6cfe519 Docs: Corrected typo in line-comment-position rule doc (#7097) (Alex Mercier)
1444* f02e52a Docs: Add fixable note to no-implicit-coercion docs (#7096) (Brandon Mills)
1445
1446v3.5.0 - September 9, 2016
1447
1448* 08fa538 Update: fix false negative of `arrow-spacing` (fixes #7079) (#7080) (Toru Nagashima)
1449* cec65e3 Update: add fixer for no-floating-decimal (fixes #7070) (#7081) (not-an-aardvark)
1450* 2a3f699 Fix: Column number for no-multiple-empty-lines (fixes #7086) (#7088) (Ian VanSchooten)
1451* 6947299 Docs: Add info about closing accepted issues to docs (fixes #6979) (#7089) (Kai Cataldo)
1452* d30157a Docs: Add link to awesome-eslint in integrations page (#7090) (Vitor Balocco)
1453* 457be1b Docs: Update so issues are not required (fixes #7015) (#7072) (Nicholas C. Zakas)
1454* d9513b7 Fix: Allow linting of .hidden files/folders (fixes #4828) (#6844) (Ian VanSchooten)
1455* 6d97c18 New: `max-len`: `ignoreStrings`+`ignoreTemplateLiterals` (fixes #5805) (#7049) (Jordan Harband)
1456* 538d258 Update: make no-implicit-coercion support autofixing. (fixes #7056) (#7061) (Eli White)
1457* 883316d Update: add fixer for prefer-arrow-callback (fixes #7002) (#7004) (not-an-aardvark)
1458* 7502eed Update: auto-fix for `comma-style` (fixes #6941) (#6957) (Gyandeep Singh)
1459* 645dda5 Update: add fixer for dot-notation (fixes #7014) (#7054) (not-an-aardvark)
1460* 2657846 Fix: `no-console` ignores user-defined console (fixes #7010) (#7058) (Toru Nagashima)
1461* 656bb6e Update: add fixer for newline-before-return (fixes #5958) (#7050) (Vitor Balocco)
1462* 1f995c3 Fix: no-implicit-coercion string concat false positive (fixes #7057) (#7060) (Kai Cataldo)
1463* 6718749 Docs: Clarify that `es6` env also sets `ecmaVersion` to 6 (#7067) (Jérémie Astori)
1464* e118728 Update: add fixer for wrap-regex (fixes #7013) (#7048) (not-an-aardvark)
1465* f4fcd1e Update: add more `indent` options for functions (fixes #6052) (#7043) (not-an-aardvark)
1466* 657eee5 Update: add fixer for new-parens (fixes #6994) (#7047) (not-an-aardvark)
1467* ff19aa9 Update: improve `max-statements-per-line` message (fixes #6287) (#7044) (Jordan Harband)
1468* 3960617 New: `prefer-numeric-literals` rule (fixes #6068) (#7029) (Annie Zhang)
1469* fa760f9 Chore: no-regex-spaces uses internal rule message format (fixes #7052) (#7053) (Kevin Partington)
1470* 22c7e09 Update: no-magic-numbers false negative on reassigned vars (fixes #4616) (#7028) (not-an-aardvark)
1471* be29599 Update: Throw error if whitespace found in plugin name (fixes #6854) (#6960) (Jesse Ostrander)
1472* 4063a79 Fix: Rule message placeholders can be inside braces (fixes #6988) (#7041) (Kevin Partington)
1473* 52e8d9c Docs: Clean up sort-vars (#7045) (Matthew Dunsdon)
1474* 4126f12 Chore: Rule messages use internal rule message format (fixes #6977) (#6989) (Kevin Partington)
1475* 46cb690 New: `no-restricted-properties` rule (fixes #3218) (#7017) (Eli White)
1476* 00b3042 Update: Pass file path to parse function (fixes #5344) (#7024) (Annie Zhang)
1477* 3f13325 Docs: Add kaicataldo and JamesHenry to our teams (#7039) (alberto)
1478* 8e77f16 Update: `new-parens` false negative (fixes #6997) (#6999) (Toru Nagashima)
1479* 326f457 Docs: Add missing 'to' in no-restricted-modules (#7022) (Oskar Risberg)
1480* 8277357 New: `line-comment-position` rule (fixes #6077) (#6953) (alberto)
1481* c1f0d76 New: `lines-around-directive` rule (fixes #6069) (#6998) (Kai Cataldo)
1482* 61f1de0 Docs: Fix typo in no-debugger (#7019) (Denis Ciccale)
1483* 256c4a2 Fix: Allow separate mode option for multiline and align (fixes #6691) (#6991) (Annie Zhang)
1484* a989a7c Docs: Declaring dependency on eslint in shared config (fixes #6617) (#6985) (alberto)
1485* 6869c60 Docs: Fix minor typo in no-extra-parens doc (#6992) (Jérémie Astori)
1486* 28f1619 Docs: Update the example of SwitchCase (#6981) (fish)
1487
1488v3.4.0 - August 26, 2016
1489
1490* c210510 Update: add fixer for no-extra-parens (fixes #6944) (#6950) (not-an-aardvark)
1491* ca3d448 Fix: `prefer-const` false negative about `eslintUsed` (fixes #5837) (#6971) (Toru Nagashima)
1492* 1153955 Docs: Draft of JSCS migration guide (refs #5859) (#6942) (Nicholas C. Zakas)
1493* 3e522be Fix: false negative of `indent` with `else if` statements (fixes #6956) (#6965) (not-an-aardvark)
1494* 2dfb290 Docs: Distinguish examples in rules under Stylistic Issues part 7 (#6760) (Kenneth Williams)
1495* 3c710c9 Fix: rename "AirBnB" => "Airbnb" init choice (fixes #6969) (Harrison Shoff)
1496* 7660b39 Fix: `object-curly-spacing` for type annotations (fixes #6940) (#6945) (Toru Nagashima)
1497* 21ab784 New: do not remove non visited files from cache. (fixes #6780) (#6921) (Roy Riojas)
1498* 3a1763c Fix: enable `@scope/plugin/ruleId`-style specifier (refs #6362) (#6939) (Toru Nagashima)
1499* d6fd064 Update: Add never option to multiline-ternary (fixes #6751) (#6905) (Kai Cataldo)
1500* 0d268f1 New: `symbol-description` rule (fixes #6778) (#6825) (Jarek Rencz)
1501* a063d4e Fix: no-cond-assign within a function expression (fixes #6908) (#6909) (Patrick McElhaney)
1502* 16db93a Build: Tag docs, publish release notes (fixes #6892) (#6934) (Nicholas C. Zakas)
1503* 0cf1d55 Chore: Fix object-shorthand errors (fixes #6958) (#6959) (Kai Cataldo)
1504* 8851ddd Fix: Improve pref of globbing by inheriting glob.GlobSync (fixes #6710) (#6783) (Kael Zhang)
1505* cf2242c Update: `requireStringLiterals` option for `valid-typeof` (fixes #6698) (#6923) (not-an-aardvark)
1506* 8561389 Fix: `no-trailing-spaces` wrong fixing (fixes #6933) (#6937) (Toru Nagashima)
1507* 6a92be5 Docs: Update semantic versioning policy (#6935) (alberto)
1508* a5189a6 New: `class-methods-use-this` rule (fixes #5139) (#6881) (Gyandeep Singh)
1509* 1563808 Update: add support for ecmaVersion 20xx (fixes #6750) (#6907) (Kai Cataldo)
1510* d8b770c Docs: Change rule descriptions for consistent casing (#6915) (Brandon Mills)
1511* c676322 Chore: Use object-shorthand batch 3 (refs #6407) (#6914) (Kai Cataldo)
1512
1513v3.3.1 - August 15, 2016
1514
1515* a2f06be Build: optimize rule page title for small browser tabs (fixes #6888) (#6904) (Vitor Balocco)
1516* 02a00d6 Docs: clarify rule details for no-template-curly-in-string (#6900) (not-an-aardvark)
1517* b9b3446 Fix: sort-keys ignores destructuring patterns (fixes #6896) (#6899) (Kai Cataldo)
1518* 3fe3a4f Docs: Update options in `object-shorthand` (#6898) (Grant Snodgrass)
1519* cd09c96 Chore: Use object-shorthand batch 2 (refs #6407) (#6897) (Kai Cataldo)
1520* 2841008 Chore: Use object-shorthand batch 1 (refs #6407) (#6893) (Kai Cataldo)
1521
1522v3.3.0 - August 12, 2016
1523
1524* 683ac56 Build: Add CI release scripts (fixes #6884) (#6885) (Nicholas C. Zakas)
1525* ebf8441 Update: `prefer-rest-params` relax for member accesses (fixes #5990) (#6871) (Toru Nagashima)
1526* df01c4f Update: Add regex support for exceptions (fixes #5187) (#6883) (Annie Zhang)
1527* 055742c Fix: `no-dupe-keys` type errors (fixes #6886) (#6889) (Toru Nagashima)
1528* e456fd3 New: `sort-keys` rule (fixes #6076) (#6800) (Toru Nagashima)
1529* 3e879fc Update: Rule "eqeqeq" to have more specific null handling (fixes #6543) (#6849) (Simon Sturmer)
1530* e8cb7f9 Chore: use eslint-plugin-node (refs #6407) (#6862) (Toru Nagashima)
1531* e37bbd8 Docs: Remove duplicate statement (#6878) (Richard Käll)
1532* 11395ca Fix: `no-dupe-keys` false negative (fixes #6801) (#6863) (Toru Nagashima)
1533* 1ecd2a3 Update: improve error message in `no-control-regex` (#6839) (Jordan Harband)
1534* d610d6c Update: make `max-lines` report the actual number of lines (fixes #6766) (#6764) (Jarek Rencz)
1535* b256c50 Chore: Fix glob for core js files for lint (fixes #6870) (#6872) (Gyandeep Singh)
1536* f8ab8f1 New: func-call-spacing rule (fixes #6080) (#6749) (Brandon Mills)
1537* be68f0b New: no-template-curly-in-string rule (fixes #6186) (#6767) (Jeroen Engels)
1538* 80789ab Chore: don't throw if rule is in old format (fixes #6848) (#6850) (Vitor Balocco)
1539* d47c505 Fix: `newline-after-var` false positive (fixes #6834) (#6847) (Toru Nagashima)
1540* bf0afcb Update: validate void operator in no-constant-condition (fixes #5726) (#6837) (Vitor Balocco)
1541* 5ef839e New: Add consistent and ..-as-needed to object-shorthand (fixes #5438) (#5439) (Martijn de Haan)
1542* 7e1bf01 Fix: update peerDependencies of airbnb option for `--init` (fixes #6843) (#6846) (Vitor Balocco)
1543* 8581f4f Fix: `no-invalid-this` false positive (fixes #6824) (#6827) (Toru Nagashima)
1544* 90f78f4 Update: add `props` option to `no-self-assign` rule (fixes #6718) (#6721) (Toru Nagashima)
1545* 30d71d6 Update: 'requireForBlockBody' modifier for 'arrow-parens' (fixes #6557) (#6558) (Nicolas Froidure)
1546* cdded07 Chore: use native `Object.assign` (refs #6407) (#6832) (Gyandeep Singh)
1547* 579ec49 Chore: Add link to rule change guidelines in "needs info" template (fixes #6829) (#6831) (Kevin Partington)
1548* 117e7aa Docs: Remove incorrect "constructor" statement from `no-new-symbol` docs (#6830) (Jarek Rencz)
1549* aef18b4 New: `no-unsafe-negation` rule (fixes #2716) (#6789) (Toru Nagashima)
1550* d94e945 Docs: Update Getting Started w/ Readme installation instructions (#6823) (Kai Cataldo)
1551* dfbc112 Upgrade: proxyquire to 1.7.10 (fixes #6821) (#6822) (alberto)
1552* 4c5e911 Chore: enable `prefer-const` and apply it to our codebase (refs #6407) (#6805) (Toru Nagashima)
1553* e524d16 Update: camelcase rule fix for import declarations (fixes #6755) (#6784) (Lorenzo Zottar)
1554* 8f3509d Update: make `eslint:all` excluding deprecated rules (fixes #6734) (#6756) (Toru Nagashima)
1555* 2b17459 New: `no-global-assign` rule (fixes #6586) (#6746) (alberto)
1556
1557v3.2.2 - August 1, 2016
1558
1559* 510ce4b Upgrade: file-entry-cache@^1.3.1 (fixes #6816, refs #6780) (#6819) (alberto)
1560* 46b14cd Fix: ignore MemberExpression in VariableDeclarators (fixes #6795) (#6815) (Nicholas C. Zakas)
1561
1562v3.2.1 - August 1, 2016
1563
1564* 584577a Build: Pin file-entry-cache to avoid licence issue (refs #6816) (#6818) (alberto)
1565* 38d0d23 Docs: clarify minor releases and suggest using `~ to version (#6804) (Henry Zhu)
1566* 4ca809e Fix: Normalizes messages so all end with a period (fixes #6762) (#6807) (Patrick McElhaney)
1567* c7488ac Fix: Make MemberExpression option opt-in (fixes #6797) (#6798) (Rich Trott)
1568* 715e8fa Docs: Update issue closing policy (fixes #6765) (#6808) (Nicholas C. Zakas)
1569* 288f7bf Build: Fix site generation (fixes #6791) (#6793) (Nicholas C. Zakas)
1570* 261a9f3 Docs: Update JSCS status in README (#6802) (alberto)
1571* 5ae0887 Docs: Update no-void.md (#6799) (Daniel Hritzkiv)
1572
1573v3.2.0 - July 29, 2016
1574
1575* 2438ee2 Upgrade: Update markdownlint dependency to 0.2.0 (fixes #6781) (#6782) (David Anson)
1576* 4fc0018 Chore: dogfooding `no-var` rule and remove `var`s (refs #6407) (#6757) (Toru Nagashima)
1577* b22eb5c New: `no-tabs` rule (fixes #6079) (#6772) (Gyandeep Singh)
1578* ddea63a Chore: Updated no-control-regex tests to cover all cases (fixes #6438) (#6752) (Efe Gürkan YALAMAN)
1579* 1025772 Docs: Add plugin example to disabling with comments guide (fixes #6742) (#6747) (Brandon Mills)
1580* 628aae4 Docs: fix inconsistent spacing inside block comment (#6768) (Brian Jacobel)
1581* 2983c32 Docs: Add options to func-names config comments (#6748) (Brandon Mills)
1582* 2f94443 Docs: fix wrong path (#6763) (molee1905)
1583* 6f3faa4 Revert "Build: Remove support for Node v5 (fixes #6743)" (#6758) (Nicholas C. Zakas)
1584* 99dfd1c Docs: fix grammar issue in rule-changes page (#6761) (Vitor Balocco)
1585* e825458 Fix: Rule no-unused-vars had missing period (fixes #6738) (#6739) (Brian Mock)
1586* 71ae64c Docs: Clarify cache file deletion (fixes #4943) (#6712) (Nicholas C. Zakas)
1587* 26c85dd Update: merge warnings of consecutive unreachable nodes (fixes #6583) (#6729) (Toru Nagashima)
1588* 106e40b Fix: Correct grammar in object-curly-newline reports (fixes #6725) (#6728) (Vitor Balocco)
1589* e00754c Chore: Dogfooding ES6 rules (refs #6407) (#6735) (alberto)
1590* 181b26a Build: Remove support for Node v5 (fixes #6743) (#6744) (alberto)
1591* 5320a6c Update: `no-use-before-define` false negative on for-in/of (fixes #6699) (#6719) (Toru Nagashima)
1592* a2090cb Fix: space-infix-ops doesn't fail for type annotations(fixes #5211) (#6723) (Nicholas C. Zakas)
1593* 9c36ecf Docs: Add @vitorbal and @platinumazure to development team (Ilya Volodin)
1594* e09d1b8 Docs: describe all RuleTester options (fixes #4810, fixes #6709) (#6711) (Nicholas C. Zakas)
1595* a157f47 Chore: Update CLIEngine option desc (fixes #5179) (#6713) (Nicholas C. Zakas)
1596* a0727f9 Chore: fix `.gitignore` for vscode (refs #6383) (#6720) (Toru Nagashima)
1597* 75d2d43 Docs: Clarify Closure type hint expectation (fixes #5231) (#6714) (Nicholas C. Zakas)
1598* 95ea25a Update: Check indentation of multi-line chained properties (refs #1801) (#5940) (Rich Trott)
1599* e7b1e1c Docs: Edit issue/PR waiting period docs (fixes #6009) (#6715) (Nicholas C. Zakas)
1600* 053aa0c Update: Added 'allowSuper' option to `no-underscore-dangle` (fixes #6355) (#6662) (peteward44)
1601* 8929045 Build: Automatically generate rule index (refs #2860) (#6658) (Ilya Volodin)
1602* f916ae5 Docs: Fix multiline-ternary typos (#6704) (Cédric Malard)
1603* c64b0c2 Chore: First ES6 refactoring (refs #6407) (#6570) (Nicholas C. Zakas)
1604
1605v3.1.1 - July 18, 2016
1606
1607* 565e584 Fix: `eslint:all` causes regression in 3.1.0 (fixes #6687) (#6696) (alberto)
1608* cb90359 Fix: Allow named recursive functions (fixes #6616) (#6667) (alberto)
1609* 3f206dd Fix: `balanced` false positive in `spaced-comment` (fixes #6689) (#6692) (Grant Snodgrass)
1610* 57f1676 Docs: Add missing brackets from code examples (#6700) (Plusb Preco)
1611* 124f066 Chore: Remove fixable key from multiline-ternary metadata (fixes #6683) (#6688) (Kai Cataldo)
1612* 9f96086 Fix: Escape control characters in XML. (fixes #6673) (#6672) (George Chung)
1613
1614v3.1.0 - July 15, 2016
1615
1616* e8f8c6c Fix: incorrect exitCode when eslint is called with --stdin (fixes #6677) (#6682) (Steven Humphrey)
1617* 38639bf Update: make `no-var` fixable (fixes #6639) (#6644) (Toru Nagashima)
1618* dfc20e9 Fix: `no-unused-vars` false positive in loop (fixes #6646) (#6649) (Toru Nagashima)
1619* 2ba75d5 Update: relax outerIIFEBody definition (fixes #6613) (#6653) (Stephen E. Baker)
1620* 421e4bf Chore: combine multiple RegEx replaces with one (fixes #6669) (#6661) (Sakthipriyan Vairamani)
1621* 089ee2c Docs: fix typos,wrong path,backticks (#6663) (molee1905)
1622* ef827d2 Docs: Add another pre-commit hook to integrations (#6666) (David Alan Hjelle)
1623* a343b3c Docs: Fix option typo in no-underscore-dangle (Fixes #6674) (#6675) (Luke Page)
1624* 5985eb2 Chore: add internal rule that validates meta property (fixes #6383) (#6608) (Vitor Balocco)
1625* 4adb15f Update: Add `balanced` option to `spaced-comment` (fixes #4133) (#6575) (Annie Zhang)
1626* 1b13c25 Docs: fix incorrect example being mark as correct (#6660) (David Björklund)
1627* a8b4e40 Fix: Install required eslint plugin for "standard" guide (fixes #6656) (#6657) (Feross Aboukhadijeh)
1628* 720686b New: `endLine` and `endColumn` of the lint result. (refs #3307) (#6640) (Toru Nagashima)
1629* 54faa46 Docs: Small tweaks to CLI documentation (fixes #6627) (#6642) (Kevin Partington)
1630* e108850 Docs: Added examples and structure to `padded-blocks` (fixes #6628) (#6643) (alberto)
1631* 350e1c0 Docs: Typo (#6650) (Peter Rood)
1632* b837c92 Docs: Correct a term in max-len.md (fixes #6637) (#6641) (Vse Mozhet Byt)
1633* baeb313 Fix: Warning behavior for executeOnText (fixes #6611) (#6632) (Nicholas C. Zakas)
1634* e6004be Chore: Enable preferType in valid-jsdoc (refs #5188) (#6634) (Nicholas C. Zakas)
1635* ca323cf Fix: Use default assertion messages (fixes #6532) (#6615) (Dmitrii Abramov)
1636* 2bdf22c Fix: Do not throw exception if baseConfig is provided (fixes #6605) (#6625) (Kevin Partington)
1637* e42cacb Upgrade: mock-fs to 3.10, fixes for Node 6.3 (fixes #6621) (#6624) (Tim Schaub)
1638* 8a263ae New: multiline-ternary rule (fixes #6066) (#6590) (Kai Cataldo)
1639* e951303 Update: Adding new `key-spacing` option (fixes #5613) (#5907) (Kyle Mendes)
1640* 10c3e91 Docs: Remove reference from 3.0.0 migration guide (refs #6605) (#6618) (Kevin Partington)
1641* 5010694 Docs: Removed non-existing resource (#6609) (Moritz Kröger)
1642* 6d40d85 Docs: Note that PR requires ACCEPTED issue (refs #6568) (#6604) (Patrick McElhaney)
1643
1644v3.0.1 - July 5, 2016
1645
1646* 27700cf Fix: `no-unused-vars` false positive around callback (fixes #6576) (#6579) (Toru Nagashima)
1647* 124d8a3 Docs: Pull request template (#6568) (Nicholas C. Zakas)
1648* e9a2ed9 Docs: Fix rules\id-length exceptions typos (fixes #6397) (#6593) (GramParallelo)
1649* a2cfa1b Fix: Make outerIIFEBody work correctly (fixes #6585) (#6596) (Nicholas C. Zakas)
1650* 9c451a2 Docs: Use string severity in example (#6601) (Kenneth Williams)
1651* 8308c0b Chore: remove path-is-absolute in favor of the built-in (fixes #6598) (#6600) (shinnn)
1652* 7a63717 Docs: Add missing pull request step (fixes #6595) (#6597) (Nicholas C. Zakas)
1653* de3ed84 Fix: make `no-unused-vars` ignore for-in (fixes #2342) (#6126) (Oleg Gaidarenko)
1654* 6ef2cbe Fix: strip Unicode BOM of config files (fixes #6556) (#6580) (Toru Nagashima)
1655* ee7fcfa Docs: Correct type of `outerIIFEBody` in `indent` (fixes #6581) (#6584) (alberto)
1656* 25fc7b7 Fix: false negative of `max-len` (fixes #6564) (#6565) (not-an-aardvark)
1657* f6b8452 Docs: Distinguish examples in rules under Stylistic Issues part 6 (#6567) (Kenneth Williams)
1658
1659v3.0.0 - July 1, 2016
1660
1661* 66de9d8 Docs: Update installation instructions on README (#6569) (Nicholas C. Zakas)
1662* dc5b78b Breaking: Add `require-yield` rule to `eslint:recommended` (fixes #6550) (#6554) (Gyandeep Singh)
1663* 7988427 Fix: lib/config.js tests pass if personal config exists (fixes #6559) (#6566) (Kevin Partington)
1664* 4c05967 Docs: Update rule docs for new format (fixes #5417) (#6551) (Nicholas C. Zakas)
1665* 70da5a8 Docs: Correct link to rules page (#fixes 6553) (#6561) (alberto)
1666* e2b2030 Update: Check RegExp strings for `no-regex-spaces` (fixes #3586) (#6379) (Jackson Ray Hamilton)
1667* 397e51b Update: Implement outerIIFEBody for indent rule (fixes #6259) (#6382) (David Shepherd)
1668* 666da7c Docs: 3.0.0 migration guide (#6521) (Nicholas C. Zakas)
1669* b9bf8fb Docs: Update Governance Policy (fixes #6452) (#6522) (Nicholas C. Zakas)
1670* 1290657 Update: `no-unused-vars` ignores read it modifies itself (fixes #6348) (#6535) (Toru Nagashima)
1671* d601f6b Fix: Delete cache only when executing on files (fixes #6459) (#6540) (Kai Cataldo)
1672* e0d4b19 Breaking: Error thrown/printed if no config found (fixes #5987) (#6538) (Kevin Partington)
1673* 18663d4 Fix: false negative of `no-useless-rename` (fixes #6502) (#6506) (Toru Nagashima)
1674* 0a7936d Update: Add fixer for prefer-const (fixes #6448) (#6486) (Nick Heiner)
1675* c60341f Chore: Update index and `meta` for `"eslint:recommended"` (refs #6403) (#6539) (Mark Pedrotti)
1676* 73da28d Better wording for the error reported by the rule "no-else-return" #6411 (#6413) (Olivier Thomann)
1677* e06a5b5 Update: Add fixer for arrow-parens (fixes #4766) (#6501) (madmed88)
1678* 5f8f3e8 Docs: Remove Box as a sponsor (#6529) (Nicholas C. Zakas)
1679* 7dfe0ad Docs: fix max-lines samples (fixes #6516) (#6515) (Dmitriy Shekhovtsov)
1680* fa05119 Breaking: Update eslint:recommended (fixes #6403) (#6509) (Nicholas C. Zakas)
1681* e96177b Docs: Add "Proposing a Rule Change" link to CONTRIBUTING.md (#6511) (Kevin Partington)
1682* bea9096 Docs: Update pull request steps (fixes #6474) (#6510) (Nicholas C. Zakas)
1683* 7bcf6e0 Docs: Consistent example headings & text pt3 (refs #5446) (#6492) (Guy Fraser)
1684* 1a328d9 Docs: Consistent example headings & text pt4 (refs #5446) (#6493) (Guy Fraser)
1685* ff5765e Docs: Consistent example headings & text pt2 (refs #5446)(#6491) (Guy Fraser)
1686* 01384fa Docs: Fixing typos (refs #5446)(#6494) (Guy Fraser)
1687* 4343ae8 Fix: false negative of `object-shorthand` (fixes #6429) (#6434) (Toru Nagashima)
1688* b7d8c7d Docs: more accurate yoda-speak (#6497) (Tony Lukasavage)
1689* 3b0ab0d Fix: add warnIgnored flag to CLIEngine.executeOnText (fixes #6302) (#6305) (Robert Levy)
1690* c2c6cec Docs: Mark object-shorthand as fixable. (#6485) (Nick Heiner)
1691* 5668236 Fix: Allow objectsInObjects exception when destructuring (fixes #6469) (#6470) (Adam Renklint)
1692* 17ac0ae Fix: `strict` rule reports a syntax error for ES2016 (fixes #6405) (#6464) (Toru Nagashima)
1693* 4545123 Docs: Rephrase documentation for `no-duplicate-imports` (#6463) (Simen Bekkhus)
1694* 1b133e3 Docs: improve `no-native-reassign` and specifying globals (fixes #5358) (#6462) (Toru Nagashima)
1695* b179373 Chore: Remove dead code in excuteOnFiles (fixes #6467) (#6466) (Andrew Hutchings)
1696* 18fbc4b Chore: Simplify eslint process exit code (fixes #6368) (#6371) (alberto)
1697* 58542e4 Breaking: Drop support for node < 4 (fixes #4483) (#6401) (alberto)
1698* f50657e Breaking: use default for complexity in eslint:recommended (fixes #6021) (#6410) (alberto)
1699* 3e690fb Fix: Exit init early if guide is chosen w/ no package.json (fixes #6476) (#6478) (Kai Cataldo)
1700
1701v2.13.1 - June 20, 2016
1702
1703* 434de7f Fix: wrong baseDir (fixes #6450) (#6457) (Toru Nagashima)
1704* 3c9ce09 Fix: Keep indentation when fixing `padded-blocks` "never" (fixes #6454) (#6456) (Ed Lee)
1705* a9d4cb2 Docs: Fix typo in max-params examples (#6471) (J. William Ashton)
1706* 1e185b9 Fix: no-multiple-empty-lines errors when no line breaks (fixes #6449) (#6451) (strawbrary)
1707
1708v2.13.0 - June 17, 2016
1709
1710* cf223dd Fix: add test for a syntax error (fixes #6013) (#6378) (Toru Nagashima)
1711* da30cf9 Update: Add fixer for object-shorthand (fixes #6412) (#6418) (Nick Heiner)
1712* 2cd90eb Chore: Fix rule meta description inconsistencies (refs #5417) (#6422) (Mark Pedrotti)
1713* d798b2c Added quotes around "classes" option key (#6441) (Guy Fraser)
1714* 852b6df Docs: Delete empty table of links from Code Path Analysis (#6423) (Mark Pedrotti)
1715* 5e9117e Chore: sort rules in eslint.json (fixes #6425) (#6426) (alberto)
1716* c2b5277 Docs: Add gitter chat link to Reporting Bugs (#6430) (Mark Pedrotti)
1717* 1316db0 Update: Add `never` option for `func-names` (fixes #6059) (#6392) (alberto)
1718* 1c123e2 Update: Add autofix for `padded-blocks` (fixes #6320) (#6393) (alberto)
1719* 8ec89c8 Fix: `--print-config` return config inside subdir (fixes #6329) (#6385) (alberto)
1720* 4f73240 Fix: `object-curly-newline` multiline with comments (fixes #6381) (#6396) (Toru Nagashima)
1721* 77697a7 Chore: Fake config hierarchy fixtures (fixes #6206) (#6402) (Gyandeep Singh)
1722* 73a9a6d Docs: Fix links in Configuring ESLint (#6421) (Mark Pedrotti)
1723* ed84c4c Fix: improve `newline-per-chained-call` message (fixes #6340) (#6360) (Toru Nagashima)
1724* 9ea4e44 Docs: Update parser reference to `espree` instead of `esprima` (#6404) (alberto)
1725* 7f57467 Docs: Make `fix` param clearer (fixes #6366) (#6367) (Nick Heiner)
1726* fb49c7f Fix: nested `extends` with relative path (fixes #6358) (#6359) (Toru Nagashima)
1727* 5122f73 Update: no-multiple-empty-lines fixer (fixes #6225) (#6226) (Ruurd Moelker)
1728* 0e7ce72 Docs: Fix rest-spread-spacing's name (#6365) (cody)
1729* cfdd524 Fix: allow semi as braceless body of statements (fixes #6386) (#6391) (alberto)
1730* 6b08cfc Docs: key-spacing fixable documenation notes (fixes #6375) (#6376) (Ruurd Moelker)
1731* 4b4be3b Docs: `max-lines` option: fix `skipComments` typo (#6374) (Jordan Harband)
1732* 20ab4f6 Docs: Fix wrong link in object-curly-newline (#6373) (Grant Snodgrass)
1733* 412ce8d Docs: Fix broken links in no-mixed-operators (#6372) (Grant Snodgrass)
1734
1735v2.12.0 - June 10, 2016
1736
1737* 54c30fb Update: Add explicit default option `always` for `eqeqeq` (refs #6144) (#6342) (alberto)
1738* 2d63370 Update: max-len will warn indented comment lines (fixes #6322) (#6324) (Kai Cataldo)
1739* dcd4ad7 Docs: clarify usage of inline disable comments (fixes #6335) (#6347) (Kai Cataldo)
1740* c03300b Docs: Clarified how plugin rules look in plugin configs (fixes #6346) (#6351) (Kevin Partington)
1741* 9c87709 Docs: Add semantic versioning policy (fixes #6244) (#6343) (Nicholas C. Zakas)
1742* 5affab1 Docs: Describe values under Extending Configuration Files (refs #6240) (#6336) (Mark Pedrotti)
1743* 2520f5a New: `max-lines` rule (fixes #6078) (#6321) (alberto)
1744* 9bfbc64 Update: Option for object literals in `arrow-body-style` (fixes #5936) (#6216) (alberto)
1745* 977cdd5 Chore: remove unused method from FileFinder (fixes #6344) (#6345) (alberto)
1746* 477fbc1 Docs: Add section about customizing RuleTester (fixes #6227) (#6331) (Jeroen Engels)
1747* 0e14016 New: `no-mixed-operators` rule (fixes #6023) (#6241) (Toru Nagashima)
1748* 6e03c4b Update: Add never option to arrow-body-style (fixes #6317) (#6318) (Andrew Hyndman)
1749* f804397 New: Add `eslint:all` option (fixes #6240) (#6248) (Robert Fletcher)
1750* dfe05bf Docs: Link JSCS rules to their corresponding page. (#6334) (alberto)
1751* 1cc4356 Docs: Remove reference to numeric config (fixes #6309) (#6327) (Kevin Partington)
1752* 2d4efbe Docs: Describe options in rule under Strict Mode (#6312) (Mark Pedrotti)
1753* c1953fa Docs: Typo fix 'and' -> 'any' (#6326) (Stephen Edgar)
1754* d49ab4b Docs: Code conventions improvements (#6313) (Kevin Partington)
1755* 316a507 Fix: one-var allows uninitialized vars in ForIn/ForOf (fixes #5744) (#6272) (Kai Cataldo)
1756* 6cbee31 Docs: Typo fix 'colum' -> 'column' (#6306) (Andrew Cobby)
1757* 2663569 New: `object-curly-newline` (fixes #6072) (#6223) (Toru Nagashima)
1758* 72c2ea5 Update: callback-return allows for object methods (fixes #4711) (#6277) (Kai Cataldo)
1759* 89580a4 Docs: Distinguish examples in rules under Stylistic Issues part 5 (#6291) (Kenneth Williams)
1760* 1313804 New: rest-spread-spacing rule (fixes #5391) (#6278) (Kai Cataldo)
1761* 61dfe68 Fix: `no-useless-rename` false positive in babel-eslint (fixes #6266) (#6290) (alberto)
1762* c78c8cb Build: Remove commit check from appveyor (fixes #6292) (#6294) (alberto)
1763* 3e38fc1 Chore: more tests for comments at the end of blocks (refs #6090) (#6273) (Kai Cataldo)
1764* 38dccdd Docs: `--no-ignore` disables all forms of ignore (fixes #6260) (#6304) (alberto)
1765* bb69380 Fix: no-useless-rename handles ExperimentalRestProperty (fixes #6284) (#6288) (Kevin Partington)
1766* fca0679 Update: Improve perf not traversing default ignored dirs (fixes #5679) (#6276) (alberto)
1767* 320e8b0 Docs: Describe options in rules under Possible Errors part 4 (#6270) (Mark Pedrotti)
1768* 3e052c1 Docs: Mark no-useless-rename as fixable in rules index (#6297) (Dalton Santos)
1769
1770v2.11.1 - May 30, 2016
1771
1772* 64b0d0c Fix: failed to parse `/*eslint` comments by colon (fixes #6224) (#6258) (Toru Nagashima)
1773* c8936eb Build: Don't check commit count (fixes #5935) (#6263) (Nicholas C. Zakas)
1774* 113c1a8 Fix: `max-statements-per-line` false positive at exports (fixes #6264) (#6268) (Toru Nagashima)
1775* 03beb27 Fix: `no-useless-rename` false positives (fixes #6266) (#6267) (alberto)
1776* fe89037 Docs: Fix rule name in example (#6279) (Kenneth Williams)
1777
1778v2.11.0 - May 27, 2016
1779
1780* 77dd2b4 Fix: On --init, print message when package.json is invalid (fixes #6257) (#6261) (Kai Cataldo)
1781* 7f60186 Fix: `--ignore-pattern` can't uningnore files (fixes #6127) (#6253) (alberto)
1782* fea8fe6 New: no-useless-rename (fixes #6058) (#6249) (Kai Cataldo)
1783* b4cff9d Fix: Incorrect object-property-newline behavior (fixes #6207) (#6213) (Rafał Ruciński)
1784* 35b4656 Docs: Edit arrow-parens.md to show correct output value (#6245) (Adam Terlson)
1785* ee0cd58 Fix: `newline-before-return` shouldn't disallow newlines (fixes #6176) (#6217) (alberto)
1786* d4f5526 Fix: `vars-on-top` crashs at export declarations (fixes #6210) (#6220) (Toru Nagashima)
1787* 088bda9 New: `unicode-bom` rule to allow or disallow BOM (fixes #5502) (#6230) (Andrew Johnston)
1788* 14bfc03 Fix: `comma-dangle` wrong autofix (fixes #6233) (#6235) (Toru Nagashima)
1789* cdd65d7 Docs: added examples for arrow-body-style (refs #5498) (#6242) (Tieme van Veen)
1790* c10c07f Fix: lost code in autofixing (refs #6233) (#6234) (Toru Nagashima)
1791* e6d5b1f Docs: Add rule deprecation section to user guide (fixes #5845) (#6201) (Kai Cataldo)
1792* 777941e Upgrade: doctrine to 1.2.2 (fixes #6121) (#6231) (alberto)
1793* 74c458d Update: key-spacing rule whitespace fixer (fixes #6167) (#6169) (Ruurd Moelker)
1794* 04bd586 New: Disallow use of Object.prototype methods on objects (fixes #2693) (#6107) (Andrew Levine)
1795* 53754ec Update: max in `max-statements-per-line` should be >=0 (fixes #6171) (#6172) (alberto)
1796* 54d1201 Update: Add treatUndefinedAsUnspecified option (fixes #6026) (#6194) (Kenneth Williams)
1797* 18152dd Update: Add checkLoops option to no-constant-condition (fixes #5477) (#6202) (Kai Cataldo)
1798* 7644908 Fix: no-multiple-empty-lines BOF and EOF defaults (fixes #6179) (#6180) (Ruurd Moelker)
1799* 72335eb Fix: `max-statements-per-line` false positive (fixes #6173, fixes #6153) (#6192) (Toru Nagashima)
1800* 9fce04e Fix: `generator-star-spacing` false positive (fixes #6135) (#6168) (Toru Nagashima)
1801
1802v2.10.2 - May 16, 2016
1803
1804* bda5de5 Fix: Remove default parser from CLIEngine options (fixes #6182) (#6183) (alberto)
1805* e59e5a0 Docs: Describe options in rules under Possible Errors part 3 (#6105) (Mark Pedrotti)
1806* 842ab2e Build: Run phantomjs tests using karma (fixes #6128) (#6178) (alberto)
1807
1808v2.10.1 - May 14, 2016
1809
1810* 9397135 Fix: `valid-jsdoc` false positive at default parameters (fixes #6097) (#6170) (Toru Nagashima)
1811* 2166ad4 Fix: warning & error count in `CLIEngine.getErrorResults` (fixes #6155) (#6157) (alberto)
1812* 1e0a652 Fix: ignore empty statements in max-statements-per-line (fixes #6153) (#6156) (alberto)
1813* f9ca0d6 Fix: `no-extra-parens` to check for nulls (fixes #6161) (#6164) (Gyandeep Singh)
1814* d095ee3 Fix: Parser merge sequence in config (fixes #6158) (#6160) (Gyandeep Singh)
1815* f33e49f Fix: `no-return-assign` to check for null tokens (fixes #6159) (#6162) (Gyandeep Singh)
1816
1817v2.10.0 - May 13, 2016
1818
1819* 098cd9c Docs: Distinguish examples in rules under Stylistic Issues part 4 (#6136) (Kenneth Williams)
1820* 805742c Docs: Clarify JSX option usage (#6132) (Richard Collins)
1821* 10b0933 Fix: Optimize no-irregular-whitespace for the common case (fixes #6116) (#6117) (Andres Suarez)
1822* 36bec90 Docs: linkify URLs in development-environment.md (#6150) (chrisjshull)
1823* 29c401a Docs: Convert rules in index under Removed from list to table (#6091) (Mark Pedrotti)
1824* e13e696 Fix: `_` and `$` in isES5Constructor (fixes #6085) (#6094) (Kevin Locke)
1825* 67916b9 Fix: `no-loop-func` crashed (fixes #6130) (#6138) (Toru Nagashima)
1826* d311a62 Fix: Sort fixes consistently even if they overlap (fixes #6124) (#6133) (alberto)
1827* 6294459 Docs: Correct syntax for default ignores and `.eslintignore` example (#6118) (alberto)
1828* 067db14 Fix: Replace `assert.deepEqual` by `lodash.isEqual` (fixes #6111) (#6112) (alberto)
1829* 52fdf04 Fix: `no-multiple-empty-lines` duplicate errors at BOF (fixes #6113) (#6114) (alberto)
1830* e6f56da Docs: Document `--ignore-pattern` (#6120) (alberto)
1831* ef739cd Fix: Merge various command line configs at the same time (fixes #6104) (#6108) (Ed Lee)
1832* 767da6f Update: add returnAssign option to no-extra-parens (fixes #6036) (#6095) (Kai Cataldo)
1833* 06f6252 Build: Use split instead of slice/indexOf for commit check (fixes #6109) (#6110) (Ed Lee)
1834* c4fc39b Docs: Update headings of rules under Removed (refs #5774) (#6102) (Mark Pedrotti)
1835* 716345f Build: Match rule id at beginning of heading (refs #5774) (#6089) (Mark Pedrotti)
1836* 0734967 Update: Add an option to `prefer-const` (fixes #5692) (#6040) (Toru Nagashima)
1837* 7941d5e Update: Add autofix for `lines-around-comment` (fixes #5956) (#6062) (alberto)
1838* dc538aa Build: Pin proxyquire to ">=1.0.0 <1.7.5" (fixes #6096) (#6100) (alberto)
1839* 04563ca Docs: Describe options in rules under Possible Errors part 2 (#6063) (Mark Pedrotti)
1840* 5d390b2 Chore: Replace deprecated calls to context - batch 4 (fixes #6029) (#6087) (alberto)
1841* 6df4b23 Fix: `no-return-assign` warning nested expressions (fixes #5913) (#6041) (Toru Nagashima)
1842* 16fad58 Merge pull request #6088 from eslint/docs-one-var-per-line (alberto)
1843* 0b67170 Docs: Correct default for `one-var-declaration-per-line` (fixes #6017) (#6022) (Ed Lee)
1844* d40017f Fix: comma-style accounts for parens in array (fixes #6006) (#6038) (Kai Cataldo)
1845* 992d9cf Docs: Fix typography/teriminology in indent doc (fixes #6045) (#6044) (Rich Trott)
1846* 4ae39d2 Chore: Replace deprecated calls to context - batch 3 (refs #6029) (#6056) (alberto)
1847* 8633e4d Update: multipass should not exit prematurely (fixes #5995) (#6048) (alberto)
1848* 3c44c2c Update: Adds an avoidQuotes option for object-shorthand (fixes #3366) (#5870) (Chris Sauvé)
1849* a9a4652 Fix: throw when rule uses `fix` but `meta.fixable` not set (fixes #5970) (#6043) (Vitor Balocco)
1850* ad10106 Docs: Update comma-style docs (#6039) (Kai Cataldo)
1851* 388d6f8 Fix: `no-sequences` false negative at arrow expressions (fixes #6082) (#6083) (Toru Nagashima)
1852* 8e96064 Docs: Clarify rule example in README since we allow string error levels (#6061) (Kevin Partington)
1853* a66bf19 Fix: `lines-around-comment` multiple errors on same line (fixes #5965) (#5994) (alberto)
1854* a2cc54e Docs: Organize meta and describe visitor in Working with Rules (#5967) (Mark Pedrotti)
1855* ef8cbff Fix: object-shorthand should only lint computed methods (fixes #6015) (#6024) (Kai Cataldo)
1856* cd1b057 Chore: Replace deprecated calls to context - batch 2 (refs #6029) (#6049) (alberto)
1857* a3a6e06 Update: no-irregal-whitespace in a regular expression (fixes #5840) (#6018) (Linda_pp)
1858* 9b9d76c Chore: Replace deprecated calls to context - batch 1 (refs #6029) (#6034) (alberto)
1859* dd8bf93 Fix: blockless else in max-statements-per-line (fixes #5926) (#5993) (Glen Mailer)
1860* f84eb80 New: Add new rule `object-property-newline` (fixes #5667) (#5933) (Vitor Balocco)
1861* d5f4104 Docs: mention parsing errors in strict mode (fixes #5485) (#5991) (Mark Pedrotti)
1862* 249732e Docs: Move docs from eslint.github.io (fixes #5964) (#6012) (Nicholas C. Zakas)
1863* 4c2de6c Docs: Add example of diff clarity to comma-dangle rule docs (#6035) (Vitor Balocco)
1864* 3db2e89 Fix: Do not swallow exceptions in CLIEngine.getFormatter (fixes #5977) (#5978) (Gustav Nikolaj)
1865* eb2fb44 Fix: Always ignore defaults unless explicitly passed (fixes #5547) (#5820) (Ian VanSchooten)
1866* ab57e94 Docs: Add example of diff clarity to newline-per-chained-call (#5986) (Vitor Balocco)
1867* 88bc014 Docs: Update readme info about jshint (#6027) (alberto)
1868* a2c15cc Docs: put config example in code block (#6005) (Amos Wenger)
1869* a5011cb Docs: Fix a wrong examples' header of `prefer-arrow-callback`. (#6020) (Toru Nagashima)
1870* 1484ede Docs: Typo in nodejs-api (#6025) (alberto)
1871* ade6a9b Docs: typo: "eslint-disable-line" not "eslint disable-line" (#6019) (Will Day)
1872* 2f15354 Fix: Removed false positives of break and continue (fixes #5972) (#6000) (Onur Temizkan)
1873
1874v2.9.0 - April 29, 2016
1875
1876* a8a2cd8 Fix: Avoid autoconfig crashes from inline comments (fixes #5992) (#5999) (Ian VanSchooten)
1877* 23b00e0 Upgrade: npm-license to 0.3.2 (fixes #5996) (#5998) (alberto)
1878* 377167d Upgrade: ignore to 3.1.2 (fixes #5979) (#5988) (alberto)
1879* 141b778 Fix: no-control-regex literal handling fixed. (fixes #5737) (#5943) (Efe Gürkan YALAMAN)
1880* 577757d Fix: Clarify color option (fixes #5928) (#5974) (Grant Snodgrass)
1881* e7e6581 Docs: Update CLA link (#5980) (Gustav Nikolaj)
1882* 0be26bc Build: Add nodejs 6 to travis (fixes #5971) (#5973) (Gyandeep Singh)
1883* e606523 New: Rule `no-unsafe-finally` (fixes #5808) (#5932) (Onur Temizkan)
1884* 42d1ecc Chore: Add metadata to existing rules - Batch 7 (refs #5417) (#5969) (Vitor Balocco)
1885* e2ad1ec Update: object-shorthand lints computed methods (fixes #5871) (#5963) (Chris Sauvé)
1886* d24516a Chore: Add metadata to existing rules - Batch 6 (refs #5417) (#5966) (Vitor Balocco)
1887* 1e7a3ef Fix: `id-match` false positive in property values (fixes #5885) (#5960) (Mike Sherov)
1888* 51ddd4b Update: Use process @abstract when processing @return (fixes #5941) (#5945) (Simon Schick)
1889* 52a4bea Update: Add autofix for `no-whitespace-before-property` (fixes #5927) (#5951) (alberto)
1890* 46e058d Docs: Correct typo in configuring.md (#5957) (Nick S. Plekhanov)
1891* 5f8abab Chore: Add metadata to existing rules - Batch 5 (refs #5417) (#5944) (Vitor Balocco)
1892* 0562f77 Chore: Add missing newlines to test cases (fixes #5947) (Rich Trott)
1893* fc78e78 Chore: Enable quote-props rule in eslint-config-eslint (refs #5188) (#5938) (Gyandeep Singh)
1894* 43f6d05 Docs: Update docs to refer to column (#5937) (Sashko Stubailo)
1895* 586478e Update: Add autofix for `comma-dangle` (fixes #3805) (#5925) (alberto)
1896* a4f9c5a Docs: Distinguish examples in rules under Stylistic Issues part 3 (Kenneth Williams)
1897* e7c0737 Chore: Enable no-console rule in eslint-config-eslint (refs #5188) (Kevin Partington)
1898* 0023fe6 Build: Add “chore” to commit tags (fixes #5880) (#5929) (Mike Sherov)
1899* 25d626a Upgrade: espree 3.1.4 (fixes #5923, fixes #5756) (Kai Cataldo)
1900* a01b412 New: Add `no-useless-computed-key` rule (fixes #5402) (Burak Yigit Kaya)
1901* 9afb9cb Chore: Remove workaround for espree and escope bugs (fixes #5852) (alberto)
1902* 3ffc582 Chore: Update copyright and license info (alberto)
1903* 249eb40 Docs: Clarify init sets up local installation (fixes #5874) (Kai Cataldo)
1904* 6cd8c86 Docs: Describe options in rules under Possible Errors part 1 (Mark Pedrotti)
1905* f842d18 Fix: `no-this-before-super` crash on unreachable paths (fixes #5894) (Toru Nagashima)
1906* a02960b Docs: Fix missing delimiter in README links (Kevin Partington)
1907* 3a9e72c Docs: Update developer guide with new standards (Nicholas C. Zakas)
1908* cb78585 Update: Add `allowUnboundThis` to `prefer-arrow-callback` (fixes #4668) (Burak Yigit Kaya)
1909* 02be29f Chore: Remove CLA check from bot (Nicholas C. Zakas)
1910* 220713e Chore: Add metadata to existing rules - Batch 4 (refs #5417) (Vitor Balocco)
1911* df53414 Chore: Include jQuery Foundation info (Nicholas C. Zakas)
1912* f1b2992 Fix: `no-useless-escape` false positive in JSXAttribute (fixes #5882) (Toru Nagashima)
1913* 74674ad Docs: Move `sort-imports` to 'ECMAScript 6' (Kenneth Williams)
1914* ae69ddb Docs: Fix severity type in example (Kenneth Williams)
1915* 19f6fff Update: Autofixing does multiple passes (refs #5329) (Nicholas C. Zakas)
1916* 1e4b0ca Docs: Reduce length of paragraphs in rules index (Mark Pedrotti)
1917* 8cfe1eb Docs: Fix a wrong option (Zach Orlovsky)
1918* 8f6739f Docs: Add alberto as reviewer (alberto)
1919* 2ae4938 Docs: Fix message for `inline-config` option (alberto)
1920* 089900b Docs: Fix a wrong rule name in an example (Toru Nagashima)
1921* c032b41 Docs: Fix emphasis (Toru Nagashima)
1922* ae606f0 Docs: Update JSCS info in README (alberto)
1923* a9c5323 Fix: Install ESLint on init if not installed (fixes #5833) (Kai Cataldo)
1924* ed38358 Docs: Removed incorrect example (James M. Greene)
1925* af3113c Docs: Fix config comments in indent docs (Brandon Mills)
1926* 2b39461 Update: `commentPattern` option for `default-case` rule (fixes #5803) (Artyom Lvov)
1927
1928v2.8.0 - April 15, 2016
1929
1930* a8821a5 Docs: Distinguish examples in rules under Stylistic Issues part 2 (Kenneth Williams)
1931* 76913b6 Update: Add metadata to existing rules - Batch 3 (refs #5417) (Vitor Balocco)
1932* 34ad8d2 Fix: Check that module.paths exists (fixes #5791) (Nicholas C. Zakas)
1933* 37239b1 Docs: Add new members of the team (Ilya Volodin)
1934* fb3c2eb Update: allow template literals (fixes #5234) (Jonathan Haines)
1935* 5a4a935 Update: Add metadata to existing rules - Batch 2 (refs #5417) (Vitor Balocco)
1936* ea2e625 Fix: newline-before-return handles return as first token (fixes #5816) (Kevin Partington)
1937* f8db9c9 Update: add nestedBinaryExpressions to no-extra-parens (fixes #3065) (Ilya Volodin)
1938* 0045d57 Update: `allowNamedFunctions` in `prefer-arrow-callback` (fixes #5675) (alberto)
1939* 19da72a Update: Add metadata to existing rules - Batch 1 (refs #5417) (Vitor Balocco)
1940* cc14e43 Fix: `no-fallthrough` empty case with comment (fixes #5799) (alberto)
1941* 13c8b14 Fix: LogicalExpression checks for short circuit (fixes #5693) (Vamshi krishna)
1942* 73b225e Fix: Document and fix metadata (refs #5417) (Ilya Volodin)
1943* 882d199 Docs: Improve options description in `no-redeclare` (alberto)
1944* 6a71ceb Docs: Improve options description in `no-params-reassign` (alberto)
1945* 24b6215 Update: Include 'typeof' in rule 'no-constant-condition' (fixes #5228) (Vamshi krishna)
1946* a959063 Docs: Remove link to deprecated ESLintTester project (refs #3110) (Trey Thomas)
1947* 6fd7d82 Update: Change order in `eslint --init` env options (fixes #5742) (alberto)
1948* c59d909 Fix: Extra paren check around object arrow bodies (fixes #5789) (Brandon Mills)
1949* 6f88546 Docs: Use double quotes for better Win compatibility (fixes #5796) (alberto)
1950* 02743d5 Fix: catch self-assignment operators in `no-magic-number` (fixes #4400) (alberto)
1951* c94e74e Docs: Make rule descriptions more consistent (Kenneth Williams)
1952* 6028252 Docs: Distinguish examples in rules under Stylistic Issues part 1 (Mark Pedrotti)
1953* ccd8ca9 Fix: Added property onlyDeclaration to id-match rule (fixes #3488) (Gajus Kuizinas)
1954* 6703c02 Update: no-useless-escape / exact locations of errors (fixes #5751) (Onur Temizkan)
1955* 3d84b91 Fix: ignore trailing whitespace in template literal (fixes #5786) (Kai Cataldo)
1956* b0e6bc4 Update: add allowEmptyCatch option to no-empty (fixes #5800) (Kai Cataldo)
1957* f1f1dd7 Docs: Add @pedrottimark as a committer (Brandon Mills)
1958* 228f201 Update: `commentPattern` option for `no-fallthrough` rule (fixes #5757) (Artyom Lvov)
1959* 41db670 Docs: Clarify disable inline comments (Kai Cataldo)
1960* 9c9a295 Docs: Add note about shell vs node glob parameters in cli (alberto)
1961* 5308ff9 Docs: Add code backticks to sentence in fixable rules (Mark Pedrotti)
1962* 965ec06 Docs: fix the examples for space-before-function-paren. (Craig Silverstein)
1963* 2b202fc Update: Add ignore option to space-before-function-parens (fixes #4127) (Craig Silverstein)
1964* 24c12ba Fix: improve `constructor-super` errors for literals (fixes #5449) (Toru Nagashima)
1965
1966v2.7.0 - April 4, 2016
1967
1968* 134cb1f Revert "Update: adds nestedBinaryExpressions for no-extra-parens rule (fixes #3065)" (Ilya Volodin)
1969* 7e80867 Docs: Update sentence in fixable rules (Mark Pedrotti)
1970* 1b6d5a3 Update: adds nestedBinaryExpressions for no-extra-parens (fixes #3065) (Nick Fisher)
1971* 4f93c32 Docs: Clarify `array-bracket-spacing` with newlines (fixes #5768) (alberto)
1972* 161ddac Fix: remove `console.dir` (fixes #5770) (Toru Nagashima)
1973* 0c33f6a Fix: indent rule uses wrong node for class indent level (fixes #5764) (Paul O’Shannessy)
1974
1975v2.6.0 - April 1, 2016
1976
1977* ce2accd Fix: vars-on-top now accepts exported variables (fixes #5711) (Olmo Kramer)
1978* 7aacba7 Update: Deprecate option `maximum` in favor of `max` (fixes #5685) (Vitor Balocco)
1979* 5fe6fca Fix: no-useless-escape \B regex escape (fixes #5750) (Onur Temizkan)
1980* 9b73ffd Update: `destructuring` option of `prefer-const` rule (fixes #5594) (Toru Nagashima)
1981* 8ac9206 Docs: Typo in `sort-imports` (alberto)
1982* 12902c5 Fix: valid-jsdoc crash w/ Field & Array Type (fixes #5745) (fixes #5746) (Burak Yigit Kaya)
1983* 2c8b65a Docs: Edit examples for a few rules (Mark Pedrotti)
1984* d736bc2 Fix: Treat SwitchCase like a block in lines-around-comment (fixes #5718) (Scott O'Hara)
1985* 24a61a4 Update: make `no-useless-escape` allowing line breaks (fixes #5689) (Toru Nagashima)
1986* 4ecd45e Fix: Ensure proper lookup of config files (fixes #5175, fixes #5468) (Nicholas C. Zakas)
1987* 088e26b Fix: Update doctrine to allow hyphens in JSDoc names (fixes #5612) (Kai Cataldo)
1988* 692fd5d Upgrade: Old Chalk.JS deprecated method (fixes #5716) (Morris Singer)
1989* f59d91d Update: no-param-reassign error msgs (fixes #5705) (Isaac Levy)
1990* c1b16cd Fix: Object spread throws error in key-spacing rule. (fixes #5724) (Ziad El Khoury Hanna)
1991* 3091613 Docs: Correct explanation about properties (James Monger)
1992* cb0f0be Fix: Lint issue with `valid-jsdoc` rule (refs #5188) (Gyandeep Singh)
1993* aba1954 Build: Ignore jsdoc folder internally (fixes #5714) (alberto)
1994* a35f127 Fix: Lint for eslint project in regards to vars (refs #5188) (Gyandeep Singh)
1995* d9ab4f0 Fix: Windows scoped package configs (fixes #5644) (Nicholas C. Zakas)
1996* 8d0cd0d Update: Basic valid-jsdoc default parameter support (fixes #5658) (Tom Andrews)
1997
1998v2.5.3 - March 28, 2016
1999
2000* 8749ac5 Build: Disable bundling dependencies (fixes #5687) (Nicholas C. Zakas)
2001
2002v2.5.2 - March 28, 2016
2003
2004* 1cc7f8e Docs: Remove mention of minimatch for .eslintignore (Ian VanSchooten)
2005* 5bd69a9 Docs: Reorder FAQ in README (alberto)
2006* 98e6bd9 Fix: Correct default for indentation in `eslint --init` (fixes #5698) (alberto)
2007* 679095e Fix: make the default of `options.cwd` in runtime (fixes #5694) (Toru Nagashima)
2008* 4f06f2f Docs: Distinguish examples in rules under Best Practices part 2 (Mark Pedrotti)
2009* 013a18e Build: Fix bundling script (fixes #5680) (Nicholas C. Zakas)
2010* 8c5d954 Docs: Typo fix (István Donkó)
2011* 09659d6 Docs: Use string severity (Kenneth Williams)
2012* a4ae769 Docs: Manual changelog update for v2.5.1 (Nicholas C. Zakas)
2013* c41fab9 Fix: don't use path.extname with undefined value (fixes #5678) (Myles Borins)
2014
2015v2.5.1 - March 25, 2016
2016
2017* Build: No functional changes, just republished with a working package.
2018
2019v2.5.0 - March 25, 2016
2020
2021* 7021aa9 Fix: lines-around-comment in ESLint repo, part 2 (refs #5188) (Kevin Partington)
2022* 095c435 Docs: Remove ES2016 from experimental section of README (Kevin Partington)
2023* 646f863 Build: Bundle dependencies in package.json (fixes #5013) (Nicholas C. Zakas)
2024* ea06868 Docs: Clarify --ext does not apply to globs (fixes #5452) (Ian VanSchooten)
2025* 569c478 Build: Fix phantomjs CI problems (fixes #5666) (alberto)
2026* 6022426 Docs: Add link to chat room in README primary links (alberto)
2027* 2fbb530 Docs: Add link to "Proposing a Rule Change" in README (alberto)
2028* 25bf491 Upgrade: globals 9.x (fixes #5668) (Toru Nagashima)
2029* d6f8409 New: Rule - No useless escape (fixes #5460) (Onur Temizkan)
2030* 12a43f1 Docs: remove brace expansion from configuring.md (refs #5314) (Jonathan Haines)
2031* 92d1749 New: max-statements-per-line (fixes #5424) (Kenneth Williams)
2032* aaf324a Fix: missing support for json sub configs (fixes #5413) (Noam Okman)
2033* 48ad5fe Update: Add 'caughtErrors' to rule no-unused-vars (fixes #3837) (vamshi)
2034* ad90c2b Fix: incorrect config message (fixes #5653) (s0ph1e)
2035* a551831 Docs: Distinguish examples in rules under Node.js and CommonJS (Mark Pedrotti)
2036* 83cd651 Upgrade: chai to 3.5.0 (fixes #5647) (alberto)
2037* 32748dc Fix: `radix` rule false positive at shadowed variables (fixes #5639) (Toru Nagashima)
2038* 66db38d Fix: `--no-ignore` should not un-ignore default ignores (fixes #5547) (alberto)
2039* e3e06f3 Docs: Distinguish examples in rules under Best Practices part 4 (Mark Pedrotti)
2040* a9f0865 Docs: Update no-sequences rule docs for clarity (fixes #5536) (Kai Cataldo)
2041* bae7b30 Docs: Add michaelficarra as committer (alberto)
2042* e2990e7 Docs: Consistent wording in rules README (alberto)
2043* 49b4d2a Docs: Update team list with new members (Ilya Volodin)
2044* d0ae66c Update: Allow autoconfiguration for JSX code (fixes #5511) (Ian VanSchooten)
2045* 38a0a64 Docs: Clarify `linebreak-style` docs (fixes #5628) (alberto)
2046* 4b7305e Fix: Allow default ignored files to be unignored (fixes #5410) (Ian VanSchooten)
2047* 4b05ce6 Update: Enforce repo coding conventions via ESLint (refs #5188) (Kevin Partington)
2048* 051b255 Docs: Remove or rewrite references to former ecmaFeatures (Mark Pedrotti)
2049* 9a22625 Fix: `prefer-const` false positive at non-blocked if (fixes #5610) (Toru Nagashima)
2050* b1fd482 Fix: leading comments added from previous node (fixes #5531) (Kai Cataldo)
2051* c335650 Docs: correct the no-confusing-arrow docs (Daniel Norman)
2052* e94b77d Fix: Respect 'ignoreTrailingComments' in max-len rule (fixes #5563) (Vamshi Krishna)
2053* 9289ef8 Fix: handle personal package.json without config (fixes #5496) (Denny Christochowitz)
2054* 87d74b2 Fix: `prefer-const` got to not change scopes (refs #5284) (Toru Nagashima)
2055* 5a881e7 Docs: Fix typo in code snippet for no-unmodified-loop-condition rule (Chris Rebert)
2056* 03037c2 Update: Overrides for space-unary-ops (fixes #5060) (Afnan Fahim)
2057* 24d986a Update: replace MD5 hashing of cache files with MurmurHash (fixes #5522) (Michael Ficarra)
2058* f405030 Fix: Ensure allowing `await` as a property name (fixes #5564) (Toru Nagashima)
2059* aefc90c Fix: `no-useless-constructor` clash (fixes #5573) (Toru Nagashima)
2060* 9eaa20d Docs: Fix typo in CLI help message (ryym)
2061* a7c3e67 Docs: Invalid json in `configuring.md` (alberto)
2062* 4e50332 Docs: Make `prefer-template` examples consistent. (alberto)
2063* cfc14a9 Fix: valid-jsdoc correctly checks type union (fixes #5260) (Kai Cataldo)
2064* 689cb7d Fix: `quote-props` false positive on certain keys (fixes #5532) (Burak Yigit Kaya)
2065* 167a03a Fix: `brace-style` erroneously ignoring certain errors (fixes #5197) (Burak Yigit Kaya)
2066* 3133f28 Fix: object-curly-spacing doesn't know types (fixes #5537) (fixes #5538) (Burak Yigit Kaya)
2067* d0ca171 Docs: Separate parser and config questions in issue template (Kevin Partington)
2068* bc769ca Fix: Improve file path resolution (fixes #5314) (Ian VanSchooten)
2069* 9ca8567 Docs: Distinguish examples in rules under Best Practices part 3 (Mark Pedrotti)
2070* b9c69f1 Docs: Distinguish examples in rules under Variables part 2 (Mark Pedrotti)
2071* c289414 New: `no-duplicate-imports` rule (fixes #3478) (Simen Bekkhus)
2072
2073v2.4.0 - March 11, 2016
2074
2075* 97b2466 Fix: estraverse/escope to work with unknowns (fixes #5476) (Nicholas C. Zakas)
2076* 641b3f7 Fix: validate the type of severity level (fixes #5499) (Shinnosuke Watanabe)
2077* 9ee8869 Docs: no-unused-expressions - add more edge unusable and usable examples (Brett Zamir)
2078* 56bf864 Docs: Create parity between no-sequences examples (Brett Zamir)
2079* 13ef1c7 New: add `--parser-options` to CLI (fixes #5495) (Jordan Harband)
2080* ae1ee54 Docs: fix func-style arrow exception option (Craig Martin)
2081* 91852fd Docs: no-lone-blocks - show non-problematic (and problematic) label (Brett Zamir)
2082* b34458f Docs: Rearrange rules for better categories (and improve rule summaries) (Brett Zamir)
2083* 1198b26 Docs: Minor README clarifications (Brett Zamir)
2084* 03e6869 Fix: newline-before-return: bug with comment (fixes #5480) (mustafa)
2085* ad100fd Fix: overindent in VariableDeclarator parens or brackets (fixes #5492) (David Greenspan)
2086* 9b8e04b Docs: Replace all node references to Node.js which is the official name (Brett Zamir)
2087* cc1f2f0 Docs: Minor fixes in no-new-func (Brett Zamir)
2088* 6ab81d4 Docs: Distinguish examples in rules under Best Practices part 1 (Mark Pedrotti)
2089* 9c6c70c Update: add `allowParens` option to `no-confusing-arrow` (fixes #5332) (Burak Yigit Kaya)
2090* 979c096 Docs: Document linebreak-style as fixable. (Afnan Fahim)
2091* 9f18a81 Fix: Ignore destructuring assignment in `object-shorthand` (fixes #5488) (alberto)
2092* 5d9a798 Docs: README.md, prefer-const; change modified to reassigned (Michiel de Bruijne)
2093* 38eb7f1 Fix: key-spacing checks ObjectExpression is multiline (fixes #5479) (Kevin Partington)
2094* 9592c45 Fix: `no-unmodified-loop-condition` false positive (fixes #5445) (Toru Nagashima)
2095
2096v2.3.0 - March 4, 2016
2097
2098* 1b2c6e0 Update: Proposed no-magic-numbers option: ignoreJSXNumbers (fixes #5348) (Brandon Beeks)
2099* 63c0b7d Docs: Fix incorrect environment ref. in Rules in Plugins. (fixes #5421) (Jesse McCarthy)
2100* 124c447 Build: Add additional linebreak to docs (fixes #5464) (Ilya Volodin)
2101* 0d3831b Docs: Add RuleTester parserOptions migration steps (Kevin Partington)
2102* 50f4d5a Fix: extends chain (fixes #5411) (Toru Nagashima)
2103* 0547072 Update: Replace getLast() with lodash.last() (fixes #5456) (Jordan Eldredge)
2104* 8c29946 Docs: Distinguish examples in rules under Possible Errors part 1 (Mark Pedrotti)
2105* 5319b4a Docs: Distinguish examples in rules under Possible Errors part 2 (Mark Pedrotti)
2106* 1da2420 Fix: crash when SourceCode object was reused (fixes #5007) (Toru Nagashima)
2107* 9e9daab New: newline-before-return rule (fixes #5009) (Kai Cataldo)
2108* e1bbe45 Fix: Check space after anonymous generator star (fixes #5435) (alberto)
2109* 119e0ed Docs: Distinguish examples in rules under Variables (Mark Pedrotti)
2110* 905c049 Fix: `no-undef` false positive at new.target (fixes #5420) (Toru Nagashima)
2111* 4a67b9a Update: Add ES7 support (fixes #5401) (Brandon Mills)
2112* 89c757d Docs: Replace ecmaFeatures with parserOptions in working-with-rules (Kevin Partington)
2113* 804c08e Docs: Add parserOptions to RuleTester section of working-with-rules (Kevin Partington)
2114* 1982c50 Docs: Document string option for `no-unused-vars`. (alberto)
2115* 4f82b2b Update: Support classes in `padded-blocks` (fixes #5092) (alberto)
2116* ed5564f Docs: Specify results of `no-unused-var` with `args` (fixes #5334) (chinesedfan)
2117* de0a4ef Fix: `getFormatter` throws an error when called as static (fixes #5378) (cowchimp)
2118* 78f7ca9 Fix: Prevent crash from swallowing console.log (fixes #5381) (Ian VanSchooten)
2119* 34b648d Fix: remove tests which have invalid syntax (fixes #5405) (Toru Nagashima)
2120* 7de5ae4 Docs: Missing allow option in docs (Scott O'Hara)
2121* cf14c71 Fix: `no-useless-constructor` rule crashes sometimes (fixes #5290) (Burak Yigit Kaya)
2122* 70e3a02 Update: Allow string severity in config (fixes #3626) (Nicholas C. Zakas)
2123* 13c7c19 Update: Exclude ES5 constructors from consistent-return (fixes #5379) (Kevin Locke)
2124* 784d3bf Fix: Location info in `dot-notation` rule (fixes #5397) (Gyandeep Singh)
2125* 6280b2d Update: Support switch statements in padded-blocks (fixes #5056) (alberto)
2126* 25a5b2c Fix: Allow irregular whitespace in comments (fixes #5368) (Christophe Porteneuve)
2127* 560c0d9 New: no-restricted-globals rule implementation (fixes #3966) (Benoît Zugmeyer)
2128* c5bb478 Fix: `constructor-super` false positive after a loop (fixes #5394) (Toru Nagashima)
2129* 6c0c4aa Docs: Add Issue template (fixes #5313) (Kai Cataldo)
2130* 1170e67 Fix: indent rule doesn't handle constructor instantiation (fixes #5384) (Nate Cavanaugh)
2131* 6bc9932 Fix: Avoid magic numbers in rule options (fixes #4182) (Brandon Beeks)
2132* 694e1c1 Fix: Add tests to cover default magic number tests (fixes #5385) (Brandon Beeks)
2133* 0b5349d Fix: .eslintignore paths should be absolute (fixes #5362) (alberto)
2134* 8f6c2e7 Update: Better error message for plugins (refs #5221) (Nicholas C. Zakas)
2135* 972d41b Update: Improve error message for rule-tester (fixes #5369) (Jeroen Engels)
2136* fe3f6bd Fix: `no-self-assign` false positive at shorthand (fixes #5371) (Toru Nagashima)
2137* 2376291 Docs: Missing space in `no-fallthrough` doc. (alberto)
2138* 5aedb87 Docs: Add mysticatea as reviewer (Nicholas C. Zakas)
2139* 1f9fd10 Update: no-invalid-regexp allows custom flags (fixes #5249) (Afnan Fahim)
2140* f1eab9b Fix: Support for dash and slash in `valid-jsdoc` (fixes #1598) (Gyandeep Singh)
2141* cd12a4b Fix:`newline-per-chained-call` should only warn on methods (fixes #5289) (Burak Yigit Kaya)
2142* 0d1377d Docs: Add missing `symbol` type into valid list (Plusb Preco)
2143* 6aa2380 Update: prefer-const; change modified to reassigned (fixes #5350) (Michiel de Bruijne)
2144* d1d62c6 Fix: indent check for else keyword with Stroustrup style (fixes #5218) (Gyandeep Singh)
2145* 7932f78 Build: Fix commit message validation (fixes #5340) (Nicholas C. Zakas)
2146* 1c347f5 Fix: Cleanup temp files from tests (fixes #5338) (Nick)
2147* 2f3e1ae Build: Change rules to warnings in perf test (fixes #5330) (Brandon Mills)
2148* 36f40c2 Docs: Achieve consistent order of h2 in rule pages (Mark Pedrotti)
2149
2150v2.2.0 - February 19, 2016
2151
2152* 45a22b5 Docs: remove esprima-fb from suggested parsers (Henry Zhu)
2153* a4d9cd3 Docs: Fix semi rule typo (Brandon Mills)
2154* 9d005c0 Docs: Correct option name in `no-implicit-coercion` rule (Neil Kistner)
2155* 2977248 Fix: Do not cache `.eslintrc.js` (fixes #5067) (Nick)
2156* 211eb8f Fix: no-multi-spaces conflicts with smart tabs (fixes #2077) (Afnan Fahim)
2157* 6dc9483 Fix: Crash in `constructor-super` (fixes #5319) (Burak Yigit Kaya)
2158* 3f48875 Docs: Fix yield star spacing examples (Dmitriy Lazarev)
2159* 4dab76e Docs: Update `preferType` heading to keep code format (fixes #5307) (chinesedfan)
2160* 7020b82 Fix: `sort-imports` warned between default and members (fixes #5305) (Toru Nagashima)
2161* 2f4cd1c Fix: `constructor-super` and `no-this-before-super` false (fixes #5261) (Toru Nagashima)
2162* 59e9c5b New: eslint-disable-next-line (fixes #5206) (Kai Cataldo)
2163* afb6708 Fix: `indent` rule forgot about some CallExpressions (fixes #5295) (Burak Yigit Kaya)
2164* d18d406 Docs: Update PR creation bot message (fixes #5268) (Nicholas C. Zakas)
2165* 0b1cd19 Fix: Ignore parser option if set to default parser (fixes #5241) (Kai Cataldo)
2166
2167v2.1.0 - February 15, 2016
2168
2169* 7981ef5 Build: Fix release script (Nicholas C. Zakas)
2170* c9c34ea Fix: Skip computed members in `newline-per-chained-call` (fixes #5245) (Burak Yigit Kaya)
2171* b32ddad Build: `npm run perf` command should check the exit code (fixes #5279) (Burak Yigit Kaya)
2172