·
8 commits
to refs/heads/main
since this release
Bug Fix Update
v0.12.1 - 2025-02-17
- Fixed
PropertyNotFoundTypeErrorbeing thrown as a stand-alone error instead of being set as the cause for any parent assignment operation failure. @Luna-Klatzer - Fixed
PropertyNotFoundTypeErrorbeing checked for in the wrong direction i.e. thatotherThad to have all the properties ofthisTinstead of the other way around (which is the correct way). @Luna-Klatzer - Fixed indexable checks for
strandArray<T>being accidentally turned off by incorrect logic. This causedValueTypeNotIndexableWithGivenAccessorTypeErrorto be only thrown for objects and not for arrays and strings. @Luna-Klatzer
Full Details
View on NPM: kipper@0.12.1
Detailed Changelog: CHANGELOG.md
Compare Changes: v0.12.0...v0.12.1