We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d47646 commit 01f7555Copy full SHA for 01f7555
doc/history.md
@@ -1,5 +1,10 @@
1
# History
2
3
+## 1.9.0
4
+
5
+* compiler: Don't read abnormally large arrays (@extremeheat)
6
+* BigInt writing support, and support reading from buffer offset (@extremeheat)
7
8
## 1.8.3
9
10
* in full packet parser don't error out in case of missing bytes
package.json
@@ -1,6 +1,6 @@
{
"name": "protodef",
- "version": "1.8.3",
+ "version": "1.9.0",
"description": "A simple yet powerful way to define binary protocols",
"main": "index.js",
"author": "roblabla <robinlambertz.dev@gmail.com>",
0 commit comments