We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d2e02a commit 5540c58Copy full SHA for 5540c58
CHANGELOG.md
@@ -1,3 +1,20 @@
1
+<a name="0.6.0"></a>
2
+# [0.6.0](https://github.com/libp2p/js-libp2p-pubsub/compare/v0.5.6...v0.6.0) (2020-08-11)
3
+
4
5
+### Bug Fixes
6
7
+* replace node buffers with uint8arrays ([#70](https://github.com/libp2p/js-libp2p-pubsub/issues/70)) ([92632b5](https://github.com/libp2p/js-libp2p-pubsub/commit/92632b5))
8
9
10
+### BREAKING CHANGES
11
12
+* - The `.data`, `.from` and `.seq` properties of messages used to be
13
+ node Buffers, now they are Uint8Arrays
14
+- All deps of this module now use Uint8Arrays instead of Buffers
15
16
17
18
<a name="0.5.6"></a>
19
## [0.5.6](https://github.com/libp2p/js-libp2p-pubsub/compare/v0.5.5...v0.5.6) (2020-07-14)
20
0 commit comments