-
-
Notifications
You must be signed in to change notification settings - Fork 5k
Comparing changes
Open a pull request
base repository: eslint/eslint
base: v5.10.0
head repository: eslint/eslint
compare: v5.11.0
- 14 commits
- 28 files changed
- 10 contributors
Commits on Dec 8, 2018
-
Docs: add missing deprecation notices for jsdoc rules (#11171)
The rules were deprecated in the last release, but the deprecation notices in the documentation are not autogenerated.
Configuration menu - View commit details
-
Copy full SHA for 617a287 - Browse repository at this point
Copy the full SHA 617a287View commit details
Commits on Dec 12, 2018
-
Configuration menu - View commit details
-
Copy full SHA for d5eb108 - Browse repository at this point
Copy the full SHA d5eb108View commit details
Commits on Dec 13, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 733d936 - Browse repository at this point
Copy the full SHA 733d936View commit details
Commits on Dec 22, 2018
-
Docs: Remove a misleading example (#11204)
Remove one of the misleading examples for incorrect usage
Configuration menu - View commit details
-
Copy full SHA for 8abc8af - Browse repository at this point
Copy the full SHA 8abc8afView commit details -
Configuration menu - View commit details
-
Copy full SHA for a470eb7 - Browse repository at this point
Copy the full SHA a470eb7View commit details -
Docs: Clarify the no-unused-vars docs (#11195)
* Clarify the no-unused-vars docs * Tweak wording
Configuration menu - View commit details
-
Copy full SHA for bcf558b - Browse repository at this point
Copy the full SHA bcf558bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 88f99d3 - Browse repository at this point
Copy the full SHA 88f99d3View commit details -
Docs: add a note for no-unused-expressions (fixes #11169) (#11192)
* Docs: add a note for no-unused-expressions (fixes #11169) * Docs: polish no-unused-expressions
Configuration menu - View commit details
-
Copy full SHA for 1009304 - Browse repository at this point
Copy the full SHA 1009304View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4242314 - Browse repository at this point
Copy the full SHA 4242314View commit details -
Fix: Account for comments in implicit-arrow-linebreak (#10545)
* Add and pass for a test case for when a comment exists between an arrow and expression body in implicit-arrow-linebreak * Fix formatting * Add and pass test case for when arrow expression is set to variable * Add test cases for when comments exist within parens enwrapped arrow function bodies, pass cases * Add test cases for block comments, multiple comments within an arrow expression, pass test cases, create helper for formatting comments * Add a test case to ensure filtering of comments between start of arrow expression and parens * Change condition to check for length of comment text length * Condense logic for comments filtering * Reword documentation for helper function * Account for multi arrow function test case with comments for implicit-arrow-linebreak, begin implementation for condition * Add test case for when some arrow function bodies are wrapped with parens, add logic to account for test case * Export fixer logic for besides to autoFixBesides function, account for test cases with nested arrow functions, specify astutil functions in implicit arrow linebreak * REmove extra semicolon from top * Add test cases for async arrow functions, method chains, object literals, add parameter and documentation for column for formatComments, add findFirstToken helper * Fix lines for cherry-pick * Remove line * Rename fixerTarget to arrowBody for autoFixBesides and addParentheses functions * Add valid test cases * Account for promise constructor and callback test cases * Add test cases for multiline comments * Remove dangling commas, add comments and extra details to jsdocs for clarity * Update branch, fix import statement for ast-utils * Apply requested change to string template for tests on lines 258 and 269 * Add and pass test cases for variable declarations with multiple declarations
Configuration menu - View commit details
-
Copy full SHA for 06b3b5b - Browse repository at this point
Copy the full SHA 06b3b5bView commit details
Commits on Dec 23, 2018
-
New: no-useless-catch rule (fixes #11174) (#11198)
Moves no-useless-catch from an internal rule to a core rule. Adds docs and test cases.
Configuration menu - View commit details
-
Copy full SHA for 2b5a602 - Browse repository at this point
Copy the full SHA 2b5a602View commit details -
New: add option
firstfor VariableDeclarator in indent (fixes #8976) (Configuration menu - View commit details
-
Copy full SHA for b4395f6 - Browse repository at this point
Copy the full SHA b4395f6View commit details -
Build: changelog update for 5.11.0
ESLint Jenkins committedDec 23, 2018 1Configuration menu - View commit details
-
Copy full SHA for c2d2013 - Browse repository at this point
Copy the full SHA c2d2013View commit details -
ESLint Jenkins committed
Dec 23, 2018 1Configuration menu - View commit details
-
Copy full SHA for 0b81fc2 - Browse repository at this point
Copy the full SHA 0b81fc2View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v5.10.0...v5.11.0