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