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