Skip to content
This repository has been archived by the owner on Jul 21, 2023. It is now read-only.

v0.17.6

Compare
Choose a tag to compare
@jacobheun jacobheun released this 07 Apr 14:15
· 152 commits to master since this release
e761427

Bug Fixes

  • add buffer and update deps (#25) (35f196e)
  • unmarshal: provide only one arg to callback (#17) (3bb8451)
  • circular circular dep -> DI (0dcf1a6)
  • update deps and repo setup (cfdcbe0)

Features

BREAKING CHANGES

  • Callback support has been dropped in favor of async/await.

  • feat: use async/await

This PR changes this module to remove callbacks and use async/await. The API is unchanged aside from the obvious removal of the callback parameter.

refs ipfs/js-ipfs#1670

  • fix: use latest multihashing-async as it is all promises now