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: v5.3.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: v5.3.1
Choose a head ref
  • 3 commits
  • 5 files changed
  • 2 contributors

Commits on Jun 16, 2023

  1. Support Symbol keys and ignore non-enumerable properties in t.like()

    Fixes #3208
    
    Co-authored-by: Mark Wubben <mark@novemberborn.net>
    gibson042 and novemberborn authored Jun 16, 2023
    Copy the full SHA
    c988e27 View commit details
  2. Fix circular selector detection in t.like()

    The previous implementation tracked each object, even if not circular. Update to use a stack.
    
    Fixes #3205.
    novemberborn authored Jun 16, 2023
    Copy the full SHA
    6398772 View commit details
  3. 5.3.1

    novemberborn committed Jun 16, 2023
    Copy the full SHA
    306e37c View commit details
Loading