Skip to content

Releases: tonykolomeytsev/kben

0.1.5

20 Dec 22:03
Compare
Choose a tag to compare
  • Add ContentConverter for Ktor.
  • Change Kben.fromBencode signature: replace ByteArrayInputStream with InputStream.

0.1.4

19 Dec 15:26
Compare
Choose a tag to compare
  • Add multiple type parameters support.
  • Add enums support.
  • Add @DefaultValue annotation support for enums.
  • Add @Bencode annotation support for enums, fix bugs with the annotation for properties.
  • Add AnyTargetTypeAdapter for deserializing values into standard Kotlin types: Long, String, ByteArray, List, Map.
  • Rename BencodeByteArray to BencodeByteString.
  • Fix BencodeByteString.isValudUTF8String property.
  • Add docs to all public classes.

0.1.3

17 Dec 01:22
Compare
Choose a tag to compare

Add documentation

0.1.1

16 Dec 22:08
Compare
Choose a tag to compare

Set up Github Actions and Maven publish

0.1.0

16 Dec 21:34
Compare
Choose a tag to compare

First release!