Skip to content

Releases: C06A/KotON

KotON v1.1.6

23 Nov 16:19
Compare
Choose a tag to compare

Add dokka documentation.
Add size() function.
Allow null value

KotON v1.1.5

23 Nov 16:15
Compare
Choose a tag to compare

Fix toJson()

v1.1.4

28 Oct 19:48
Compare
Choose a tag to compare

Making dereferencing type-safe while keeping untyped dereferencing returning Any?.

03 Sep 03:47
Compare
Choose a tag to compare

In this release the new dereferencing function invoke() is defined as generics. Now calling side may specify the type expecting from it.
If the type of the returning value doesn't matter use non-generics version if the function, which returns Any?.

Add escaping and format tests

30 Aug 03:38
Compare
Choose a tag to compare

Initial realeas

22 May 05:20
Compare
Choose a tag to compare

This is initial release. I will do some improvements later.