feat(Assertion): Add missing alias methods for length and emptiness checks and update documentation

This commit is contained in:
2025-05-23 18:30:47 +00:00
parent dbec1d3e4a
commit 0054271de6
4 changed files with 112 additions and 2 deletions

View File

@@ -1,5 +1,13 @@
# Changelog
## 2025-05-23 - 2.5.0 - feat(Assertion)
Add missing alias methods for length and emptiness checks and update documentation
- Updated readme.hints.md with detailed project hints, feature overview, and common patterns
- Added direct alias methods in smartexpect.classes.assertion.ts for string/array length checks (toHaveLength, toBeEmpty)
- Introduced additional delegations for numeric and array namespace methods (toHaveLengthGreaterThan, toHaveLengthLessThan)
- Enhanced function namespace with direct matchers for error checking (toThrowErrorMatching, toThrowErrorWithMessage)
## 2025-05-01 - 2.4.2 - fix(cleanup)
Remove unused scratch files