File tree Expand file tree Collapse file tree 1 file changed +16
-1
lines changed Expand file tree Collapse file tree 1 file changed +16
-1
lines changed Original file line number Diff line number Diff line change 11# Revision history for dap
22
3- ## Unreleased -- YYYY-mm-dd
3+ ## 0.2.0.0 -- 2025-05-05
4+
5+ ### Main library changes
46
57* ` Adaptor ` has an additional type parameter denoting the type of the request
68 we are responding to. Crucially, this will be ` Request ` when responding to a
911 argument of ` registerNewDebugSession ` which unlifts ` Adaptor ` to ` IO `
1012 because, when unlifting, we are not replying to any request.
1113
14+ ### Merged MRs
15+ * Create main.yml workflow by @dmjio in https://github.com/haskell-debugger/dap/pull/1
16+ * Remove pedantic by @dmjio in https://github.com/haskell-debugger/dap/pull/2
17+ * Add badge by @dmjio in https://github.com/haskell-debugger/dap/pull/3
18+ * Api unlock custom event by @csabahruska in https://github.com/haskell-debugger/dap/pull/4
19+ * Expose OutputEventCategory and fix JSON rendering by @alt-romes in https://github.com/haskell-debugger/dap/pull/8
20+ * Fix race conditions due to MVar usage by @alt-romes and @mpickering in https://github.com/haskell-debugger/dap/pull/5
21+ * Refactoring to use logging framework by @alt-romes in https://github.com/haskell-debugger/dap/pull/10
22+ * Allow a client to explicitly terminate the server by @alt-romes in https://github.com/haskell-debugger/dap/pull/11
23+ * Allow setBreakpointsArgumentsSourceModified to be null by @alt-romes in https://github.com/haskell-debugger/dap/pull/13
24+
25+ ** Full Changelog** : https://github.com/haskell-debugger/dap/commits/0.2.0.0
26+
1227## 0.1.0.0 -- YYYY-mm-dd
1328
1429* First version. Released on an unsuspecting world.
You can’t perform that action at this time.
0 commit comments