Releases: mpetuska/kon
Releases · mpetuska/kon
1.1.4
Build Versions
- JVM: 11
- Gradle: 7.3.2
- Kotlin: 1.6.10
Changes
- Upgraded versions
- Kotlin 1.6.10
- Serialization 1.3.1
- Coroutines 1.6.0
What's Changed
- Bump com.gradle.enterprise from 3.7 to 3.7.2 by @dependabot in #13
- Bump actions/cache from 2.1.6 to 2.1.7 by @dependabot in #12
- Bump de.fayard.refreshVersions from 0.23.0 to 0.30.0 by @dependabot in #14
New Contributors
- @dependabot made their first contribution in #13
Full Changelog: v1.1.3...1.1.4
v1.1.3
v1.1.2
v1.1.1
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 ofKObject
interface