From 33bdee95b862bca5f9db68d9b10b01ca59932e0a Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Mon, 30 Nov 2020 22:49:08 -0800 Subject: [PATCH] v1.9.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - [New] add enumerable properties to Function inspect result, per node’s `assert` - [New] add enumerable own Symbols to plain object output - [Fix] hex characters in strings should be uppercased, to match node `assert` - [Robustness] cache `Symbol.prototype.toString` - [Dev Deps] update `eslint`, `@ljharb/eslint-config`, `aud`, `core-js` - [meta] `require-allow-edits` no longer requires an explicit github token - [actions] update rebase checkout action to v2 - [actions] add "Require Allow Edits" action - [actions] switch Automatic Rebase workflow to `pull_request_target` event - [Tests] migrate tests to Github Actions - [Tests] run `nyc` on all tests - [Tests] node 0.8 has an unpredictable property order; fix `groups` test by removing property - [Tests] fix tests for node < 10, due to regex match `groups` - [Tests] add passing tests --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 448e117..cec1f65 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "object-inspect", - "version": "1.8.0", + "version": "1.9.0", "description": "string representations of objects in node and the browser", "main": "index.js", "devDependencies": {