Releases: Osmerion/kotlin-base32
Releases · Osmerion/kotlin-base32
1.0.0
Improvements
- Added extensions for working with Java streams.
- The
decodingWithandencodingWithfunctions are now available onInputStreamandOutputStreamand mirror the standard library's API for Base64.
- The
- The
Base32API is now stable and no longer marked as experimental.
Breaking Changes
- The library now requires Kotlin 2.2 (up from 2.1).
0.1.0
Overview
A tiny Kotlin Multiplatform library that provides Base32 en- and decoding functionality.
This library was developed with the intention to eventually upstream the functionality into the Standard Library. As such, the API, KDoc, samples, and tests all closely resemble their kotlin.io.encoding.Base64 counterparts.