v0.12.0
Breaking change
The Timeline class has been split between the TimelineReader and TimelineWriter classes. TimelineWriter extends TimelineReader and therefore can be used as a dropped-in replacement for Timeline.
Additional features
- Support for raw Swarm feeds has been added thanks to Attila Gazso's pull request.
@erebos/api-bzz-browsercan now be used in a Web Worker thanks to Adam Uhlíř's pull request.- The
uploadData()anddownloadData()methods have been added to the Bzz APIs. - The
Hex.from()static method has been added as a replacement forcreateHex().
Other change
HTTP error messages from Swarm are now parsed when possible thanks to Adam Uhlíř's pull request.
New package
The @erebos/feed-list package has been added, implementing lists data structures on top of raw Swarm feeds.