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: avajs/ava
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.23.0
Choose a base ref
...
head repository: avajs/ava
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.24.0
Choose a head ref
  • 12 commits
  • 55 files changed
  • 7 contributors

Commits on Oct 26, 2017

  1. Verified

    This commit was signed with the committer’s verified signature.
    tballison Tim Allison
    Copy the full SHA
    37e8b49 View commit details
  2. Verify package-lock when linting

    Use https://www.npmjs.com/package/lock-verify to ensure the
    package-lock.json is in sync with package.json.
    novemberborn committed Oct 26, 2017
    Copy the full SHA
    035fd31 View commit details

Commits on Oct 27, 2017

  1. 2
    Copy the full SHA
    37c9122 View commit details
  2. Fix broken link in contributing guide

    Ahmad Awais authored and novemberborn committed Oct 27, 2017
    Copy the full SHA
    b3c4090 View commit details

Commits on Oct 29, 2017

  1. Copy the full SHA
    f98a881 View commit details
  2. Copy the full SHA
    1cd3a04 View commit details

Commits on Oct 30, 2017

  1. Provide feedback when t.is() values are deeply equal but not the same

    t.is() checks if values are exactly the same, and shows a diff otherwise. However if values are deeply equal the diff is misleading. Detect this and provide appropriate feedback to the user.
    
    Fixes #1553
    Lifeuser authored and novemberborn committed Oct 30, 2017
    Copy the full SHA
    c41b2af View commit details

Commits on Nov 8, 2017

  1. Fix documentation of snapshotDir option

    Fixes #1580
    jedmao authored and novemberborn committed Nov 8, 2017
    Copy the full SHA
    cb1c3f7 View commit details

Commits on Nov 16, 2017

  1. Code style tweaks

    sindresorhus committed Nov 16, 2017
    Copy the full SHA
    efc3b31 View commit details

Commits on Nov 17, 2017

  1. Bump dependencies

    And remove non-essential fields from package.json. We define all the author in the readme already and it's autofilled on the npm page based on publish access.
    sindresorhus committed Nov 17, 2017
    Copy the full SHA
    f2979a3 View commit details

Commits on Nov 27, 2017

  1. Churn and dedupe package-lock

    Follow-up to f2979a3.
    novemberborn committed Nov 27, 2017
    Copy the full SHA
    8141395 View commit details
  2. 0.24.0

    novemberborn committed Nov 27, 2017
    Copy the full SHA
    e401bd1 View commit details
Loading