Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 738 Bytes

CHANGELOG.md

File metadata and controls

29 lines (19 loc) · 738 Bytes

Changelog

0.3.2

  • Add tests for ByteArray
  • Add to_utf8_str and to_ascii_str convenience

0.3.1

  • Add tests for wrappers

0.3.0

  • Fix convenience methods names and codes.
  • Add encoding to ByteArray 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 in to_s of ByteArray
  • Extract errors to error.rb.
  • Extract table strictness to its own method.

0.2.0

  • Add convenience methods to registry, like multicodecs.
  • Change tests to use fixture files and add rake task to update these.

0.1.0

👶 intial release