Releases: microsoft/edge-diagnostics-adapter
v0.6.0
This is the same as v0.6.0-unsigned
, with the only difference that binaries are signed. This is the version published to npm:
- New:
Network
domain - New: Improvements in
Runtime
domain - Chore: Update dependencies
- New: Add AppVeyor with support for node 6, and 8
- New: Auto release on GitHub and
node-pre-gyp
support - New: Auto install VC++ redistributable if needed
- Docs: Improve documentation
v0.6.0-unsigned
To run this release you will have to enable testsigning
Release 0.3.2
This release fixes issues when running the adapter on non-English builds of Windows.
The zip file for this release contains both x86 and x64 bits in their respective folders.
Release 0.3.1
Enabling internal developer mode in Edge to avoid PLM warnings.
Release 0.3.0
This release suppots basic debugging plus:
- /json/protocol
- accurate /json/version
- Source map URL
Please download the zip file that corresponds to your OS's bitness (most likely x64).
- EdgeDiagnosticsAdapterx64.zip for 64bit Win10
- EdgeDiagnosticsAdapterx86.zip for 32bit Win10
Release 0.2.0
Release with support for debugging, breakpoints, locals etc. and inspection features (list all pages and protocol.json).
Please download the zip file that corresponds to your OS's bitness (most likely x64).
- EdgeDiagnosticsAdapterx64.zip for 64bit Win10
- EdgeDiagnosticsAdapterx86.zip for 32bit Win10
Release 0.1.0
Initial release. Only x64 support for now.