Skip to content

v2.0.0

Compare
Choose a tag to compare
@joyeecheung joyeecheung released this 25 Sep 19:24
411ba51
  • src: add node's internals constants
  • build: convert the llnode shortcut to javascript
  • build: add install script
  • build: add Windows support
  • src: move ParseInspectOptions out of CommandBase
  • src: implement JavaScript API
  • doc, test: doc API design, add tests
  • src: add commands to inspect the workqueue
  • src: run make format with clang-format 6.0.1
  • src: check oob before slicing String
  • doc: update build matrix to use travis-ci.com
  • build, doc: drop support for Node.js v9.x
  • build: add names to our Travis builds
  • src: inspect properties with descriptor details
  • src: fix inspection of read-only properties
  • src: fix context inpection for V8 6.8
  • src: inspect context objects (Node.js v10.x+)
  • test: increase Linux test coverate
  • src: run make format on all files
  • src: fix JSError inspection
  • src: show context objects within findrefs
  • package: update description to match GitHub