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