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 f369db2 commit e008e68Copy full SHA for e008e68
doc/history.md
@@ -1,5 +1,11 @@
1
# History
2
3
+## 1.15.0
4
+
5
+* Fix 64-bit BigInt sign handling (@extremeheat)
6
+* Add string encoding option (@extremeheat)
7
+* Show BigInt instead of BigIntExtended when using console.log (@extremeheat)
8
9
## 1.14.0
10
11
* Allow JSON stringified buffers to be converted to Buffer when serializing (@extremeheat)
package.json
@@ -1,6 +1,6 @@
{
"name": "protodef",
- "version": "1.14.0",
+ "version": "1.15.0",
"description": "A simple yet powerful way to define binary protocols",
"main": "index.js",
"author": "roblabla <[email protected]>",
0 commit comments