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

Commit bb05c2b

Browse files
committed
chore: release version v0.21.0
1 parent 4f0aee1 commit bb05c2b

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

CHANGELOG.md

+20
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
# [0.21.0](https://github.com/ipld/js-ipld-dag-pb/compare/v0.20.0...v0.21.0) (2021-02-18)
2+
3+
4+
### Features
5+
6+
* add TypeScript types ([#189](https://github.com/ipld/js-ipld-dag-pb/issues/189)) ([76cfef8](https://github.com/ipld/js-ipld-dag-pb/commit/76cfef856aab2ce82c1e855f152523460e9b6bcb))
7+
8+
9+
### BREAKING CHANGES
10+
11+
* `is-class` is not longer used, use `instanceof` instead
12+
13+
The `DAGNode.isDAGNode()` and `DAGLink.isDAGLink()` methods no longer exist,
14+
use `instanceof DAGNode` and `instanceof DAGLink` instead.
15+
16+
Please note that the newly added TypeScript types might lead to warnings/errors
17+
if you use it in a TypeScript types checking environment.
18+
19+
20+
121
<a name="0.20.0"></a>
222
# [0.20.0](https://github.com/ipld/js-ipld-dag-pb/compare/v0.19.0...v0.20.0) (2020-08-04)
323

0 commit comments

Comments
 (0)