Releases: iloveitaly/better-node-inspect
Releases · iloveitaly/better-node-inspect
v0.3.3
Bug Fixes
- missing import in legacy argument parser (210888d)
v0.3.2
Bug Fixes
- legacy argument parsing is missing an import (5528923)
v0.3.1
Bug Fixes
- missing primordial slice import (2c8078c)
v0.3.0
Bug Fixes
- adding pause on exception state validation (6e92c0a)
- toFile repl helper (8f89e6c)
Features
- inspectObject and writeStdout repl helpers (02db4fb)
- pull string from clipboard repl globals (b1f3026)
- support equal-style arguments in command line parser (84093aa)
v0.2.0
Features
- hook in new argument parser to existing node inspector code (fa13bf3)
- more flexible argument parser (7a497f5)
v0.1.0
Features
- add pretty-print to debugger repl (9295548)
- transform
import
into await import()
in the repl (0471b8d)