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.0.3
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.1.1
Choose a head ref
  • 12 commits
  • 46 files changed
  • 6 contributors

Commits on Jan 30, 2024

  1. Remove useless guards and add parentheses to constuctors (#1593)

    * Remove useless guards in tests
    
    * Add parens to constructor calls
    Kristján Oddsson authored Jan 30, 2024
    Configuration menu
    Copy the full SHA
    3290eb4 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2024

  1. Cleanup jsdoc comments (#1596)

    * Remove unused import
    
    * Replace unknown tag `@api public` with `@public`
    
    * Remove empty line between jsdoc comment and function
    
    * Replace all instance of type `Mixed` with `unknown`
    
    * Set correct namespace for expect
    Kristján Oddsson authored Feb 1, 2024
    Configuration menu
    Copy the full SHA
    e7f768e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    640d932 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2024

  1. Implement iterable assertion (#1592)

    * Implement `iterator` assertion
    
    * Consider `string` to be iterable
    
    * Revert changes to `isSubsetOf`
    
    * Move iterable check out of `an()` function
    Kristján Oddsson authored Feb 11, 2024
    Configuration menu
    Copy the full SHA
    d504573 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2024

  1. Assert interface fix (#1601)

    * fix: notOwnInclude, notDeepOwnInclude description
    
    * fix: assert method example code fix
    developer-bandi authored Feb 12, 2024
    Configuration menu
    Copy the full SHA
    f224339 View commit details
    Browse the repository at this point in the history
  2. Set support in same members (#1583)

    * Implement `iterator` assertion
    
    * Move JSDoc to it's function
    
    * Add support for Sets in `members` assertion
    
    * Add `sameMembers` test for `Set`
    
    * Update tests
    
    * Implement `iterable` assertion
    
    * Change `iterable` implementation to a property
    
    * Make changes after merging
    
    * Add more tests for members equality
    Kristján Oddsson authored Feb 12, 2024
    Configuration menu
    Copy the full SHA
    1ba37b5 View commit details
    Browse the repository at this point in the history
  3. Fix publish script (#1602)

    * Don't publish to GPR
    
    * Update node and actions versions
    
    * Install playwright before testing and publishing
    Kristján Oddsson authored Feb 12, 2024
    Configuration menu
    Copy the full SHA
    2cf92f5 View commit details
    Browse the repository at this point in the history
  4. 5.1.0

    koddsson committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    936c0ca View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2024

  1. Set up ESLint for JSDoc comments (#1605)

    * Set up ESLint
    
    * Fix violations
    Kristján Oddsson authored Feb 19, 2024
    Configuration menu
    Copy the full SHA
    8475d2a View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2024

  1. build(deps-dev): bump ip from 1.1.8 to 1.1.9 (#1608)

    Bumps [ip](https://github.com/indutny/node-ip) from 1.1.8 to 1.1.9.
    - [Commits](indutny/node-ip@v1.1.8...v1.1.9)
    
    ---
    updated-dependencies:
    - dependency-name: ip
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 21, 2024
    Configuration menu
    Copy the full SHA
    61159d1 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2024

  1. Correct Mocha import instructions (#1611)

    * Correct Mocha usage instructions
    
    * Use long options
    
    Improve understandability of instructions
    MattiSG authored Mar 13, 2024
    Configuration menu
    Copy the full SHA
    91e58ed View commit details
    Browse the repository at this point in the history

Commits on May 9, 2024

  1. fix: support some virtual contexts in toThrow (#1609)

    * fix: support some virtual contexts in `toThrow`
    
    This adds support for VM situations where we pass a `RegExp` from
    another process.
    
    Note that we don't have a full fix for this stuff until `check-error`
    also supports `Error` being from another origin.
    
    * fix: support throwing of unusual errors
    
    Adds support for throwing things like `undefined`, functions, etc.
    
    * chore: upgrade check-error
    43081j authored May 9, 2024
    Configuration menu
    Copy the full SHA
    37263c0 View commit details
    Browse the repository at this point in the history
Loading