8000 Comparing v5.1.2...v5.2.0 · chaijs/chai · 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: chaijs/chai
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v5.1.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: v5.2.0
Choose a head ref
  • 8 commits
  • 38 files changed
  • 4 contributors

Commits on Jan 7, 2025

  1. fix: ability to register more plugins inside a plugin (#1639)

    Introduces the ability to chain `use` calls and use the `use` function within a `use` callback
    tpluscode authored Jan 7, 2025
    Configuration menu
    Copy the full SHA
    3bc02ee View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2025

  1. chore: bump playwright to fix CI (#1663)

    Hopefully.
    43081j authored Jan 16, 2025
    Configuration menu
    Copy the full SHA
    c8dcd06 View commit details
    Browse the repository at this point in the history
  2. chore: introduce prettier and run it (#1660)

    Adds prettier and a `format` script, and includes the results of the
    initial run.
    43081j authored Jan 16, 2025
    Configuration menu
    Copy the full SHA
    6d8d727 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2025

  1. chore: drop old CJS entrypoints (#1662)

    Removes the old `register-*.cjs` entrypoints as they have been broken
    since we shipped ESM-only (since `chai.cjs` doesn't exist anymore).
    43081j authored Jan 20, 2025
    Configuration menu
    Copy the full SHA
    0fa4061 View commit details
    Browse the repository at this point in the history
  2. chore: enable eslint recommended config (#1659)

    Enables the recommended lint rules from `eslint`.
    
    Also deletes `getEnumerableProperties.js` which is no longer referenced.
    43081j authored Jan 20, 2025
    Configuration menu
    Copy the full SHA
    d044441 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2025

  1. feat: integrated chai-subset and added assert-based negation to con…

    …tainSubset (#1664)
    
    Adds the features of `chai-subset` to core.
    BreadInvasion authored Jan 23, 2025
    Configuration menu
    Copy the full SHA
    da2e109 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2025

  1. Add coverage check to tests (#1669)

    * check coverage
    
    * Just use `Number.isNaN` as it's widely available
    
    * add test for expected value error in `closeTo`
    
    * raise coverage number to 99
    koddsson authored Feb 3, 2025
    Configuration menu
    Copy the full SHA
    25bcaab View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    93409cd View commit details
    Browse the repository at this point in the history
Loading
0