All Versions
46
Latest Version
Avg Release Cycle
14 days
Latest Release
1235 days ago

Changelog History
Page 5

  • v6.0.0-alpha.2 Changes

    May 25, 2019
    • ๐Ÿ“š 9b87fee Chore: Fix formatter documentation generation (#11767) (Ilya Volodin)
    • ๐Ÿš€ f116208 Chore: Fix site generation script for releases (#11766) (Ilya Volodin)
    • โšก๏ธ cf9cce8 Update: Add never option for new-parens (refs #10034) (#11379) (pfgithub)
    • ๐Ÿ‘• b5fa149 New: multiple processors support (fixes #11035, fixes #11725) (#11552) (Toru Nagashima)
    • ๐Ÿ‘• 2d32a9e Breaking: stricter rule config validating (fixes #9505) (#11742) (่–›ๅฎš่ฐ”็š„็Œซ)
    • โšก๏ธ 71716eb Update: add fixer for no-div-regex rule (fixes #11355) (#11744) (joe-re)
    • โšก๏ธ 53f7f4c Update: Uniform messages for the rules in "complexity" section (#11759) (Igor Novozhilov)
    • ๐Ÿ‘• 0a801d7 Chore: improve perf test (#11756) (่–›ๅฎš่ฐ”็š„็Œซ)
    • ๐Ÿ‘• 45bd336 Docs: add about RuleTester's parser to migration guide (fixes #11728) (#11761) (Toru Nagashima)
    • ๐Ÿ‘• 1374be4 Docs: add table of contents in readme (#11765) (่–›ๅฎš่ฐ”็š„็Œซ)
    • ๐Ÿ‘• 54e6eda New: extends in glob-based config (fixes #8813) (#11554) (Toru Nagashima)
    • ๐Ÿ‘• ec105b2 Chore: typo in JSDoc on timing.display's return value (#11755) (Dimitri Mitropoulos)
    • โšก๏ธ e45cc3f Docs: updated no-proto rule (fixes #11743) (#11746) (Francesco Trotta)
    • ๐Ÿ‘• 15c6c63 Chore: eslint-config-eslint require node >= 8 (#11718) (่–›ๅฎš่ฐ”็š„็Œซ)
    • ๐Ÿ‘• f9790ca Fix: typo: missing word in docs (#11750) (Dimitri Mitropoulos)
    • ๐Ÿ‘• 219aecb Chore: restructure files (#11555) (Toru Nagashima)
    • ๐Ÿ‘• 5dad0b1 Fix: Unignoring directories in .eslintignore (fixes #11684) (#11685) (Mykola Bilochub)
    • ๐Ÿ‘• 4625090 Docs: small fix about the migration guide (#11729) (Toru Nagashima)
    • ๐Ÿ‘• 0e89c73 Sponsors: Sync README with website (ESLint Jenkins)
    • ๐Ÿ‘• 5a296fa Sponsors: Sync README with website (ESLint Jenkins)
    • ๐Ÿ‘• 7c8e86b Fix: wrong 'plugin-missing' error on Node.js 12 (fixes #11720) (#11722) (Toru Nagashima)
    • ๐Ÿ‘• 67c671f Chore: ignore deprecated rules in fuzz tests (#11710) (Pig Fang)
    • ๐Ÿ‘• af81cb3 Chore: make fuzzer produce minimal reproducible examples of bugs (#11700) (Teddy Katz)
  • v6.0.0-alpha.1 Changes

    May 11, 2019
    • ๐Ÿ‘• e84b6f8 Docs: fix example in object-curly-newline docs (#11633) (golopot)
    • ๐Ÿ‘• 252efd3 Fix: delete unnecessary duplicated question (fixes #11617) (#11618) (HelloRusk)
    • ๐Ÿ‘• 21dd211 New: add --resolve-plugins-relative-to flag (#11696) (Teddy Katz)
    • ๐Ÿ‘• 1a3a88d Fix: Curly rule incorrectly flagging lexical declarations (fixes #11663) (#11675) (Brian Kurek)
    • ๐Ÿ‘• f42d0af Chore: lazy loading for rules (#11705) (Toru Nagashima)
    • ๐Ÿ‘• f47d72c Fix: not set ecmaVersion to 6 when sourceType=module (fixes #9687) (#11649) (่–›ๅฎš่ฐ”็š„็Œซ)
    • ๐Ÿ‘• 9484e9e Fix: ignore return statements in dead code (fixes #11647) (#11688) (Toru Nagashima)
    • ๐Ÿ‘• aae6f65 Fix: don't use deprecated API (#11689) (Toru Nagashima)
    • โšก๏ธ 483239e Docs: updated ImportDeclaration in docs-rules-indent (#11679) (Alok Takshak)
    • ๐Ÿ‘• f5bae78 Chore: fix CLIEngine tests when os.tmpdir is a symlink (#11697) (Teddy Katz)
    • โšก๏ธ e4400b5 Fix: require-atomic-updates false positive (fixes #11194, fixes #11687) (#11224) (Toru Nagashima)
    • ๐Ÿ‘• 6ae21a4 Breaking: fix config loading (fixes #11510, fixes #11559, fixes #11586) (#11546) (Toru Nagashima)
    • ๐Ÿ‘• bc0819c Sponsors: Sync README with website (ESLint Jenkins)
    • ๐Ÿ‘• 036a188 Sponsors: Sync README with website (ESLint Jenkins)
    • ๐Ÿ‘• 4b3b036 Docs: replace var with const in code examples (#11655) (Niyaz Akhmetov)
    • โšก๏ธ e4a08ba Chore: update eslint-plugin-node to 9.0.0 (#11670) (Toru Nagashima)
    • ๐Ÿ‘• f2e7828 Docs: Fix Node 6 LTS EOL date (#11676) (James Ross)
    • ๐Ÿ‘• 4052bfe Sponsors: Sync README with website (ESLint Jenkins)
    • ๐Ÿ‘• f6fc045 Sponsors: Sync README with website (ESLint Jenkins)
    • ๐Ÿ‘• 1ebf21b Sponsors: Sync README with website (ESLint Jenkins)
    • โšก๏ธ 776b0fe Fix: update rule message of no-throw-literal (fixes #11637) (#11638) (Pig Fang)
    • ๐Ÿ‘• 67c08b6 Fix: consider comments in object-curly-spacing (fixes #11656) (#11657) (Pig Fang)
    • ๐Ÿ‘• b6d41cb Fix: check token before using in no-cond-assign (fixes #11611) (#11619) (Pig Fang)
    • ๐Ÿ‘• 7f290a9 Chore: add eslint as a devDependeny (#11654) (Toru Nagashima)
    • ๐Ÿ‘• 139fd2f Chore: add markdownlint-cli (#11653) (Toru Nagashima)
    • โšก๏ธ adc6585 Docs: update status of breaking changes in migration guide (#11652) (Teddy Katz)
    • ๐Ÿ‘• eef71e4 Docs: add missing items to migration guide (#11628) (Teddy Katz)
    • ๐Ÿ‘• 0fc8e62 Breaking: eslint:recommended changes (fixes #10768) (#11518) (่–›ๅฎš่ฐ”็š„็Œซ)
    • ๐Ÿ‘• 1c34d4a Sponsors: Sync README with website (ESLint Jenkins)
    • ๐Ÿ‘• 33695e7 Sponsors: Sync README with website (ESLint Jenkins)
    • ๐Ÿ‘• c94cf21 Sponsors: Sync README with website (ESLint Jenkins)
    • ๐Ÿ‘• f62a451 Build: add node 12 (#11648) (่–›ๅฎš่ฐ”็š„็Œซ)
    • ๐Ÿ‘• 20364cc Breaking: make no-redeclare stricter (fixes #11370, fixes #11405) (#11509) (Toru Nagashima)
    • ๐Ÿ‘• ed675a6 Sponsors: Sync README with website (ESLint Jenkins)
    • ๐Ÿ‘• 8b4dba6 Chore: Add linting to git commit (#11556) (Nicholas C. Zakas)
    • ๐Ÿ‘• 8684f46 Sponsors: Sync README with website (ESLint Jenkins)
    • ๐Ÿ‘• 1bdacc9 Sponsors: Sync README with website (ESLint Jenkins)
    • ๐Ÿ‘• e62c8af Sponsors: Sync README with website (ESLint Jenkins)
    • ๐Ÿ‘• 1dfe077 Fix: autofix of no-unneeded-ternary made syntax error (fixes #11579) (#11616) (Toru Nagashima)
    • ๐Ÿ‘• bebd079 Docs: fix grammar mistake in no-caller docs (#11623) (Daniel Lemay)
    • ๐Ÿ‘• f570be1 Sponsors: Sync README with website (ESLint Jenkins)
    • ๐Ÿ‘• 7c13a1c Sponsors: Sync README with website (ESLint Jenkins)
    • ๐Ÿ‘• b7bd432 Sponsors: Sync README with website (ESLint Jenkins)
    • ๐Ÿ‘• 412a76b Sponsors: Sync README with website (ESLint Jenkins)
  • v6.0.0-alpha.0 Changes

    April 13, 2019
    • ๐Ÿ‘• 3d9e137 Chore: fix test that fails when the CWD contains a space (#11612) (Teddy Katz)
    • ๐Ÿ‘• 8bfd1d1 Docs: add v6.0.0 migration guide (#11515) (Teddy Katz)
    • โฌ†๏ธ 9e49b56 Breaking: upgrade espree to 6.0.0-alpha.0 (fixes #9687) (#11610) (Teddy Katz)
    • ๐Ÿ‘• 0127d10 Fix: no-var fixed to incorrect code (fixes #11441) (#11443) (่–›ๅฎš่ฐ”็š„็Œซ)
    • โšก๏ธ 5cfdc2d Update: Improve no-loop-func rule description and message (#11046) (Pedro Lopes)
    • ๐Ÿ‘• 608a02c Fix: object-shorthand ignoreConstructors option (fixes #11595) (#11596) (overlookmotel)
    • โšก๏ธ eeea893 Upgrade: update js-yaml package to 3.13.1 version (#11607) (Pobegaylo Maksim)
    • โฌ†๏ธ e70d5f7 Upgrade: compatible deps (#11608) (่–›ๅฎš่ฐ”็š„็Œซ)
    • ๐Ÿ‘• a55913d Sponsors: Sync README with website (ESLint Jenkins)
    • ๐Ÿ‘• 9a6e8fe Sponsors: Sync README with website (ESLint Jenkins)
    • โšก๏ธ cbdee62 Docs: README updates to reflect JSCS compat project is finished (#11568) (Kevin Partington)
    • ๐Ÿ‘• b92ca6e Fix: getErrorResults function to not mutate passed parameter (#11592) (danielamaia)
    • ๐Ÿ‘• ef7801e Breaking: disallow invalid rule defaults in RuleTester (fixes #11473) (#11599) (Teddy Katz)
    • ๐Ÿ‘• c021117 Sponsors: Sync README with website (ESLint Jenkins)
    • ๐Ÿ‘• 4e7cdca Breaking: comma-dangle enable functions: "never" (fixes #11502) (#11519) (่–›ๅฎš่ฐ”็š„็Œซ)
    • ๐Ÿ‘• 12f256f Breaking: no-confusing-arrow enable allowParens: true (fixes #11503) (#11520) (่–›ๅฎš่ฐ”็š„็Œซ)
    • ๐Ÿ‘• 25cc63d Breaking: simplify config/plugin/parser resolution (fixes #10125) (#11388) (Teddy Katz)
    • ๐Ÿ‘• 63fead8 Sponsors: Sync README with website (ESLint Jenkins)
    • ๐Ÿ‘• 595de40 Docs: edit arrow-parens as-needed explanation (fixes #11202) (#11569) (Logan Lowder)
    • โฌ†๏ธ 3396c3e Upgrade: karma@4.0.1, drops Node 6 support, fixes vulnerability (#11570) (Kevin Partington)
    • โšก๏ธ 2f8ae13 Update: support single argument on newline with function-paren-newline (#11406) (Vladlen Grachev)
    • ๐Ÿ‘• fd1c91b Breaking: throw an error for invalid global configs (refs #11338) (#11517) (Teddy Katz)
    • ๐Ÿ‘• be83322 Breaking: Remove extra rules from eslint:recommended (fixes #10873) (#11357) (Kevin Partington)
    • ๐Ÿ‘• 2543f11 Breaking: remove deprecated experimentalObjectRestSpread option (#11420) (Teddy Katz)
    • ๐Ÿ‘• 19248e0 Fix: make overrides[].files matching dotfiles (fixes #11201) (#11225) (Toru Nagashima)
    • ๐Ÿ‘• 0fb5fd4 Breaking: interpret rule options as unicode regexes (fixes #11423) (#11516) (Teddy Katz)
    • ๐Ÿ‘• 6e7da57 Breaking: drop Node.js 6 support (fixes #11456) (#11557) (Toru Nagashima)
    • โšก๏ธ a73b4b8 Docs: Update README team and sponsors (ESLint Jenkins)
  • v5.16.0 Changes

    March 30, 2019
    • ๐Ÿ‘• dfef227 Build: gensite passes rulesMeta to formatter rendering (#11567) (Kevin Partington)
    • ๐Ÿ‘• c06d38c Fix: Allow HTML formatter to handle no meta data (#11566) (Ilya Volodin)
    • ๐Ÿ’… 87a5c03 Docs: func-style: clarify when allowArrowFunctions is used (#11548) (Oliver Joseph Ash)
    • โšก๏ธ bc3e427 Update: pass rule meta to formatters RFC 10 (#11551) (Chris Meyer)
    • โšก๏ธ b452f27 Chore: Update README to pull in reviewer data (#11506) (Nicholas C. Zakas)
    • โฌ†๏ธ afe3d25 Upgrade: Bump js-yaml dependency to fix Denial of Service vulnerability (#11550) (Vernon de Goede)
    • ๐Ÿ‘• 4fe7eb7 Chore: use nyc instead of istanbul (#11532) (Toru Nagashima)
    • ๐Ÿ‘• f16af43 Chore: fix formatters/table test (#11534) (Toru Nagashima)
    • ๐Ÿ‘• 78358a8 Docs: fix duplicate punctuation in CLI docs (#11528) (Teddy Katz)
  • v5.15.3 Changes

    March 18, 2019
    • ๐Ÿ‘• 71adc66 Fix: avoid moving comments in implicit-arrow-linebreak (fixes #11521) (#11522) (Teddy Katz)
    • ๐Ÿ‘• 1f715a2 Chore: make test-case-property-ordering reasonable (#11511) (Toru Nagashima)
  • v5.15.2 Changes

    March 15, 2019
    • ๐Ÿ‘• 29dbca7 Fix: implicit-arrow-linebreak adds extra characters (fixes #11268) (#11407) (Mark de Dios)
    • โฌ†๏ธ 5d2083f Upgrade: [email protected] (#11513) (Teddy Katz)
    • a5dae7c Fix: Empty glob pattern incorrectly expands to "/**" (#11476) (Ben Chauvette)
    • ๐Ÿ‘• 448e8da Chore: improve crash reporting (fixes #11304) (#11463) (Alex Zherdev)
    • ๐Ÿ‘• 0f56dc6 Chore: make config validator params more consistent (#11435) (่–›ๅฎš่ฐ”็š„็Œซ)
    • ๐Ÿ‘• d6c1122 Docs: Add working groups to maintainer guide (#11400) (Nicholas C. Zakas)
    • ๐Ÿ‘• 5fdb4d3 Build: compile deps to ES5 when generating browser file (fixes #11504) (#11505) (Teddy Katz)
    • โšก๏ธ 06fa165 Build: update CI testing configuration (#11500) (Reece Dunham)
    • ๐Ÿ‘• 956e883 Docs: Fix example in no-restricted-modules docs (#11454) (Paul Oโ€™Shannessy)
    • ๐Ÿ‘• 2c7431d Docs: fix json schema example dead link (#11498) (kazuya kawaguchi)
    • ๐Ÿ‘• e7266c2 Docs: Fix invalid JSON in "Specifying Parser Options" (#11492) (Mihira Jayasekera)
    • ๐Ÿ‘• 6693161 Sponsors: Sync README with website (ESLint Jenkins)
    • ๐Ÿ‘• 62fee4a Chore: eslint-config-eslint enable comma-dangle functions: "never" (#11434) (่–›ๅฎš่ฐ”็š„็Œซ)
    • ๐Ÿ‘• 34a5382 Build: copy bundled espree to website directory (#11478) (Pig Fang)
    • ๐Ÿ‘• f078f9a Chore: use "file:" dependencies for internal rules/config (#11465) (Teddy Katz)
    • ๐Ÿ‘• 0756128 Docs: Add visualstudio to formatter list (#11480) (Patrick Eriksson)
    • ๐Ÿ‘• 44de9d7 Docs: Fix typo in func-name-matching rule docs (#11484) (Iulian Onofrei)