Skip to content

Kipper v0.12.1

Latest

Choose a tag to compare

@github-actions github-actions released this 17 Feb 12:58
· 8 commits to refs/heads/main since this release
7b460d9

Bug Fix Update

v0.12.1 - 2025-02-17

  • Fixed PropertyNotFoundTypeError being thrown as a stand-alone error instead of being set as the cause for any parent assignment operation failure. @Luna-Klatzer
  • Fixed PropertyNotFoundTypeError being checked for in the wrong direction i.e. that otherT had to have all the properties of thisT instead of the other way around (which is the correct way). @Luna-Klatzer
  • Fixed indexable checks for str and Array<T> being accidentally turned off by incorrect logic. This caused ValueTypeNotIndexableWithGivenAccessorTypeError to 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