Skip to content

Latest commit

Β 

History

History
288 lines (185 loc) Β· 21.2 KB

CHANGELOG.md

File metadata and controls

288 lines (185 loc) Β· 21.2 KB

1.11.5

1.11.4

1.11.3

  • 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

1.11.2

  • 42e0cd1 fix: look for generic hint text

1.11.1

  • Prefer --inspect-brk over --debug-brk - @ofrobots #43
    • 2c1ed27 fix: use --inspect-brk with Node 8+

1.11.0

1.10.6

  • 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

1.10.5

  • docs: minor edits to governance docs - @joshgav #17
    • a70fe04 docs: minor edits to governance docs

1.10.4

  • 1c31bf7 chore: Support embedded mode

1.10.3

  • 7b20379 chore: Mark .eslintrc as root

1.10.2

  • Run tests on windows - @jkrems #16
    • 5a57f98 chore: Run tests on windows
    • 0a04b50 chore: Bump nlm to get rid of postinstall
    • 4a8b27c test: Remove unix path assumptions

1.10.1

  • 4ba3c72 refactor: Undo weird bundling into one file

1.10.0

  • 3e1a66a feat: Support CPU & heap profiles

1.9.3

  • Move back to single file - @jkrems #15
    • 9877660 refactor: Wrap client in IIFE
    • 7795c53 refactor: Move more code in createRepl scope
    • be34a39 refactor: Move back to single file
    • ab45b62 refactor: Remove single-use functions
    • 37a711e style: Stop using new Buffer
    • d669dc5 chore: Switch to node eslint rules
    • 15e7917 style: Use var in classical for loops

1.9.2

  • c9dc4be doc: Link directly to GOVERNANCE file

1.9.1

  • Handle big ws frames correctly - @jkrems #14
    • f80100e fix: Handle big ws frames correctly - see: #10

1.9.0

  • Support for low-level agent access - @jkrems #13
    • 90ed431 feat: Support for low-level agent access

1.8.4

1.8.3

  • 6f9883d fix: Breakpoints & scripts work when not paused
  • ecb1362 chore: Pin node to 6.8

1.8.2

  • 4219a98 refactor: Decouple source snippet from repl

1.8.1

  • 95402ee refactor: Move list into CallFrame

1.8.0

1.7.0

  • breakOn{Exception,Uncaught,None} - @jkrems #8
    • fa8c4c7 feat: breakOn{Exception,Uncaught,None} - see: #6

1.6.0

1.5.0

  • 7e0fd99 feat: Add r shortcut for run

1.4.1

  • 484d098 chore: Remove old implementation

1.4.0

  • Properly tested implementation - @jkrems #4
    • ba060d3 feat: Error handling w/o args
    • b39b3bc feat: Launch child
    • 481693f feat: Connect debug client
    • 3bba0f2 chore: Disable lint for inactive code
    • cc7bdfc feat: Properly fail with invalid host:port
    • 73f34f9 refactor: Remove unused field
    • 6a23e0c refactor: Better debug output & support node 6.6
    • 63b0f9b test: Add timeout to waitFor(pattern)
    • cfa197b refactor: Move REPL setup into own file
    • 3f46c2c feat: Working repl eval
    • 6911eb1 feat: Enter repeats last command
    • 7d20b7d chore: Add missing license header
    • 23c62f8 feat: Print break context
    • 5dbc83d feat: Stepping and breakpoints
    • 8deb8cc feat: list for printing source
    • 1ed2ec9 chore: Disable verbose output on CI
    • 625a435 fix: Gracefully handle delayed scriptParsed
    • 8823c60 chore: Run all the tests
    • 00506f7 feat: backtrace/bt
    • e1ee02d refactor: Leverage util.inspect.custom
    • 5dcc319 feat: scripts and scripts(true)
    • 085cd5a refactor: Consistent import style
    • 1c60f91 feat: Set breakpoint before file is loaded
    • bc82ecc feat: breakpoints to list breakpoints
    • 7f48c95 feat: watchers & exec
    • 0f8cd13 feat: clearBreakpoint
    • 0d31560 feat: version to print v8 version
    • df6b89d feat: Paused & global exec
    • 9e97d73 feat: repl to enter exec mode
    • 9ee9f90 feat: run & restart
  • 3a752aa feat: kill
  • a67e470 feat: Restore breakpoints on restart

1.3.3

  • eb7a54c chore: Switch to tap for tests

1.3.2

  • Add notes about governance - @jkrems #3
    • e94089d chore: Add notes about governance

1.3.1

  • 8767137 style: Remove rogue console.log

1.3.0

  • 3ac6232 feat: Add version command

1.2.0

  • 86b5812 feat: scripts & listScripts(true)

1.1.1

1.1.0

1.0.0

  • 44c4c79 chore: Initial commit
  • 985873c feat: Launching the example works
  • 3d92d05 chore: Proper license and passing tests
  • b3f99d9 feat: Futile attempts to send a valid ws frame
  • 465cfb7 feat: Working ws connection
  • da9f011 fix: Fix remote connect
  • 5ef33d7 feat: Working step-by-step
  • 534e1e4 chore: Add bin entry
  • 8cff9cf style: Use simpler key thingy
  • 720ec53 doc: Add instructions
  • b89ad60 doc: More helpful docs
  • de9243c feat: Watchers
  • e16978f docs: Working usage hints
  • 2dbc204 refactor: Use proxies
  • b8c9b14 style: Remove unused var
  • f6b4b20 feat: Nicer inspect of remote values
  • 36887c6 fix: Properly print watchers
  • 7729442 feat: Add pause command
  • e39a713 fix: Properly format boolean properties
  • f8f51d7 fix: Properly format numeric properties
  • 89e6e08 feat: Add backtrace command
  • 82362ac feat: Add setBreakpoint()
  • 7064cce feat: Add setBreakpoint(line)
  • 360580e feat: Add run/kill/restart
  • b1b576e feat: Add help command
  • 2db4660 feat: Add remaining sb() variants
  • f2ad1ae fix: Display breakpoints set into the future
  • 73272f9 refactor: Make breakpoints more inspect friendly
  • 507a71d feat: Add breakpoints command
  • 5fb3e5d docs: Link to Command Line API docs
  • 81af501 chore: Fix license field