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