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

Commits on Aug 18, 2025

  1. Update core contributors (#1697)

    * Update core contributors
    
    We should acknowledge the current active maintainers of this project, and the work they do for it, while also respecting the space (while acknowledging our gratitude) of those who are no longer contributing so actively.
    
    * add worsd
    keithamus authored Aug 18, 2025
    Configuration menu
    Copy the full SHA
    445d477 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2025

  1. fix: reintroduce bundle (#1699)

    It turns out removing the bundle meant that chai loads a lot slower
    thanks to module resolution, etc.
    
    This reintroduces the bundle for 5.x, which will later become the only
    entrypoint in 6.x (i.e. `lib` will no longer be shipped).
    43081j authored Aug 22, 2025
    Configuration menu
    Copy the full SHA
    f2c2e3e View commit details
    Browse the repository at this point in the history
Loading