Skip to content

v1.1.1

Compare
Choose a tag to compare
@mpetuska mpetuska released this 22 Oct 12:17
· 20 commits to master since this release
17d754b

Changes

  • New safe array setter "key".to[1] that works with single int arrays
  • New object setter "key" to {} to allow consistent usage with value keys
  • New helper KON::toJS: Json to convert KON objects to plain JS objects on js sourceSets
  • karr array builder moved out of KObject interface