Support haskell-lsp-0.22
[lsp-test.git] / ChangeLog.md
1 # Revision history for lsp-test
2
3 ## 0.10.3.0 -- 2020-05-04
4
5 * Build with new haskell-lsp-0.22
6
7 ## 0.10.2.0 -- 2020-03-21
8
9 * Bump constraints for new haskell-lsp
10
11 ## 0.10.1.0 -- 2020-02-04
12
13 * Bump constraints for new haskell-lsp
14
15 ## 0.10.0.0 -- 2019-12-29
16
17 * Account for messages received between the initialize request and response.
18   (Though it will throw an exception if the message received is an illegal one)
19
20 ## 0.9.0.0 -- 2019-12-1
21
22 * Add `ignoreLogNotifications` config option
23 * Add ability to override `logStdErr` and `logMessages` config options with
24   the `LSP_TEST_LOG_STDERR` and `LOG_TEST_LOG_MESSAGES` environment variables
25 * Update for haskell-lsp-0.19.0.0 (@mpickering)
26
27 ## 0.8.2.0 -- 2019-11-17
28
29 * Expose `satisfyMaybe` (@cocreature)
30
31 ## 0.8.1.0 -- 2019-11-17
32
33 * Update to haskell-lsp-0.18.0.0 (@mpickering, @alanz)
34 * Tests now require hie-bios based hie
35
36 ## 0.8.0.0 -- 2019-10-18
37
38 * Make `Session` a newtype
39 * Update for haskell-lsp-0.17.0.0 (@cocreature)
40
41 ## 0.7.0.0 -- 2019-09-08
42
43 * Update for haskell-lsp-0.16.0.0
44
45 ## 0.6.1.0 -- 2019-08-24
46
47 * Add `satisfyMaybe` (@cocreature)
48
49 ## 0.6.0.0 -- 2019-07-04
50
51 * Update to haskell-lsp-0.15.0.0 (@lorenzo)
52
53 ## 0.5.4.0 -- 2019-06-13
54
55 * Fix `getDefinitions` for SingleLoc (@cocreature)
56 * Add `getCodeLenses` (@cocreature)
57
58 ## 0.5.3.0 -- 2019-06-13
59
60 * Update to haskell-lsp-0.14.0.0 (@cocreature)
61 * Support `TextDocumentDidChange` (@cocreature)
62 * Add non-file based `openDoc` (@cocreature)
63
64 ## 0.5.2.0 -- 2019-04-28
65
66 * Add `satisfy` parser combinator
67
68 ## 0.5.1.0 -- 2019-04-22
69
70 * Fix unhandled `window/progress` server notifications
71
72 ## 0.5.1.0 -- 2019-04-07
73
74 * Add getTypeDefinitions (@fendor)
75
76 ## 0.5.0.2 -- 2018-12-05
77
78 * Fix loose threads when exceptions are thrown
79
80 ## 0.5.0.0 -- 2018-11-13
81
82 * Add lspConfig option in config
83 * GHC 8.6.2 support
84
85 ## 0.4.0.0 -- 2018-09-08
86
87 * Update to haskell-lsp-0.8.0.0
88
89 ## 0.3.0.0 -- 2018-09-0t
90
91 * Update to haskell-lsp-0.7.0.0
92
93 ## 0.2.1.0 -- 2018-08-14
94
95 * Add getCodeActions
96 * Add getCurrentDiagnostics
97
98 ## 0.2.0.0 -- 2018-08-06
99
100 * Update to haskell-lsp 0.6.0.0