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