Skip to content

Releases: Osmerion/kotlin-base32

1.0.0

02 Jul 22:49
ae2038a

Choose a tag to compare

Improvements

  • Added extensions for working with Java streams.
    • The decodingWith and encodingWith functions are now available on InputStream and OutputStream and mirror the standard library's API for Base64.
  • The Base32 API 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

20 Jan 00:28
04ab163

Choose a tag to compare

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.