Skip to content

Commit

Permalink
v1.9.0
Browse files Browse the repository at this point in the history
 - [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
  • Loading branch information
ljharb committed Dec 1, 2020
1 parent 70058de commit 33bdee9
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.8.0",
"version": "1.9.0",
"description": "string representations of objects in node and the browser",
"main": "index.js",
"devDependencies": {
Expand Down

0 comments on commit 33bdee9

Please sign in to comment.