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: v3.1.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: v3.2.0
Choose a head ref
  • 4 commits
  • 12 files changed
  • 1 contributor

Commits on Feb 2, 2020

  1. Map provider protocols to 'levels'

    Rather than perform typeof checks to see if the provider has a
    particular feature, check the 'support level' instead. This should make
    code using a provider easier to maintain.
    novemberborn committed Feb 2, 2020
    Configuration menu
    Copy the full SHA
    f4008d5 View commit details
    Browse the repository at this point in the history
  2. Clarify comment

    novemberborn committed Feb 2, 2020
    Configuration menu
    Copy the full SHA
    7ccb208 View commit details
    Browse the repository at this point in the history
  3. Improve integration with the TypeScript provider

    This allows the watcher to cater for the TypeScript build process.
    
    It also allows the provider to impact file selection.
    novemberborn committed Feb 2, 2020
    Configuration menu
    Copy the full SHA
    6c91153 View commit details
    Browse the repository at this point in the history
  4. 3.2.0

    novemberborn committed Feb 2, 2020
    Configuration menu
    Copy the full SHA
    ea05758 View commit details
    Browse the repository at this point in the history
Loading