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: standard/standard
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v8.3.0
Choose a base ref
...
head repository: standard/standard
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v8.4.0
Choose a head ref
  • 13 commits
  • 4 files changed
  • 2 contributors

Commits on Sep 29, 2016

  1. Configuration menu
    Copy the full SHA
    ab30aed View commit details
    Browse the repository at this point in the history
  2. update text

    chenxsan committed Sep 29, 2016
    Configuration menu
    Copy the full SHA
    d657d05 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #644 from chenxsan/update-vscode-formatter

    update vscode editor extension part
    feross authored Sep 29, 2016
    Configuration menu
    Copy the full SHA
    d962c0f View commit details
    Browse the repository at this point in the history
  4. Fixes for PR #644

    feross committed Sep 29, 2016
    Configuration menu
    Copy the full SHA
    12e3bef View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2016

  1. Webstorm instructions should reference eslint-config-standard-jsx

    The Webstorm instructions don't tell users to install
    [eslint-config-standard-jsx](https://github.com/feross/eslint-config-sta
    ndard-jsx). That's fine, but they're not getting the full set of rules
    that `standard` includes for JSX.
    feross committed Oct 7, 2016
    Configuration menu
    Copy the full SHA
    a33cf31 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #651 from feross/feross/webstorm

    Webstorm instructions should reference eslint-config-standard-jsx
    feross authored Oct 7, 2016
    Configuration menu
    Copy the full SHA
    92743f4 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2016

  1. Dependencies: Use ~ instead of ^.

    Fixes: #654
    
    I think one improvement to the situation is to switch to ~ instead of
    ^. This is slightly more conservative, and would have prevented the
    breakage described in the above issue. We use ~ already for ESLint
    since minor versions are more likely to introduce incompatibilities
    than patch versions.
    feross committed Oct 10, 2016
    Configuration menu
    Copy the full SHA
    99a1d90 View commit details
    Browse the repository at this point in the history
  2. Update ESLint to 3.7.x

    feross committed Oct 10, 2016
    Configuration menu
    Copy the full SHA
    9e1291c View commit details
    Browse the repository at this point in the history
  3. eslint-plugin-promise@~3.0.0

    feross committed Oct 10, 2016
    Configuration menu
    Copy the full SHA
    c0a4af5 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #655 from feross/feross/654

    Dependencies: Use ~ instead of ^.
    feross authored Oct 10, 2016
    Configuration menu
    Copy the full SHA
    09ca0a5 View commit details
    Browse the repository at this point in the history
  5. 8.4.0 changelog

    feross committed Oct 10, 2016
    Configuration menu
    Copy the full SHA
    73e2650 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #656 from feross/feross/deps

    8.4.0 release
    feross authored Oct 10, 2016
    Configuration menu
    Copy the full SHA
    4aad40c View commit details
    Browse the repository at this point in the history
  7. 8.4.0

    feross committed Oct 10, 2016
    Configuration menu
    Copy the full SHA
    bc05f8b View commit details
    Browse the repository at this point in the history
Loading