Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: eslint/eslint
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v5.10.0
Choose a base ref
...
head repository: eslint/eslint
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v5.11.0
Choose a head ref
  • 14 commits
  • 28 files changed
  • 10 contributors

Commits on Dec 8, 2018

  1. 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.
    not-an-aardvark authored Dec 8, 2018
    Configuration menu
    Copy the full SHA
    617a287 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2018

  1. Configuration menu
    Copy the full SHA
    d5eb108 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2018

  1. Configuration menu
    Copy the full SHA
    733d936 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2018

  1. Docs: Remove a misleading example (#11204)

    Remove one of the misleading examples for incorrect usage
    gion authored and platinumazure committed Dec 22, 2018
    Configuration menu
    Copy the full SHA
    8abc8af View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a470eb7 View commit details
    Browse the repository at this point in the history
  3. Docs: Clarify the no-unused-vars docs (#11195)

    * Clarify the no-unused-vars docs
    
    * Tweak wording
    j-f1 authored and platinumazure committed Dec 22, 2018
    Configuration menu
    Copy the full SHA
    bcf558b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    88f99d3 View commit details
    Browse the repository at this point in the history
  5. 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
    g-plane authored and platinumazure committed Dec 22, 2018
    Configuration menu
    Copy the full SHA
    1009304 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4242314 View commit details
    Browse the repository at this point in the history
  7. 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
    antaerus authored and platinumazure committed Dec 22, 2018
    Configuration menu
    Copy the full SHA
    06b3b5b View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2018

  1. 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.
    val-grasley authored and platinumazure committed Dec 23, 2018
    Configuration menu
    Copy the full SHA
    2b5a602 View commit details
    Browse the repository at this point in the history
  2. New: add option first for VariableDeclarator in indent (fixes #8976) (

    #11193)
    
    * New: add option `first` for VariableDeclarator in indent (fixes #8976)
    
    * Chore: skip some lines of code for perf
    
    * Chore: add more tests for indent
    g-plane authored and platinumazure committed Dec 23, 2018
    Configuration menu
    Copy the full SHA
    b4395f6 View commit details
    Browse the repository at this point in the history
  3. Build: changelog update for 5.11.0

    ESLint Jenkins committed Dec 23, 2018
    1 Configuration menu
    Copy the full SHA
    c2d2013 View commit details
    Browse the repository at this point in the history
  4. 5.11.0

    ESLint Jenkins committed Dec 23, 2018
    1 Configuration menu
    Copy the full SHA
    0b81fc2 View commit details
    Browse the repository at this point in the history
Loading