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

Commit aa395f8

Browse files
committed
chore: release version v3.0.0
1 parent 509851a commit aa395f8

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

CHANGELOG.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,36 @@
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+
134
<a name="2.0.3"></a>
235
## [2.0.3](https://github.com/ipld/js-ipld-ethereum/compare/v2.0.2...v2.0.3) (2019-01-18)
336

0 commit comments

Comments
 (0)