Skip to content

Releases: iloveitaly/better-node-inspect

v0.3.3

04 Aug 13:01
Compare
Choose a tag to compare

Bug Fixes

  • missing import in legacy argument parser (210888d)

v0.3.2

03 Aug 16:52
Compare
Choose a tag to compare

Bug Fixes

  • legacy argument parsing is missing an import (5528923)

v0.3.1

31 Jul 15:36
Compare
Choose a tag to compare

Bug Fixes

  • missing primordial slice import (2c8078c)

v0.3.0

30 Jul 12:13
Compare
Choose a tag to compare

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

29 Jul 12:50
Compare
Choose a tag to compare

Features

  • hook in new argument parser to existing node inspector code (fa13bf3)
  • more flexible argument parser (7a497f5)

v0.1.0

15 Jul 11:53
Compare
Choose a tag to compare

Features

  • add pretty-print to debugger repl (9295548)
  • transform import into await import() in the repl (0471b8d)