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/typescript
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.1.1
Choose a base ref
...
head repository: avajs/typescript
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.0.0
Choose a head ref
  • 5 commits
  • 22 files changed
  • 3 contributors

Commits on Mar 21, 2020

  1. Simplify Codecov setup

    novemberborn committed Mar 21, 2020
    Configuration menu
    Copy the full SHA
    058b5be View commit details
    Browse the repository at this point in the history

Commits on May 2, 2020

  1. Clarify use

    adam-lynch authored May 2, 2020
    Configuration menu
    Copy the full SHA
    96b4ae4 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2021

  1. Updates and breaking changes

    * Update minimal Node.js versions
    
    * Update dev dependencies
    
    * Update dependencies
    
    * Remove support for the ava-3 protocol
    novemberborn authored Apr 11, 2021
    Configuration menu
    Copy the full SHA
    de9c6f7 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2021

  1. Add compile option

    Support compilation using `tsc` before AVA runs tests.
    
    This is a breaking change. To retain the old behavior you must configure `compile: false`.
    
    Co-authored-by: Mark Wubben <mark@novemberborn.net>
    szmarczak and novemberborn authored Apr 12, 2021
    Configuration menu
    Copy the full SHA
    869760a View commit details
    Browse the repository at this point in the history
  2. 2.0.0

    novemberborn committed Apr 12, 2021
    Configuration menu
    Copy the full SHA
    b6bc757 View commit details
    Browse the repository at this point in the history
Loading