File tree 3 files changed +28
-0
lines changed
3 files changed +28
-0
lines changed Original file line number Diff line number Diff line change 1
1
# Revision history for lsp-test
2
2
3
+ ## 0.14.0.1 -- 2021-07-30
4
+
5
+ * Catch IO exception when sending messages to server (#317 ) (@berberman )
6
+ * Improve error messages on JSON decode failures (#320 ) (@strager )
7
+ * Add tests for satisfyMaybe (#325 ) (@strager )
8
+ * Add call hierarchy support (@July541 )
9
+ * pass the lspConfig at initialization time as well (@pepeiborra )
10
+ * Semantic tokens support (@michaelpj )
11
+
3
12
## 0.13.0.0 -- 2021-03-26
4
13
5
14
* Update for lsp-types-1.2 (@wz1000 )
Original file line number Diff line number Diff line change 1
1
# Revision history for lsp-types
2
2
3
+ ## 1.2.0.1
4
+
5
+ * Add compatibility with GHC 9.2 (#345 ) (@fendor )
6
+ * Fix missing lenses (@michaelpj )
7
+ * Semantic tokens support (@michaelpj )
8
+ * Fix GHC 9 build (@anka-213 )
9
+ * Add call hierarchy support (@July541 )
10
+ * Do not crash on workspace/didChangeConfiguration (#321 ) (@strager )
11
+ * Improve error messages on JSON decode failures (#320 ) (@strager )
12
+
3
13
## 1.2.0.0
4
14
5
15
* Prevent crashing when optional fields are missing (@anka-213 )
Original file line number Diff line number Diff line change 1
1
# Revision history for lsp
2
2
3
+ ## 1.2.0.1
4
+
5
+ * Add exception instances to LspT (#315 ) (@pepeiborra )
6
+ * Add call hierarchy support (@July541 )
7
+ * Fix build on GHC 9 (@anka-213 )
8
+ * pass the lspConfig at initialization time as well (@pepeiborra )
9
+ * Semantic token (@michaelpj )
10
+ * Do not crash on workspace/didChangeConfiguration (#321 ) (@strager )
11
+
3
12
## 1.2.0.0
4
13
5
14
* Parse config from initializeOptions and pass in the old value of config to onConfigurationChange (#285 ) (wz1000)
You can’t perform that action at this time.
0 commit comments