8000 Comparing v3.11.1...v3.12.1 · avajs/ava · GitHub
[go: up one dir, main page]

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.11.1
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.12.1
Choose a head ref
  • 11 commits
  • 58 files changed
  • 3 contributors

Commits on Aug 8, 2020

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

Commits on Aug 11, 2020

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

Commits on Aug 16, 2020

  1. Use advanced serialization (when available) for worker communication

    * Use advanced serialization (when available) for test worker communication
    
    Use advanced IPC on 12.17.0. This is currently our future minimal Node.js 12 version.
    
    * Buffer IPC sends to avoid crashes
    
    Workaround for nodejs/node#34797
    
    * Tweak reporter integration tests
    
    Maybe it's the IPC changes, but they started to fail on Windows.
    novemberborn authored Aug 16, 2020
    Configuration menu
    Copy the full SHA
    0f879f4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ef74c8b View commit details
    Browse the repository at this point in the history
  3. Don't use global setImmediate

    It can be modified by test code.
    novemberborn committed Aug 16, 2020
    Configuration menu
    Copy the full SHA
    ea66e64 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2020

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

Commits on Aug 23, 2020

  1. Experimentally configure module formats for test files

    Fixes #2345.
    
    Co-authored-by: Mark Wubben <mark@novemberborn.net>
    macarie and novemberborn authored Aug 23, 2020
    Configuration menu
    Copy the full SHA
    5c9dbb9 View commit details
    Browse the repository at this point in the history
  2. Update dependencies

    * Update dev dependencies
    
    * Update XO
    
    * Update dependencies
    
    * Rebuild lockfile
    novemberborn authored Aug 23, 2020
    Configuration menu
    Copy the full SHA
    41a47bf View commit details
    Browse the repository at this point in the history
  3. 3.12.0

    novemberborn committed Aug 23, 2020
    1 Configuration menu
    Copy the full SHA
    7694171 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2020

  1. Revert advanced IPC

    * Revert "Don't use global setImmediate"
    
    This reverts commit ea66e64.
    
    * Revert "Use advanced serialization (when available) for worker communication"
    
    This reverts commit 0f879f4.
    novemberborn authored Aug 24, 2020
    Configuration menu
    Copy the full SHA
    f499cbf View commit details
    Browse the repository at this point in the history
  2. 3.12.1

    novemberborn committed Aug 24, 2020
    Configuration menu
    Copy the full SHA
    ac2ae05 View commit details
    Browse the repository at this point in the history
Loading
0