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