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: scottnonnenberg/eslint-compare-config
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.4.0
Choose a base ref
...
head repository: scottnonnenberg/eslint-compare-config
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.0.0
Choose a head ref
  • 4 commits
  • 16 files changed
  • 1 contributor

Commits on Jun 20, 2016

  1. feat(diff): Four rules sections are now mutually exclusive

    BREAKING CHANGE: sharedRules key in diff object was changed to 
    matchingRules, and no longer includes the rules in the ruleDifferences
    array.
    scottnonnenberg committed Jun 20, 2016
    Configuration menu
    Copy the full SHA
    c2350af View commit details
    Browse the repository at this point in the history
  2. feat(API): Simplify getConfig and getLiteralConfig to take one path

    BREAKING CHANGE: getConfig and getLiteralConfig previously always took
    two parameters, one for each config to be compared. Now takes just one
    path, loading one config at a time.
    scottnonnenberg committed Jun 20, 2016
    Configuration menu
    Copy the full SHA
    9c46df4 View commit details
    Browse the repository at this point in the history
  3. feat(API): Add sync postfix to all public functions

    BREAKING CHANGE: All public methods go from xxx() to xxxSync() to make
    it clear that all methods are synchronous.
    scottnonnenberg committed Jun 20, 2016
    Configuration menu
    Copy the full SHA
    59848b9 View commit details
    Browse the repository at this point in the history
  4. chore(release): 1.0.0

    scottnonnenberg committed Jun 20, 2016
    Configuration menu
    Copy the full SHA
    01aa12c View commit details
    Browse the repository at this point in the history
Loading