feat(Assertion): now supporting arrays for propertyy drill down

This commit is contained in:
2024-12-30 20:33:24 +01:00
parent 6cab20c36d
commit 38f0996cfa
5 changed files with 3015 additions and 281 deletions

View File

@ -1,5 +1,14 @@
# Changelog
## 2024-12-30 - 1.3.0 - feat(Assertion)
Refactor Assertion class for better error handling and code clarity
- Improved method runCheck to better handle async and sync execution
- Enhanced getObjectToTestReference to handle undefined or null values gracefully
- Refactored error message logic for clarity and added more descriptive fail messages
- Added arrayItem method for better handling of array index access
- Improved structure by integrating consistent error handling in assertion methods
## 2024-08-24 - 1.2.1 - fix(Assertion)
Refactor methods for setting failure and success messages