-
-
Notifications
You must be signed in to change notification settings - Fork 704
Comparing changes
Open a pull request
base repository: chaijs/chai
base: v5.0.3
head repository: chaijs/chai
compare: v5.1.1
- 12 commits
- 46 files changed
- 6 contributors
Commits on Jan 30, 2024
-
Remove useless guards and add parentheses to constuctors (#1593)
* Remove useless guards in tests * Add parens to constructor calls
Kristján Oddsson authoredJan 30, 2024 Configuration menu - View commit details
-
Copy full SHA for 3290eb4 - Browse repository at this point
Copy the full SHA 3290eb4View commit details
Commits on Feb 1, 2024
-
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 authoredFeb 1, 2024 Configuration menu - View commit details
-
Copy full SHA for e7f768e - Browse repository at this point
Copy the full SHA e7f768eView commit details -
Convert comments in "legal comments" format to jsdoc (#1598)
Kristján Oddsson authoredFeb 1, 2024 Configuration menu - View commit details
-
Copy full SHA for 640d932 - Browse repository at this point
Copy the full SHA 640d932View commit details
Commits on Feb 11, 2024
-
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 authoredFeb 11, 2024 Configuration menu - View commit details
-
Copy full SHA for d504573 - Browse repository at this point
Copy the full SHA d504573View commit details
Commits on Feb 12, 2024
-
* fix: notOwnInclude, notDeepOwnInclude description * fix: assert method example code fix
Configuration menu - View commit details
-
Copy full SHA for f224339 - Browse repository at this point
Copy the full SHA f224339View commit details -
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 authoredFeb 12, 2024 Configuration menu - View commit details
-
Copy full SHA for 1ba37b5 - Browse repository at this point
Copy the full SHA 1ba37b5View commit details -
* Don't publish to GPR * Update node and actions versions * Install playwright before testing and publishing
Kristján Oddsson authoredFeb 12, 2024 Configuration menu - View commit details
-
Copy full SHA for 2cf92f5 - Browse repository at this point
Copy the full SHA 2cf92f5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 936c0ca - Browse repository at this point
Copy the full SHA 936c0caView commit details
Commits on Feb 19, 2024
-
Set up ESLint for JSDoc comments (#1605)
* Set up ESLint * Fix violations
Kristján Oddsson authoredFeb 19, 2024 Configuration menu - View commit details
-
Copy full SHA for 8475d2a - Browse repository at this point
Copy the full SHA 8475d2aView commit details
Commits on Feb 21, 2024
-
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>
Configuration menu - View commit details
-
Copy full SHA for 61159d1 - Browse repository at this point
Copy the full SHA 61159d1View commit details
Commits on Mar 13, 2024
-
Correct Mocha import instructions (#1611)
* Correct Mocha usage instructions * Use long options Improve understandability of instructions
Configuration menu - View commit details
-
Copy full SHA for 91e58ed - Browse repository at this point
Copy the full SHA 91e58edView commit details
Commits on May 9, 2024
-
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
Configuration menu - View commit details
-
Copy full SHA for 37263c0 - Browse repository at this point
Copy the full SHA 37263c0View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v5.0.3...v5.1.1