We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b76c019 commit 328944eCopy full SHA for 328944e
CHANGELOG.md
@@ -1,5 +1,12 @@
1
This is the revision history of @msgpack/msgpack
2
3
+## v1.4.0 2019/06/12
4
+
5
+https://github.com/msgpack/msgpack-javascript/compare/v1.3.2...v1.4.0
6
7
+* Added `sortKeys: boolean` option to `encode()` for canonical encoding [#64](https://github.com/msgpack/msgpack-javascript/pull/64)
8
+* Fixed `RangeError` in encoding BLOB [#66](https://github.com/msgpack/msgpack-javascript/pull/66)
9
10
## v1.3.2 2019/06/04
11
12
https://github.com/msgpack/msgpack-javascript/compare/v1.3.1...v1.3.2
0 commit comments