Skip to content
This repository has been archived by the owner on Feb 1, 2022. It is now read-only.

Releases: nodejs/node-inspect

v1.11.6

03 Jun 07:59
Compare
Choose a tag to compare
  • fix: replace the deprecated "repl.cli" with "repl" - @oyyd #66
  • Address regressions due to changes in node - @jkrems #67
    • 5b3511e fix: Address regressions due to changes in node

v1.11.5

01 Jun 14:59
Compare
Choose a tag to compare

v1.11.4

31 May 10:15
Compare
Choose a tag to compare

v1.11.3

24 Jan 18:04
Compare
Choose a tag to compare
  • 93caa0f docs: Add missing oc in protocol
  • 2d87cbe fix: Make --inspect-port=0 work
  • ebfd02e chore: Bump tap to 10.7
  • c07adb1 test: Use useful break location
  • 94f0bf9 fix: Fix takeHeapSnapshot() truncation bug

v1.11.2

14 Apr 17:06
Compare
Choose a tag to compare
  • 42e0cd1 fix: look for generic hint text

v1.11.1

06 Apr 19:15
Compare
Choose a tag to compare
  • Prefer --inspect-brk over --debug-brk - @ofrobots #43
    • 2c1ed27 fix: use --inspect-brk with Node 8+

v1.11.0

04 Apr 15:40
Compare
Choose a tag to compare

v1.10.6

15 Mar 16:33
Compare
Choose a tag to compare
  • chore: Fix usage text for embedded mode - @addaleax #20
    • b0779f5 chore: Fix usage text for embedded mode
  • print 'ok' after connection - @ofrobots #25
    • 2a47125 fix: print 'ok' after connection
  • Make autocompletion in REPL work - @aqrln #28
    • ccab737 fix: Make autocompletion in REPL work
  • Remove console.error() statement - @aqrln #30
    • 032b045 style: Remove console.error() statement
  • Take --debug-port into account - @jkrems #26
    • 054d4b1 fix: Take --debug-port into account
  • Delay run until breakpoints are restored - @jkrems #34
    • 802b88c fix: Delay run until breakpoints are restored
    • 2b93173 fix: Use single string for paused notice
    • b4d5ee2 fix: Work around inconsistent handling of strict directive
    • f6ccfc7 fix: Only restart after port is free
    • 8b101bf test: Skip exact match on AIX
  • a4e4b6f chore: Fix repo info in package.json

v1.10.5

03 Jan 22:47
Compare
Choose a tag to compare
  • docs: minor edits to governance docs - @joshgav #17
    • a70fe04 docs: minor edits to governance docs

v1.10.4

21 Dec 00:03
Compare
Choose a tag to compare
  • 1c31bf7 chore: Support embedded mode