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