Skip to content

Releases: hildjj/node-inspect-extracted

Update to match node v22.1.0

12 May 19:01
v3.0.2
df8e38d
Compare
Choose a tag to compare

Moves to @stylistic/js rules for eslint.

Update to match node v21.6.1

01 Feb 17:12
v3.0.1
57a1def
Compare
Choose a tag to compare

Ensure tests run on node 21.
Ensure typescript types work on modern versions of typescript.

Update to match v20.3.1

30 Jun 16:58
v3.0.0
f379559
Compare
Choose a tag to compare

Updated to match latest nodejs (minimal changes, mostly in test code)
Updated dependencies
Override semver and word-wrap for depdendencies
Breaking: now requires node v16+

Update to match Node 18.11.0

19 Oct 15:46
v2.0.0
6cf5c1f
Compare
Choose a tag to compare
  • Brought up to date with Node 18.11.0
  • Breaking only supports node 14+ now
  • Several polyfills are needed to support node 14. As soon as that version goes out of support, we will drop those polyfills.
  • Had to pull in a few more bits of the Node runtime (url.pathToFileURL and path.resolve) and their associated tests.

Typescript types

24 Feb 19:48
v1.1.0
feac384
Compare
Choose a tag to compare
  • Update to match node 17.6.0
    • Adds support for numericSeparator
  • Add typescript types
  • Ensure node 10.18+ is still supported by tweaking node's code to not use ??, etc.

Update to latest node source

29 Mar 00:25
v1.0.5
20ac1ab
Compare
Choose a tag to compare

Mostly minor changes. Update dependencies. Merge latest node revisions.

v1.0.4

14 Mar 19:49
v1.0.4
bb9dfa7
Compare
Choose a tag to compare

Now works in Safari

Added metadata to package.json

10 Feb 00:14
v1.0.3
eac3d7d
Compare
Choose a tag to compare

package.json was missing homepage and repo info.

Cleaned up enough for real use

07 Feb 07:40
v1.0.1
8cd1d3d
Compare
Choose a tag to compare

Mostly cleanups, doc upgrades, test coverage bumps. Important changes:

  • Web export is now util rather than Inspect, so you can just write util.inspect.
  • Exposed Proxy class for folks that want showProxy to work
  • Exposed stylizeWithColor and stylizeWithHTML
  • Removed a few exports that nobody should have been using