Skip to content

Releases: iseki0/kotlinx-serialization-bencoding

v0.2.8

16 Mar 04:08
00564a0
Compare
Choose a tag to compare
  • Supports all native platforms in tier 1 & 2, and mingwX64 is included
  • Upgrade to Kotlin 2.1.10

v0.2.7

15 Feb 20:55
7cb5f28
Compare
Choose a tag to compare
  • Some JVM target API shouldn't be placed in internal package

Full Changelog: v0.2.6...v0.2.7

v0.2.6

07 Jan 01:33
c72f8de
Compare
Choose a tag to compare
  • go to Kotlin 2.1.0 & Kotlinx.serialization library 1.8.0

Full Changelog: v0.2.5...v0.2.6

v0.2.5

30 May 15:09
60979e4
Compare
Choose a tag to compare
  • add module-info.java

Full Changelog: v0.2.4...v0.2.5

v0.2.4

28 May 22:09
fb13a1f
Compare
Choose a tag to compare
  • Go to Kotlin 2.0
  • Enable Kotlin Multiplatform JavaScript target

v0.2.2

21 May 18:25
8276656
Compare
Choose a tag to compare
  • fix(decoder): decoded list was reversed
  • feat: encoder was implemented

v0.2.0

15 May 19:29
cfbc299
Compare
Choose a tag to compare
  • Refactored the API to follows the BinaryFormat interface found in the kotlinx-serialization-core.
  • Expanded API functionality to support double/float and binary string elements, which are not supported in the bencoding specification.

Note: Currently, only decoder was implemented, the encoder will be implemented soon.

Full Changelog: 0.1.0...v0.2.0

v0.1.0

08 Jun 18:00
a6cbc45
Compare
Choose a tag to compare
fix(build): move publishing and signing configuration into afterEvalu…