Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

v0.15.0

Compare
Choose a tag to compare
@daviddias daviddias released this 09 Sep 22:20
· 5773 commits to master since this release

Bug Fixes

  • use static version of package.json (3ffdc27)
  • cli: fix the files API commands (138f519)
  • cli: replace ronin with yargs (cba42ca), closes #331
  • config: support null values (0 or empty string) on get and set (a3d98a8)
  • repo: init does not break if no opts are passed. Fixes #349 (ca700cc)
  • style: apply CR (97af048)
  • test: make the version test fetch the version from package.json instead of a hardcoded value (50c9f7c)
  • version: return actual js-ipfs version (6377ab2), closes #377

Features

  • bitswap tests, config, id: cope with the nuances of the config API (.replace) and make necessary changes to make it all work again (cc0c8fd)
  • block-core: add compliance with interface-ipfs-core on block-API (5e6387d)
  • block-http: tests passing according with compliance (a4071f0)
  • config: make the config impl spec compliant (76b6670)
  • config-http: return error if value is invalid (f7a668d)
  • factory: add ipfs factory to files (eba0398)
  • factory: add ipfs factory, verify it works with object tests (3db096e)
  • files.add: update API to conform latest interface-ipfs-core updates (28b0bb7)
  • http: Refactor inject tests, made them all pass again (31f673d)
  • http: refactor ipfs-api tests and make them all pass again (56904fd)
  • object-http: support protobuf encoded values (5f02303)
  • roadmap: update (418660f)
  • roadmap: update roadmap ms2 with extra added goals (ac5352e)
  • disable PhantomJS (921b11e)
  • tests: all tests running (44dba6c)
  • tests: factory-http (08a4b19)