You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: deps/node-inspect/CHANGELOG.md
+27
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,30 @@
1
+
### 1.10.6
2
+
3
+
* chore: Fix usage text for embedded mode - **[@addaleax](https://github.com/addaleax)**[#20](https://github.com/nodejs/node-inspect/pull/20)
4
+
-[`b0779f5`](https://github.com/nodejs/node-inspect/commit/b0779f597104e9ada5681f64d7e714525b753511)**chore:** Fix usage text for embedded mode
5
+
* print 'ok' after connection - **[@ofrobots](https://github.com/ofrobots)**[#25](https://github.com/nodejs/node-inspect/pull/25)
6
+
-[`2a47125`](https://github.com/nodejs/node-inspect/commit/2a4712577f6996fbb078dcfcd7320c397685d76a)**fix:** print 'ok' after connection
7
+
* Make autocompletion in REPL work - **[@aqrln](https://github.com/aqrln)**[#28](https://github.com/nodejs/node-inspect/pull/28)
8
+
-[`ccab737`](https://github.com/nodejs/node-inspect/commit/ccab737399249a8c2230ed6adfec579c7d724364)**fix:** Make autocompletion in REPL work
* Take --debug-port into account - **[@jkrems](https://github.com/jkrems)**[#26](https://github.com/nodejs/node-inspect/pull/26)
12
+
-[`054d4b1`](https://github.com/nodejs/node-inspect/commit/054d4b10e65f12a3a4b10b4c0ab2a4768cc5e893)**fix:** Take --debug-port into account
13
+
* Delay run until breakpoints are restored - **[@jkrems](https://github.com/jkrems)**[#34](https://github.com/nodejs/node-inspect/pull/34)
14
+
-[`802b88c`](https://github.com/nodejs/node-inspect/commit/802b88c8ad0a57608cb9e0cb4bf46ed683bb6344)**fix:** Delay run until breakpoints are restored
15
+
-[`2b93173`](https://github.com/nodejs/node-inspect/commit/2b93173d95e7f8b30d85603613cb2ae3b3ec18db)**fix:** Use single string for paused notice
16
+
-[`b4d5ee2`](https://github.com/nodejs/node-inspect/commit/b4d5ee2a3d25613b35a2e8e10a0eb75582cc5654)**fix:** Work around inconsistent handling of strict directive
17
+
-[`f6ccfc7`](https://github.com/nodejs/node-inspect/commit/f6ccfc7f4d00ad4fdf3b581b677f8d7f1699c44c)**fix:** Only restart after port is free
18
+
-[`8b101bf`](https://github.com/nodejs/node-inspect/commit/8b101bf669ca102df4980bfad3e0436ef1c2f1a4)**test:** Skip exact match on AIX
19
+
*[`a4e4b6f`](https://github.com/nodejs/node-inspect/commit/a4e4b6feeba4dedfd2c89ef32f39e813314d3bbd)**chore:** Fix repo info in package.json
20
+
21
+
22
+
### 1.10.5
23
+
24
+
* docs: minor edits to governance docs - **[@joshgav](https://github.com/joshgav)**[#17](https://github.com/buggerjs/node-inspect/pull/17)
25
+
-[`a70fe04`](https://github.com/buggerjs/node-inspect/commit/a70fe04bdde9b7c74588685066291f9b11183328)**docs:** minor edits to governance docs
26
+
27
+
1
28
### 1.10.4
2
29
3
30
*[`1c31bf7`](https://github.com/buggerjs/node-inspect/commit/1c31bf7d1b3ea1b424ae0662526596670cb506c9)**chore:** Support embedded mode
This project falls under the governance of the Node.js Diagnostics WG as
18
+
described at <https://github.com/nodejs/diagnostics/blob/master/GOVERNANCE.md>.
21
19
22
20
## Developer's Certificate of Origin 1.1
23
21
@@ -51,7 +49,7 @@ By making a contribution to this project, I certify that:
51
49
52
50
If you find any mistakes in the docs or a bug in the code,
53
51
please [open an issue in Github](https://github.com/nodejs/node-inspect/issues/new) so we can look into it.
54
-
You can also [create a PR](#contributing-code) fixing it yourself, or course.
52
+
You can also [create a PR](#contributing-code) fixing it yourself of course.
55
53
56
54
If you report a bug, please follow these guidelines:
57
55
@@ -67,7 +65,7 @@ If you report a bug, please follow these guidelines:
67
65
68
66
For small documentation changes, you can use [Github's editing feature](https://help.github.com/articles/editing-files-in-another-user-s-repository/).
69
67
The only thing to keep in mind is to prefix the commit message with "docs: ".
70
-
The detault commit message generated by Github will lead to a failing CI build.
68
+
The default commit message generated by Github will lead to a failing CI build.
71
69
72
70
For larger updates to the documentation
73
71
it might be better to follow the [instructions for contributing code below](#contributing-code).
0 commit comments