Skip to content

1.11.0

Choose a tag to compare

@Kodeebot Kodeebot released this 15 Jul 00:58
49c889e

Release Notes

Fixed

  • Inconsistent behavior when passing 0 to reverseBits intrinsic on JVM and native

Added

  • Public BitSink pseudo-constructor
  • Public BitSource pseudo-constructor
  • BitSink.writeBits32 extension for Kotlin/JS
  • BitSource.readBits32 extension for Kotlin/JS
  • BitSource.peekBits32 extension for Kotlin/JS
  • org.jetbrains.kotlin-wrappers:kotlin-js dependency for Kotlin/JS

Changed

  • Updated to Kotlin 2.4.10
  • Updated to Karma Conventions 1.19.0
  • Major performance improvements on JS due to specialized 32-bit implementations of BitSink and BitSource

Links