Add notice that this was merged into haskell/lsp
[lsp-test.git] / ChangeLog.md
1 # Revision history for lsp-test
2
3 ## 0.6.0.0 -- 2019-07-04
4
5 * Update to haskell-lsp-0.15.0.0 (@lorenzo)
6
7 ## 0.5.4.0 -- 2019-06-13
8
9 * Fix `getDefinitions` for SingleLoc (@cocreature)
10 * Add `getCodeLenses` (@cocreature)
11
12 ## 0.5.3.0 -- 2019-06-13
13
14 * Update to haskell-lsp-0.14.0.0 (@cocreature)
15 * Support `TextDocumentDidChange` (@cocreature)
16 * Add non-file based `openDoc` (@cocreature)
17
18 ## 0.5.2.0 -- 2019-04-28
19
20 * Add `satisfy` parser combinator
21
22 ## 0.5.1.0 -- 2019-04-22
23
24 * Fix unhandled `window/progress` server notifications
25
26 ## 0.5.1.0 -- 2019-04-07
27
28 * Add getTypeDefinitions (@fendor)
29
30 ## 0.5.0.2 -- 2018-12-05
31
32 * Fix loose threads when exceptions are thrown
33
34 ## 0.5.0.0 -- 2018-11-13
35
36 * Add lspConfig option in config
37 * GHC 8.6.2 support
38
39 ## 0.4.0.0 -- 2018-09-08
40
41 * Update to haskell-lsp-0.8.0.0
42
43 ## 0.3.0.0 -- 2018-09-0t
44
45 * Update to haskell-lsp-0.7.0.0
46
47 ## 0.2.1.0 -- 2018-08-14
48
49 * Add getCodeActions
50 * Add getCurrentDiagnostics
51
52 ## 0.2.0.0 -- 2018-08-06
53
54 * Update to haskell-lsp 0.6.0.0