Skip to content

Releases: ensody/Kompressor

0.5.0

21 Feb 12:57

Choose a tag to compare

What's Changed

  • Add JS and wasmJS support using the CompressionStream API by @rnett in #23
  • Add wrappers for Java IO streams by @rnett in #24
  • Fix kompressor-bom by @TapioIkimaa in #28

New Contributors

Full Changelog: v-0.4.6...v-0.5.0

0.4.6

08 Feb 15:36

Choose a tag to compare

  • Fixed incorrect JNI lib name on Android.
  • CI: Run tests on Android emulator to prevent this bug from happening again.
  • Bump NativeBuilds 0.9.0 which allows fully overriding the JNI loading logic.

0.4.5

29 Jan 15:34

Choose a tag to compare

  • Fixed Android bundling duplicate .so files from NativeBuilds.
  • Fixed Android JNI loading.
  • Bump NativeBuilds 0.8.4.

0.4.4

29 Jan 15:34

Choose a tag to compare

  • Bump NativeBuilds 0.8.1.

0.4.3

29 Jan 15:34

Choose a tag to compare

  • Simplified JNI cross-compilation via new NativeBuilds plugin.

0.4.2

29 Jan 15:33

Choose a tag to compare

  • Fixed watchosArm32 builds.

0.4.1

29 Jan 15:33

Choose a tag to compare

  • Fixed JVM Linux builds.
  • Fixed zlib loading in JVM on Windows.

0.4.0

29 Jan 15:33

Choose a tag to compare

  • Added Brotli support.

0.3.0

29 Jan 15:33

Choose a tag to compare

  • Added zlib support (gzip & deflate).

0.2.0

29 Jan 15:32

Choose a tag to compare

  • Added Ktor integration.
  • Renamed kompressor-zstd module to kompressor-zstd--nativelib, so Android unit tests on desktop hosts can automatically switch to the JVM dependency.