Skip to content

Commit 6b0a54d

Browse files
committed
v1.8.0
- [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
1 parent 900d3d8 commit 6b0a54d

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.7.0",
3+
"version": "1.8.0",
44
"description": "string representations of objects in node and the browser",
55
"main": "index.js",
66
"devDependencies": {

0 commit comments

Comments
 (0)