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