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 c900867 commit 8494b27Copy full SHA for 8494b27
CHANGELOG.md
@@ -1,5 +1,14 @@
1
# This is the revision history of @msgpack/msgpack
2
3
+## v2.5.0 2021/03/21
4
+
5
+https://github.com/msgpack/msgpack-javascript/compare/v2.4.1...v2.5.0
6
7
+* Throws `DecodeError` in decoding errors
8
+* Rejects `__proto__` as a map key, throwing `DecodeError`
9
+ * Thank you to Ninevra Leanne Walden for reporting this issue
10
+* Added `tslib` as a dependency
11
12
## v2.4.1 2021/03/01
13
14
https://github.com/msgpack/msgpack-javascript/compare/v2.4.0...v2.4.1
0 commit comments