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

Commits on Nov 28, 2017

  1. Update npm, test Node.js 9, detect package-lock churn in CI (#1601)

    * Use [email protected] in CI
    
    * Detect package-lock.json churn during CI
    
    * Add Node.js 9 to CI matrix
    
    * Used npx to run codecov
    novemberborn authored and sindresorhus committed Nov 28, 2017
    Configuration menu
    Copy the full SHA
    4124d77 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2017

  1. Use supertap to generate TAP output (#1610)

    Vadim Demedes authored Dec 17, 2017
    Configuration menu
    Copy the full SHA
    965cbc6 View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2017

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

Commits on Jan 3, 2018

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

Commits on Jan 8, 2018

  1. Configuration menu
    Copy the full SHA
    29e5dfd View commit details
    Browse the repository at this point in the history
  2. support @std/esm (#1618)

    * support @std/esm
    
    * fix path test for windows
    
    * fix linter error
    
    * Stricter regex. Use shorthand .esmrc file in fixture.
    
    * update package-lock.json
    jamestalmage authored Jan 8, 2018
    2 Configuration menu
    Copy the full SHA
    72c53be View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2018

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

Commits on Jan 17, 2018

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

Commits on Jan 20, 2018

  1. Update code-excerpt to ^2.1.1

    kugtong33 authored and novemberborn committed Jan 20, 2018
    Configuration menu
    Copy the full SHA
    947f207 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2018

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

Commits on Jan 22, 2018

  1. Recommend skipFiles for VSCode debugging

    VSCode steps into native code at each `await` statement.  using skipFiles on node_internals yields a more dev-expected debug experience.
    cdaringe authored and novemberborn committed Jan 22, 2018
    Configuration menu
    Copy the full SHA
    bcb77fc View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2018

  1. Mention #1319 as a pitfall

    jy95 authored and novemberborn committed Jan 24, 2018
    Configuration menu
    Copy the full SHA
    c2b42ec View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2018

  1. Don't set Error.stackTraceLimit in worker processes

    Fixes #483.
    Oky Antoro authored and novemberborn committed Jan 25, 2018
    Configuration menu
    Copy the full SHA
    f00f3c4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4f896c2 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2018

  1. 0.25.0

    novemberborn committed Jan 26, 2018
    Configuration menu
    Copy the full SHA
    a051d3e View commit details
    Browse the repository at this point in the history
Loading