Skip to content

v0.28.0

Compare
Choose a tag to compare
@jacobheun jacobheun released this 20 Sep 11:40
· 201 commits to master since this release
62a0aa8

Features

  • accept async iterators into blockstore.putMany (#209) (9c06303)

BREAKING CHANGES

  • you must pass an iterable or async iterable to putMany
  • this should be relatively painless as the current API is to pass an
    array which is iterable, but it does change the API.
  • chore: remove CI commitlint
  • chore: add node 12 to CI
  • docs: update docs with new api