From 6b0a54dee12b2361056590a1d3a3feecac3f7db5 Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Thu, 18 Jun 2020 22:29:06 -0700 Subject: [PATCH] v1.8.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - [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 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3601993..2b007c9 100644 --- a/package.json +++ b/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": {