Releases: ensody/Kompressor
Releases · ensody/Kompressor
0.5.0
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
- @rnett made their first contribution in #24
- @TapioIkimaa made their first contribution in #28
Full Changelog: v-0.4.6...v-0.5.0
0.4.6
- 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
- Fixed Android bundling duplicate .so files from NativeBuilds.
- Fixed Android JNI loading.
- Bump NativeBuilds 0.8.4.
0.4.4
- Bump NativeBuilds 0.8.1.
0.4.3
- Simplified JNI cross-compilation via new NativeBuilds plugin.
0.4.2
- Fixed watchosArm32 builds.
0.4.1
- Fixed JVM Linux builds.
- Fixed zlib loading in JVM on Windows.
0.4.0
- Added Brotli support.
0.3.0
- Added zlib support (gzip & deflate).
0.2.0
- 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.