Skip to content
This repository has been archived by the owner on Dec 6, 2022. It is now read-only.

Latest commit

 

History

History
211 lines (87 loc) · 5.03 KB

CHANGELOG.md

File metadata and controls

211 lines (87 loc) · 5.03 KB

0.11.1 (2021-03-05)

Bug Fixes

0.11.0 (2020-10-21)

Bug Fixes

  • account error msg diff betwenn browsers (85bef56)
  • change deprecation to cover 0.11 (36a4b61)
  • type mapping dir (ddd1843)

Features

0.10.1 (2020-09-01)

0.10.0 (2020-08-04)

Bug Fixes

  • replace node buffers with uint8arrays (0696e4d)

BREAKING CHANGES

    • The .data property used to be a Buffer, now it is a Uint8Array

0.9.2 (2020-06-12)

Features

0.9.1 (2020-04-01)

Bug Fixes

0.9.0 (2019-05-09)

Features

  • this module is now named ipld-block (5a3bbde)

BREAKING CHANGES

  • The symbol for comparing blocks changed

This means that if you are a user of this module, updating to this version is also a breaking change for your module. Don't forgot to make the corresponding version bump on your next release.

0.8.0 (2018-10-26)

0.7.1 (2018-04-09)

0.7.0 (2018-04-09)

Features

  • use class-is module for type checks (958cd09)

0.6.1 (2017-11-06)

Bug Fixes

  • package: update cids to version 0.5.0 (#33) (f0101f0)

Features

0.6.0 (2017-03-20)

Features

  • simplify block to only be data and cid (#31) (0581c27)

0.5.5 (2017-02-09)

Bug Fixes

  • package: update multihashing-async to version 0.4.0 (#27) (18a7d28)

0.5.4 (2016-12-22)

Bug Fixes

  • deps: add async to dependencies (5f75307)

0.5.3 (2016-12-11)

Bug Fixes

0.5.2 (2016-12-11)

Features

  • convert String values to buffers to avoid strange situations in the browser (#19) (794dade)

0.5.1 (2016-12-01)

0.5.0 (2016-11-03)

0.4.0 (2016-10-26)

Features

  • support multiple hash functions (e2b9da4)

0.3.0 (2016-05-02)

0.2.2 (2016-04-30)

0.2.1 (2016-04-30)

0.2.0 (2016-04-26)