Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 529 Bytes

CHANGELOG.md

File metadata and controls

27 lines (16 loc) · 529 Bytes

0.0.1

  • Initial release.

0.1.0

  • Updates the Multicodecs list.
  • Renamed MultihashInfo's field from hashFunctionname to name.

0.2.0

  • MultiCodec list is now publicly accessible.
  • MultihashInfo class now outputs the correct information.

0.2.1

  • Fixed to be compatible with Flutter for Web.

1.0.0

  • encode returns MultihashInfo.
  • MultihashInfo can be translated to bytes with toBytes().

1.0.1

  • formatting code.
  • exporting relevant public models MultihashInfo and MultiCodec.