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 Loading
base: v5.0.3
Choose a base ref
...
head repository: chaijs/chai Loading
compare: v5.1.0
Choose a head ref
  • 7 commits
  • 20 files changed
  • 2 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
    koddsson committed 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
    koddsson committed 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
    koddsson committed 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 committed 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
    koddsson committed 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
    koddsson committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    2cf92f5 View commit details
    Browse the repository at this point in the history
Loading