We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9be07ef commit 28150d8Copy full SHA for 28150d8
CHANGELOG.md
@@ -1,5 +1,15 @@
1
# Revision history for dap
2
3
+## 0.3.0.0 -- 2025-10-03
4
+
5
+### Main library changes
6
7
+* Adds support for sending a `runInTerminal` reverse request using
8
+ `sendRunInTerminalReverseRequest`.
9
+* And adds support for receiving responses to reverse requests via the new
10
+ argument to `runDAPServerWithLogger` -- a function which receives a
11
+ `ReverseRequestResponse`.
12
13
## 0.2.0.0 -- 2025-05-05
14
15
### Main library changes
0 commit comments