Releases: iseki0/kotlinx-serialization-bencoding
Releases · iseki0/kotlinx-serialization-bencoding
v0.2.8
16 Mar 04:08
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
v0.2.4
28 May 22:09
Compare
Sorry, something went wrong.
No results found
Go to Kotlin 2.0
Enable Kotlin Multiplatform JavaScript target
v0.2.2
21 May 18:25
Compare
Sorry, something went wrong.
No results found
fix(decoder): decoded list was reversed
feat: encoder was implemented
v0.2.0
15 May 19:29
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
fix(build): move publishing and signing configuration into afterEvalu…