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