|
3 | 3 | - GHC 8.6.5 preliminary support added via the nightly build (@alanz) |
4 | 4 | - Add `diagnosticsOnChange` config parameter, default `True` |
5 | 5 | (preserving prior hie behaviour). Setting it `False` only generates |
6 | | - diagnostics on file save. (#1164, @mpickering/@lorenzo) |
| 6 | + diagnostics on file save. ([#1164](https://github.com/haskell/haskell-ide-engine/pull/1164), @mpickering/@lorenzo) |
7 | 7 | - The `Hsimport` plugin now formats the resulting change using the |
8 | | - formatter configured for hie. (#1167,@fendor) |
| 8 | + formatter configured for hie. ([#1167](https://github.com/haskell/haskell-ide-engine/pull/1167),@fendor) |
9 | 9 | - Actually enable type definition requests, if supported by the client |
10 | | - (e.g. vscode). (#1169/@fendor, #1172/@bubba) |
11 | | -- Use LSP MarkupContent for generated documentation (#1181, @alanz) |
12 | | -- remove installation of Cabal by cabal (#1184, @power-fungus) |
| 10 | + (e.g. vscode). ([#1169](https://github.com/haskell/haskell-ide-engine/pull/1169)/@fendor, [#1172](https://github.com/haskell/haskell-ide-engine/pull/1172)/@bubba) |
| 11 | +- Use LSP MarkupContent for generated documentation ([#1181](https://github.com/haskell/haskell-ide-engine/pull/1181), @alanz) |
| 12 | +- remove installation of Cabal by cabal ([#1184](https://github.com/haskell/haskell-ide-engine/pull/1184), @power-fungus) |
13 | 13 | - Add EmptyDataDecls to available pragmas, for generating code actions |
14 | | - to insert if needed. (#1187,@fendor) |
| 14 | + to insert if needed. ([#1187](https://github.com/haskell/haskell-ide-engine/pull/1187),@fendor) |
15 | 15 | - Make sure the end of formatted text is properly indicated for marked |
16 | | - up documentation (#1189, @alanz) |
17 | | -- Fix some of the tests with cabal new-build (#1194, @michaelpj) |
18 | | -- Update build-tool-depends for func-test (#1198, @bubba) |
19 | | -- Fix version of lsp-test so `cabal new-build` works (#1211, @power-fungus) |
20 | | -- Bump hlint to 2.1.17 (#1213, @alanz) |
21 | | -- Use cabal helper that searches with exe extension on windows (#1217, @alanz) |
| 16 | + up documentation ([#1189](https://github.com/haskell/haskell-ide-engine/pull/1189), @alanz) |
| 17 | +- Fix some of the tests with cabal new-build ([#1194](https://github.com/haskell/haskell-ide-engine/pull/1194), @michaelpj) |
| 18 | +- Update build-tool-depends for func-test ([#1198](https://github.com/haskell/haskell-ide-engine/pull/1198), @bubba) |
| 19 | +- Fix version of lsp-test so `cabal new-build` works ([#1211](https://github.com/haskell/haskell-ide-engine/pull/1211), @power-fungus) |
| 20 | +- Bump hlint to 2.1.17 ([#1213](https://github.com/haskell/haskell-ide-engine/pull/1213), @alanz) |
| 21 | +- Use cabal helper that searches with exe extension on windows ([#1217](https://github.com/haskell/haskell-ide-engine/pull/1217), @alanz) |
22 | 22 |
|
23 | 23 | - Stability improvements |
24 | | - - Avoid crash in case of nonsensical hoogle db (#1174, @fendor) |
25 | | - - Prevent hie crash if apply-refact crashes (#1220, @Hogeyama) |
| 24 | + - Avoid crash in case of nonsensical hoogle db ([#1174](https://github.com/haskell/haskell-ide-engine/pull/1174), @fendor) |
| 25 | + - Prevent hie crash if apply-refact crashes ([#1220](https://github.com/haskell/haskell-ide-engine/pull/1220), @Hogeyama) |
26 | 26 |
|
27 | 27 | - Documentation improvements |
28 | | - - Improve code documentation about formatters (#1165,@fendor) |
29 | | - - Add code documentation for the Hoogle plugin (#1173,@fendor) |
30 | | - - Change 'build-docs' to 'build-doc' in README (#1185, @ajeetdsouza) |
31 | | - - README Nix - replace old.postFixup -> postFixup (#1193, @backuitist) |
32 | | - - Expand documentation on the build system (#1200, @power-fungus) |
33 | | - - Fixed a typo. (#1212, @rashadg1030) |
| 28 | + - Improve code documentation about formatters ([#1165](https://github.com/haskell/haskell-ide-engine/pull/1165),@fendor) |
| 29 | + - Add code documentation for the Hoogle plugin ([#1173](https://github.com/haskell/haskell-ide-engine/pull/1173),@fendor) |
| 30 | + - Change 'build-docs' to 'build-doc' in README ([#1185](https://github.com/haskell/haskell-ide-engine/pull/1185), @ajeetdsouza) |
| 31 | + - README Nix - replace old.postFixup -> postFixup ([#1193](https://github.com/haskell/haskell-ide-engine/pull/1193), @backuitist) |
| 32 | + - Expand documentation on the build system ([#1200](https://github.com/haskell/haskell-ide-engine/pull/1200), @power-fungus) |
| 33 | + - Fixed a typo. ([#1212](https://github.com/haskell/haskell-ide-engine/pull/1212), @rashadg1030) |
34 | 34 | - Add documentation about building hie with profiling |
35 | | - enabled. (#1225, @skress) |
36 | | - - Add Documentation for Pragmas Plugin (#1222, @fendor) |
| 35 | + enabled. ([#1225](https://github.com/haskell/haskell-ide-engine/pull/1225), @skress) |
| 36 | + - Add Documentation for Pragmas Plugin ([#1222](https://github.com/haskell/haskell-ide-engine/pull/1222), @fendor) |
37 | 37 |
|
38 | 38 | - Build system improvements |
39 | 39 | - Further improvements and simplification of the `./install.hs` |
40 | | - build system (#1168, @power-fungus) |
| 40 | + build system ([#1168](https://github.com/haskell/haskell-ide-engine/pull/1168), @power-fungus) |
41 | 41 |
|
42 | 42 | # 0.8.0.0 |
43 | 43 |
|
|
0 commit comments