Skip to content

Commit 58bb17b

Browse files
committed
1.1.0
1 parent 6600a96 commit 58bb17b

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# This is the revision history of algorand-msgpack
22

3+
## 1.1.0 2024-31-07
4+
5+
https://github.com/algorand/msgpack-javascript/compare/algorand-v1.0.1...algorand-v1.1.0
6+
7+
- Add `RawBinaryString` class, which enables encoding byte arrays as msgpack strings.
8+
- Add decoding option `useRawBinaryStringClass`, which if enabled alongside `rawBinaryStringKeys` or `rawBinaryStringValues` will decode msgpack strings as `RawBinaryString` instances instead of `Uint8Array`s.
9+
310
## 1.0.1 2024-03-12
411

512
https://github.com/algorand/msgpack-javascript/compare/algorand-v1.0.0...algorand-v1.0.1

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "algorand-msgpack",
3-
"version": "1.0.1",
3+
"version": "1.1.0",
44
"description": "MessagePack for ECMA-262/JavaScript/TypeScript",
55
"author": "Algorand Technologies & the MessagePack community",
66
"license": "ISC",

0 commit comments

Comments
 (0)