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: chaijs/chai
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 744a16e
Choose a base ref
...
head repository: chaijs/chai
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: f4b2fbc
Choose a head ref
  • 3 commits
  • 7 files changed
  • 3 contributors

Commits on Jan 5, 2024

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

    koddsson committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    6ef2824 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2024

  1. fix: removes ?? for node compat (#1574)

    We shipped syntax which is beyond our `engine` constraint. `??` is
    available in node 14 but 4.x is node 4 and above, while 5.x is node 12
    and above.
    
    This just dumbs it back down to `||` for now at least.
    
    Fixes #1573
    43081j authored Jan 12, 2024
    Configuration menu
    Copy the full SHA
    f4b2fbc View commit details
    Browse the repository at this point in the history
Loading