We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb45c55 commit fcebc20Copy full SHA for fcebc20
CHANGELOG.md
@@ -1,3 +1,20 @@
1
+<a name="0.22.0"></a>
2
+# [0.22.0](https://github.com/libp2p/js-libp2p-floodsub/compare/v0.21.3...v0.22.0) (2020-08-11)
3
+
4
5
+### Bug Fixes
6
7
+* replace node buffers with uint8arrays ([5a522b4](https://github.com/libp2p/js-libp2p-floodsub/commit/5a522b4))
8
9
10
+### BREAKING CHANGES
11
12
+* - The `.data` property of received pubsub messages was a Buffer,
13
+ now it is a Uint8Array
14
+- All deps of this module use Uint8Arrays
15
16
17
18
<a name="0.21.3"></a>
19
## [0.21.3](https://github.com/libp2p/js-libp2p-floodsub/compare/v0.21.2...v0.21.3) (2020-06-04)
20
0 commit comments