fix(readme): Update usage examples and full matcher reference in README

This commit is contained in:
2025-04-29 12:25:04 +00:00
parent 0d9fa72b29
commit a3d5892a13
3 changed files with 100 additions and 3 deletions

View File

@ -1,5 +1,12 @@
# Changelog
## 2025-04-29 - 2.2.1 - fix(readme)
Update usage examples and full matcher reference in README
- Removed deprecated 'expectAsync' from import example
- Fixed formatting in documentation
- Added comprehensive full matcher reference section
## 2025-04-29 - 2.2.0 - feat(generics)
Improve assertion and matcher type definitions by adding execution mode generics for better async/sync support