We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent edb8b8a commit b8911c5Copy full SHA for b8911c5
doc/history.md
@@ -1,5 +1,10 @@
1
# History
2
3
+## 1.14.0
4
+
5
+* Allow JSON stringified buffers to be converted to Buffer when serializing (@extremeheat)
6
+* Add primitive variables (@extremeheat)
7
8
## 1.13.0
9
10
* add fullBuffer to parsePacketBuffer return
package.json
@@ -1,6 +1,6 @@
{
"name": "protodef",
- "version": "1.13.0",
+ "version": "1.14.0",
"description": "A simple yet powerful way to define binary protocols",
"main": "index.js",
"author": "roblabla <robinlambertz.dev@gmail.com>",
0 commit comments