feat(Assertion): Add missing alias methods for length and emptiness checks and update documentation
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user