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