Skip to content

Releases: iseki0/kotlinx-serialization-bencoding

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…