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