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