We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58b709c commit ecef4d3Copy full SHA for ecef4d3
doc/history.md
@@ -1,5 +1,9 @@
1
# History
2
3
+## 1.8.3
4
+
5
+* in full packet parser don't error out in case of missing bytes
6
7
## 1.8.2
8
9
* fixed aliases in compiler for write and size (thanks @Karang)
package.json
@@ -1,6 +1,6 @@
{
"name": "protodef",
- "version": "1.8.2",
+ "version": "1.8.3",
"description": "A simple yet powerful way to define binary protocols",
"main": "index.js",
"author": "roblabla <robinlambertz.dev@gmail.com>",
0 commit comments