Skip to content

JNIDBus - 0.4.0

Compare
Choose a tag to compare
@SeekDaSky SeekDaSky released this 24 Sep 10:38
· 9 commits to master since this release
db5dea8

New features:

  • Support DICT_ENTRY type
  • Handlers can be unregistered
  • Kotlin interop: You can now specify a CoroutineScope when registering the KotlinMethodInvocator
  • Performances improvement (up to 30%)
  • Support native Java arrays (ex: int[])

Fixes:

  • Nested array/objects do not work beyond two levels
  • Bump Kotlin version to 1.3.50