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.2
Choose a base ref
...
head repository: chaijs/chai
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v6.0.0
Choose a head ref
  • 1 commit
  • 3 files changed
  • 1 contributor

Commits on Aug 22, 2025

  1. feat: remove unbundled sources (#1700)

    * feat: remove unbundled sources
    
    We used to ship two of everything:
    
    - `lib` - the unbundled sources
    - `chai.js` - the bundle
    
    We then moved to only shipping `lib`, but this results in a slower and
    slightly larger package.
    
    This reverses that decision, such that we have only `index.js` (a
    bundle, what was `chai.js` before), and no longer have `lib`.
    
    * feat: move deps to dev dependencies
    43081j authored Aug 22, 2025
    Configuration menu
    Copy the full SHA
    f41e821 View commit details
    Browse the repository at this point in the history
Loading