This repository has been archived by the owner on Aug 11, 2021. It is now read-only.
Releases: ipld/js-ipld-dag-pb
Releases · ipld/js-ipld-dag-pb
v0.22.3
v0.22.2
v0.22.1
v0.22.0
v0.21.1
v0.21.0
Features
BREAKING CHANGES
is-class
is not longer used, useinstanceof
instead
The DAGNode.isDAGNode()
and DAGLink.isDAGLink()
methods no longer exist,
use instanceof DAGNode
and instanceof DAGLink
instead.
Please note that the newly added TypeScript types might lead to warnings/errors
if you use it in a TypeScript types checking environment.