Skip to content

Commit efcf8f7

Browse files
lsp-devtools v0.2.2
1 parent 94c7f01 commit efcf8f7

File tree

7 files changed

+16
-6
lines changed

7 files changed

+16
-6
lines changed

lib/lsp-devtools/CHANGES.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
## v0.2.2 - 2024-01-29
2+
3+
4+
### Enhancements
5+
6+
- Added formatters `json` and `json-compact` that can be used within format strings. ([#130](https://github.com/swyddfa/lsp-devtools/issues/130))
7+
- When not printing messages to stdout, the `lsp-devtools record` command now displays a nice visualisation of the traffic between client and server - so that you can see that it's doing something ([#134](https://github.com/swyddfa/lsp-devtools/issues/134))
8+
9+
### Fixes
10+
11+
- The `lsp-devtools record` command will now produce valid JSON when using the `--to-file` option without an explicitly provided format string. ([#130](https://github.com/swyddfa/lsp-devtools/issues/130))
12+
- The `lsp-devtools agent` now watches for the when the server process exits and closes itself down also. ([#132](https://github.com/swyddfa/lsp-devtools/issues/132))
13+
- Commands like `lsp-devtools record` should now exit cleanly when hitting `Ctrl-C` ([#133](https://github.com/swyddfa/lsp-devtools/issues/133))
14+
15+
116
## v0.2.1 - 2023-11-13
217

318

lib/lsp-devtools/changes/130.enhancement.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

lib/lsp-devtools/changes/130.fix.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

lib/lsp-devtools/changes/132.fix.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

lib/lsp-devtools/changes/133.fix.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

lib/lsp-devtools/changes/134.enhancement.md

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.2.1"
1+
__version__ = "0.2.2"

0 commit comments

Comments
 (0)