feat(object-matchers): Add object key matchers: toHaveKeys and toHaveOwnKeys; remove obsolete roadmap plan file
This commit is contained in:
@@ -1,5 +1,13 @@
|
||||
# Changelog
|
||||
|
||||
## 2025-04-30 - 2.3.0 - feat(object-matchers)
|
||||
Add object key matchers: toHaveKeys and toHaveOwnKeys; remove obsolete roadmap plan file
|
||||
|
||||
- Implemented toHaveKeys matcher to check for both own and inherited properties
|
||||
- Implemented toHaveOwnKeys matcher to check for own properties only
|
||||
- Added tests for key matchers in test/test.keys.ts
|
||||
- Removed readme.plan.md as it is now obsolete
|
||||
|
||||
## 2025-04-29 - 2.2.2 - fix(license-files)
|
||||
Remove legacy license file and add license.md to update file naming.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user