Skip to content

Commit

Permalink
1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonpaulos committed Jul 31, 2024
1 parent 6600a96 commit 58bb17b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# This is the revision history of algorand-msgpack

## 1.1.0 2024-31-07

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

- Add `RawBinaryString` class, which enables encoding byte arrays as msgpack strings.
- Add decoding option `useRawBinaryStringClass`, which if enabled alongside `rawBinaryStringKeys` or `rawBinaryStringValues` will decode msgpack strings as `RawBinaryString` instances instead of `Uint8Array`s.

## 1.0.1 2024-03-12

https://github.com/algorand/msgpack-javascript/compare/algorand-v1.0.0...algorand-v1.0.1
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "algorand-msgpack",
"version": "1.0.1",
"version": "1.1.0",
"description": "MessagePack for ECMA-262/JavaScript/TypeScript",
"author": "Algorand Technologies & the MessagePack community",
"license": "ISC",
Expand Down

0 comments on commit 58bb17b

Please sign in to comment.