Skip to content

Release v0.4.0 (2017-01-15)

Compare
Choose a tag to compare
@richardschneider richardschneider released this 14 Jan 22:51
· 250 commits to master since this release

Features

  • Object API:
    • create a directory node (fef0aac)
  • MerkleNode:
  • IpfsClient:
    • implement IPFS Object API (6c5d7df)
    • implement the IPFS Dag API (e75fcb6)
    • implement the IPFS Swarm API (c8d6bef)
    • implement IPFS Pin API (ae28616)
    • implement IPFS Generic API (aa26384)
    • implement the IPFS Config API (d5336cb)
    • implement the IPFS Block API (8e8cf18)
    • partial implementation of IPFS DHT API (e2dee53)
    • implement AddDirectoryAsync (92d55c4)

Bug Fixes

  • MerkleNode:
  • IpfsClient:
    • all async method names should end with 'Async' (a863639)
    • name changes (4e146f6)