Skip to content

Commit e008e68

Browse files
authored
Release 1.15.0 (#134)
* Release 1.15.0 * Update history.md * Create history.md * Update package.json
1 parent f369db2 commit e008e68

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

doc/history.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# History
22

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+
39
## 1.14.0
410

511
* Allow JSON stringified buffers to be converted to Buffer when serializing (@extremeheat)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "protodef",
3-
"version": "1.14.0",
3+
"version": "1.15.0",
44
"description": "A simple yet powerful way to define binary protocols",
55
"main": "index.js",
66
"author": "roblabla <[email protected]>",

0 commit comments

Comments
 (0)