Skip to content

Commit

Permalink
v1.7.0
Browse files Browse the repository at this point in the history
 - [New] add support for `WeakMap` and `WeakSet`
 - [Refactor] add early bailout to `isMap` and `isSet` checks
 - [meta] add `funding` field
 - [meta] add copyright to LICENSE (#21)
 - [Dev Deps] update `eslint`, `@ljharb/eslint-config`, `core-js`, `tape`
 - [Tests] use shared travis-ci configs
 - [Tests] use `npx aud` in `posttest`
 - [Tests] Fix invalid strict-mode syntax with hexadecimal (#22)
 - [Tests] add linting
  • Loading branch information
ljharb committed Nov 11, 2019
1 parent 3ddb3e4 commit 7dd1224
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "object-inspect",
"version": "1.6.0",
"version": "1.7.0",
"description": "string representations of objects in node and the browser",
"main": "index.js",
"devDependencies": {
Expand Down

0 comments on commit 7dd1224

Please sign in to comment.