Skip to content

Latest commit

 

History

History
50 lines (28 loc) · 1.93 KB

CHANGELOG.md

File metadata and controls

50 lines (28 loc) · 1.93 KB

0.0.9 (2019-05-25)

Bug Fixes

Other Improvements

0.0.6 (2019-05-20)

Bug Fixes

  • importing IpfsCluster in multiple ways (#4)( d7da873)

  • Not able to ADD peer to a cluster using HTTP endpoint (#5)( 44659ce)

Other Improvements

  • Added Extensive documentation for available option(s) for various commands

0.0.5 (2019-05-11)

Bug Fixes

  • 'add' command doesn't return the CID for the added data. (#3)(6a7a1b)

New features

  • Browser Support
    • using browserify
    • using webpack
    • using CDN links

0.0.3 (2019-05-07)

New features

  • support for passing options in the commands: add, pin, peers, health, status, sync, recover

Other improvements