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