Skip to content

Commit 01f7555

Browse files
committed
Release 1.9.0
1 parent 8d47646 commit 01f7555

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

doc/history.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# History
22

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+
38
## 1.8.3
49

510
* in full packet parser don't error out in case of missing bytes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "protodef",
3-
"version": "1.8.3",
3+
"version": "1.9.0",
44
"description": "A simple yet powerful way to define binary protocols",
55
"main": "index.js",
66
"author": "roblabla <robinlambertz.dev@gmail.com>",

0 commit comments

Comments
 (0)