File tree 2 files changed +22
-2
lines changed
2 files changed +22
-2
lines changed Original file line number Diff line number Diff line change 1
1
### unreleased
2
2
3
+ ### 0.2.0 (2020-06-02)
4
+
5
+ * Multi-component support (thanks @mpickering )
6
+ * Support for GHC 8.10 (thanks @sheaf and @chshersh )
7
+ * Fix some TH issues (thanks @mpickering )
8
+ * Automatically pick up changes to cradle dependencies (e.g. cabal
9
+ files) (thanks @jinwoo )
10
+ * Track dependencies when using ` qAddDependentFile ` (thanks @mpickering )
11
+ * Add record fields to document symbols outline (thanks @bubba )
12
+ * Fix some space leaks (thanks @mpickering )
13
+ * Strip redundant path information from diagnostics (thanks @tek )
14
+ * Fix import suggestions for operators (thanks @eddiemundo )
15
+ * Significant reductions in memory usage by using interfaces and ` .hie ` files (thanks
16
+ @pepeiborra )
17
+ * Minor improvements to completions
18
+ * More comprehensive suggestions for missing imports (thanks @pepeiborra )
19
+ * Group imports in document outline (thanks @fendor )
20
+ * Upgrade to haskell-lsp-0.22 (thanks @bubba )
21
+ * Upgrade to hie-bios 0.5 (thanks @fendor )
22
+
3
23
### 0.1.0 (2020-02-04)
4
24
5
25
* Code action for inserting new definitions (see #309 ).
Original file line number Diff line number Diff line change @@ -2,12 +2,12 @@ cabal-version: 1.20
2
2
build-type : Simple
3
3
category : Development
4
4
name : ghcide
5
- version : 0.1 .0
5
+ version : 0.2 .0
6
6
license : Apache-2.0
7
7
license-file : LICENSE
8
8
author : Digital Asset
9
9
maintainer : Digital Asset
10
- copyright : Digital Asset 2018-2019
10
+ copyright : Digital Asset 2018-2020
11
11
synopsis : The core of an IDE
12
12
description :
13
13
A library for building Haskell IDE's on top of the GHC API.
You can’t perform that action at this time.
0 commit comments