Skip to content

Releases: Kipper-Lang/Kipper

Kipper v0.13.0-alpha.2

26 Feb 02:56
f81044b

Choose a tag to compare

Kipper v0.13.0-alpha.1

26 Feb 01:33
dc862a5

Choose a tag to compare

Kipper v0.13.0-alpha.0

17 Feb 13:42
70f746e

Choose a tag to compare

Kipper v0.12.1

17 Feb 12:58
7b460d9

Choose a tag to compare

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

Kipper v0.12.0

27 Sep 09:41
ae29c99

Choose a tag to compare

Interfaces & Classes Update

v0.12.0 - 2024-09-25

New Features

Full Details

View on NPM: kipper@0.12.0
Detailed Changelog: CHANGELOG.md
Compare Changes: v0.11.0...v0.12.0

Kipper v0.12.0-rc.0

18 Sep 17:52

Choose a tag to compare

Kipper v0.12.0-beta.0

18 Sep 12:44
3bcb2ff

Choose a tag to compare

Kipper v0.12.0-alpha.6

17 Sep 19:21

Choose a tag to compare

Kipper v0.12.0-alpha.5

16 Sep 14:19

Choose a tag to compare

Kipper v0.12.0-alpha.4

15 Sep 23:24

Choose a tag to compare