llnode v2.0.0 Release Notes

Release Date: 2018-09-25 // over 5 years ago
    • 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