Skip to content

Latest commit

 

History

History
74 lines (35 loc) · 2.58 KB

CHANGELOG.md

File metadata and controls

74 lines (35 loc) · 2.58 KB

1.0.1 (2020-06-02)

Bug Fixes

  • Log error when http-client failed to maybeApi

1.0.0 (2020-04-22)

Bug Fixes

  • run jest before aegir release (0e40e66)

Features

  • better api (#10) (58098a8)
  • lazy load js-ipfs-http-client and async iterator support (#8) (cac51fa)
  • prebuilt browser bundles (bc1c63d)
  • BREAKING: ipfs-http-client v44 (#19) (8d9d025)

BREAKING CHANGES

0.2.2 (2019-09-02)

Features

  • support window.ipfs.enable() (#5) (b720386), closes #1

0.2.1 (2019-06-14)

Bug Fixes

  • do not fail outside the browser (2714381)

0.2.0 (2019-06-07)

Features

  • add tests and output the provider (eb80656)

0.1.0 (2019-06-05)

Bug Fixes

  • add missing dependencies (1c25ef9)
  • early return of the first provider (22dfb4e)
  • validate apiAddress option (a58d6ec)