Skip to content
This repository has been archived by the owner on Aug 11, 2021. It is now read-only.

feat: new IPLD Format API #51

Closed
wants to merge 4 commits into from
Closed

feat: new IPLD Format API #51

wants to merge 4 commits into from

Commits on Apr 21, 2019

  1. feat: new IPLD Format API

    BREAKING CHANGE: The API is now async/await based
    
    There are numerous changes, the most significant one is that the API
    is no longer callback based, but it using async/await.
    
    For the full new API please see the [IPLD Formats spec].
    
    [IPLD Formats spec]: https://github.com/ipld/interface-ipld-format
    vmx committed Apr 21, 2019
    Configuration menu
    Copy the full SHA
    5604266 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2019

  1. Configuration menu
    Copy the full SHA
    aecdca3 View commit details
    Browse the repository at this point in the history
  2. fixup! More JSDoc consistency

    vmx committed Apr 24, 2019
    Configuration menu
    Copy the full SHA
    aec9294 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2019

  1. fixup! Make resolve() sync

    vmx committed Apr 29, 2019
    Configuration menu
    Copy the full SHA
    39fc56f View commit details
    Browse the repository at this point in the history