- Add tests for
ByteArray
- Add
to_utf8_str
andto_ascii_str
convenience
- Add tests for wrappers
- Fix convenience methods
names
andcodes
. - Add
encoding
toByteArray
in order to not guess the output encoding. The encoding is determined in the encoding engine (when encoding) and has to be supplied when decoding (because the encoding information is thrown away). - Force
encoding
argument into_s
ofByteArray
- Extract errors to
error.rb
. - Extract table strictness to its own method.
- Add convenience methods to registry, like
multicodecs
. - Change tests to use fixture files and add
rake
task to update these.
👶 intial release