This repository was archived by the owner on Aug 11, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +33
-0
lines changed Expand file tree Collapse file tree 1 file changed +33
-0
lines changed Original file line number Diff line number Diff line change
1
+ <a name =" 3.0.0 " ></a >
2
+ # [ 3.0.0] ( https://github.com/ipld/js-ipld-ethereum/compare/v2.0.3...v3.0.0 ) (2019-05-08)
3
+
4
+
5
+ ### Bug Fixes
6
+
7
+ * ** package:** update cids to version 0.6.0 ([ c38363a] ( https://github.com/ipld/js-ipld-ethereum/commit/c38363a ) )
8
+ * ** package:** update multihashing-async to version 0.6.0 ([ 4eaa791] ( https://github.com/ipld/js-ipld-ethereum/commit/4eaa791 ) )
9
+
10
+
11
+ ### Features
12
+
13
+ * new IPLD Format API ([ dc19aa7] ( https://github.com/ipld/js-ipld-ethereum/commit/dc19aa7 ) )
14
+
15
+
16
+ ### BREAKING CHANGES
17
+
18
+ * The API is now async/await based
19
+
20
+ There are numerous changes, the most significant one is that the API
21
+ is no longer callback based, but it using async/await.
22
+
23
+ If you want to access the original JavaScript Ethereum object, it is
24
+ now stored in a property called ` _ethObj ` . So if you e.g. called
25
+ ` deserialized.hash() ` , you now have to call
26
+ ` deserialized._ethObj.hash() ` .
27
+
28
+ For the full new API please see the [ IPLD Formats spec] .
29
+
30
+ [ IPLD Formats spec ] : https://github.com/ipld/interface-ipld-format
31
+
32
+
33
+
1
34
<a name =" 2.0.3 " ></a >
2
35
## [ 2.0.3] ( https://github.com/ipld/js-ipld-ethereum/compare/v2.0.2...v2.0.3 ) (2019-01-18)
3
36
You can’t perform that action at this time.
0 commit comments