Skip to content

v0.8.0

Compare
Choose a tag to compare
@patrickfav patrickfav released this 24 Oct 16:34
v0.8.0
1b236d8

Changes

  • add radix encoding/parsing and fix radix tests #6, #20
  • add support for Base32 RFC4648 non-hex alphabet encoding/parsing #21
  • add constructor for IntBuffer and CharBuffer
  • parse() methods now expect more flexible CharSequence instead of String #23
  • from() constructor reading from char[] has new version that accepts offset and length #24
  • add from() constructor reading file with offset and length parameter #25

Breaking

  • interface BinaryToTextEncoding.decode() changed param to CharSequence from String #23