Skip to content

Commit 0ac0417

Browse files
committed
v1.6.0
- [New] add support for boxed BigInt primitives - [New] Add support for upcoming `BigInt` (#19) - [Dev Deps] update `core-js`, `tape` - [Tests] run bigint tests in CI with --harmony-bigint flag - [Tests] up to `node` `v10.0`, `v9.11`, `v8.11`, `v6.14`, `v4.9` - [Docs] fix example to use `safer-buffer`
1 parent 356c66a commit 0ac0417

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "object-inspect",
3-
"version": "1.5.0",
3+
"version": "1.6.0",
44
"description": "string representations of objects in node and the browser",
55
"main": "index.js",
66
"devDependencies": {

0 commit comments

Comments
 (0)