Skip to content

Releases: ipfs/js-ipfsd-ctl

v0.18.0

23 Dec 07:20
Compare
Choose a tag to compare

Bug Fixes

  • fail gracefully when config file is not found (a200a15)

Features

  • init: Add the possibility to pass options to init() (9c48373)
  • better stream handling (#140) (a0adc82)

v0.15.0

16 Sep 06:02
Compare
Choose a tag to compare

Bug Fixes

  • shutdown: fixed bugs in stopDaemon (af21eb0)
  • startDaemon: fix the behavior of startDeamon (0deb7e5)
  • test: change hash of src test (349a44c)
  • make the linter happy for D# (9a5c0e2)
  • rm unused var (thanks, linter) (6d21086)
  • tests: guarded func to avoid it being called twice (2c8a3c1)

Features

  • startDeamon: allow passing flags to ipfs daemon (c7ea808)