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