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