This repository was archived by the owner on Apr 3, 2024. It is now read-only.
v3.0.0
This version drops support for Node 4, adds the pathResolver configuration option to support debugging files that have ambiguous paths, and adds a fix to handle debugging objects with circular references (for Node <10).
Breaking Changes
- chore: drop support for node.js 4 (#440)
d6318d8
Features
- feat: pathResolver to allow arbitrary path mapping on behalf of agent (#461)
a0a27f0 - feat: use small HTTP dependency (#510)
ce903bc
Fixes
- fix: handle circular refs correctly with legacy debugging API (#515)
8e6cf9b - fix: allow snapshots in shorter transpiled files (#513)
9512bac - fix: move vm.runInDebugContext to constructor (#509)
6b33feb - fix(deps): update @google-cloud/common to ^0.23.0 (#506)
f67d1af - fix: fix the
workingDirectoryroot dir test (#492)dd8e4af - fix: delegate auth logic to google-auth-library (#489)
841609a - fix: fix installation tests (#488)
8356b15 - fix(deps): update dependency gcp-metadata to ^0.7.0 (#474)
3a2369d - fix(deps): update dependency coffeescript to v2 (#476)
30747fa - fix: fix package warnings for coffee-script and source-maps (#441)
4a7ee90 - fix: stop testing node 4 on appveyor (#444)
9df77ea - fix: clean up the readme (#442)
521aa69