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