You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 11, 2021. It is now read-only.
feat: implementation of the new addFormat/removeFormat() functions
BREAKING CHANGE: They replace the `support.add()` and `support.rm()` functions.
The API docs for it:
`.addFormat(ipldFormatImplementation)`:
> Add support for an IPLD Format
- `ipldFormatImplementation` (`IPLD Format`, required): the implementation of an IPLD Format.
`.removeFormat(codec)`:
> Remove support for an IPLD Format
- `codec` (`multicodec`, required): the codec of the IPLD Format to remove.
0 commit comments