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: v4.17.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: v4.18.0
Choose a head ref
  • 14 commits
  • 46 files changed
  • 12 contributors

Commits on Feb 5, 2018

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

Commits on Feb 6, 2018

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

Commits on Feb 7, 2018

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

Commits on Feb 9, 2018

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

Commits on Feb 10, 2018

  1. Configuration menu
    Copy the full SHA
    4a6f22e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    426868f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    74fa253 View commit details
    Browse the repository at this point in the history
  4. Fix: support Async iteration (fixes #9891) (#9957)

    * update keyword-spacing
    
    * update no-await-in-loop
    
    * update object-shorthand
    
    * update require-await
    
    * update tests of generator-star-spacing
    
    * update tests of no-useless-computed-key
    mysticatea authored and not-an-aardvark committed Feb 10, 2018
    Configuration menu
    Copy the full SHA
    f012b8c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e8efdd0 View commit details
    Browse the repository at this point in the history
  6. Update: add named imports and exports for object-curly-newline (#9876)

    * Update: add ImportDeclaration and ExportDeclaration
    
    * Chore: add tests for import/export declaration
    
    * Docs: update docs for object-curly-newline
    
    * Chore: update comment in object-curly-newline
    
    * Chore: fix JSDoc error
    
    * Chore: add sourceType module to RuleTester option
    
    * Update: combine logic for finding closing brace
    
    * Chore: extract function, needsLinebreaks
    
    * Docs: revert remove of "and"
    
    * Update: rewrite logic for node options
    
    * Docs: Correct grammar for options
    
    * Chore: Correct grammar in JSDoc
    nicholaschuayunzhi authored and ilyavolodin committed Feb 10, 2018
    Configuration menu
    Copy the full SHA
    47ac478 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2018

  1. Configuration menu
    Copy the full SHA
    0e4ae22 View commit details
    Browse the repository at this point in the history
  2. Chore: Apply memoization to config creation within glob utils (#9944)

    * Chore: Apply memoization to config creation within glob utils
    
    * Code Review updates
    
    * Safer memoization
    
    * Safer memoization
    brokentone authored and kaicataldo committed Feb 16, 2018
    Configuration menu
    Copy the full SHA
    70f22f3 View commit details
    Browse the repository at this point in the history
  3. Build: changelog update for 4.18.0

    ESLint Jenkins committed Feb 16, 2018
    Configuration menu
    Copy the full SHA
    89d55ca View commit details
    Browse the repository at this point in the history
  4. 4.18.0

    ESLint Jenkins committed Feb 16, 2018
    Configuration menu
    Copy the full SHA
    883a2a2 View commit details
    Browse the repository at this point in the history
Loading