Skip to content

0.1.4

Compare
Choose a tag to compare
@tonykolomeytsev tonykolomeytsev released this 19 Dec 15:26
· 6 commits to master since this release
  • 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.