Skip to content

v3.0.0

Compare
Choose a tag to compare
@hugomrdias hugomrdias released this 10 Feb 16:01
· 179 commits to master since this release

Code Refactoring

  • remove option normalisation (#454) (f1e5c82)
  • remove path and ref from module args also findBin (#458) (7049cc9)

BREAKING CHANGES

    • .path and .ref args removed from ipfsModule and ipfsHttpModule
  • findBin function removed
  • chore: update dep versions

  • chore: increase test timeouts

  • fix: only get go-ipfs-dep path in node

  • fix: linting

Co-authored-by: Alex Potsides alex@achingbrain.net

  • ipfsd-ctl no longer defaults to a local ipfs, ipfs-http-client or ipfs bin, now the user needs to set those packages when creating controllers and remote controller server.