Skip to content

Commit

Permalink
v1.8.0
Browse files Browse the repository at this point in the history
 - [New] add `indent` option (#13)
 - [New] add `customInspect` option, to disable custom inspect methods
 - [New] add `maxStringLength` option
 - [Fix] do not be fooled by a function’s own `toString` method
 - [Fix] when truncating a deep array, note it as `[Array]` instead of just `[Object]`
 - [patch] indicate explicitly that anon functions are anonymous, to match node
 - [readme] fix repo URLs, remove testling
 - [meta] add `safe-publish-latest`
 - [Tests] add Date and RegExp tests
 - [Tests] add codecov
 - [actions] add automatic rebasing / merge commit blocking
 - [Dev Deps] update `eslint`, `@ljharb/eslint-config`, `core-js`, `tape`; add `aud`; loosen the `core-js` dep
  • Loading branch information
ljharb committed Jun 19, 2020
1 parent 900d3d8 commit 6b0a54d
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.7.0",
"version": "1.8.0",
"description": "string representations of objects in node and the browser",
"main": "index.js",
"devDependencies": {
Expand Down

0 comments on commit 6b0a54d

Please sign in to comment.