|
1 | 1 | ### unreleased
|
2 | 2 |
|
| 3 | +### 0.3.0 (2020-09-01) |
| 4 | + |
| 5 | +* CI: remove (internal) DA Slack notifications (#750) - (Gary Verhaegen) |
| 6 | +* Add session-loader to hie.yaml (#714) - (Luke Lau) |
| 7 | +* Codeaction for exporting unused top-level bindings (#711) - (shaurya gupta) |
| 8 | +* Add links to haddock and hscolour pages in documentation (#699) - (Luke Lau) |
| 9 | +* Expose GHC.Compat module (#709) - (Pepe Iborra) |
| 10 | +* Move session loading logic into ghcide library (#697) - (Luke Lau) |
| 11 | +* Code action: remove redundant constraints for type signature (#692) - (Denis Frezzato) |
| 12 | +* Fix Binary instance of Q to handle empty file paths (#707) - (Moritz Kiefer) |
| 13 | +* Populate ms_hs_date in GetModSummary rule (#694) - (Pepe Iborra) |
| 14 | +* Allow GHC plugins to be called with an updated StringBuffer (#698) - (Alfredo Di Napoli) |
| 15 | +* Relax upper bounds for GHC 8.10.1 (#705) - (Pepe Iborra) |
| 16 | +* Obtain the GHC libdir at runtime (#696) - (Luke Lau) |
| 17 | +* Expect bench experiments to fail with Cabal (#704) - (Pepe Iborra) |
| 18 | +* Bump lodash from 4.17.15 to 4.17.19 in /extension (#702) - (dependabot[bot]) |
| 19 | +* Update to hie-bios 0.6.1 (#693) - (fendor) |
| 20 | +* Backport HIE files to GHC 8.6 (#689) - (wz1000) |
| 21 | +* Performance improvements for GetSpanInfo (#681) - (Pepe Iborra) |
| 22 | +* Code action add default type annotation to remove `-Wtype-defaults` warning (#680) - (Serhii) |
| 23 | +* Use a global namecache to read `.hie` files (#677) - (wz1000) |
| 24 | +* Completions need not depend on typecheck of the current file (#670) - (Pepe Iborra) |
| 25 | +* Fix spaninfo Haddocks for local modules (#678) - (Pepe Iborra) |
| 26 | +* Avoid excessive retypechecking of TH codebases (#673) - (Pepe Iborra) |
| 27 | +* Use stale information if it's available to answer requests quickly (#624) - (Matthew Pickering) |
| 28 | +* Code action: add constraint (#653) - (Denis Frezzato) |
| 29 | +* Code action: add constraint (#653) - (Denis Frezzato) |
| 30 | +* Make BenchHist non buildable by default and save logs (#666) - (Pepe Iborra) |
| 31 | +* Delete unused top level binding code action (#657) - (Serhii) |
| 32 | +* stack810.yaml: bump (#651) - (Domen Kozar) |
| 33 | +* Fix debouncer for 0 delay (#662) - (Pepe Iborra) |
| 34 | +* Interface file fixes (#645) - (Pepe Iborra) |
| 35 | +* Retry GHC 8.10 on Windows (#661) - (Moritz Kiefer) |
| 36 | +* Finer dependencies for GhcSessionFun (#643) - (Pepe Iborra) |
| 37 | +* Send WorkDoneProgressEnd only when work is done (#649) - (Pepe Iborra) |
| 38 | +* Add a note on differential benchmarks (#647) - (Pepe Iborra) |
| 39 | +* Cache a ghc session per file of interest (#630) - (Pepe Iborra) |
| 40 | +* Remove `Strict` from the language extensions used for code actions (#638) - (Torsten Schmits) |
| 41 | +* Report progress when setting up cradle (#644) - (Luke Lau) |
| 42 | +* Fix crash when writing to a Barrier more than once (#637) - (Pepe Iborra) |
| 43 | +* Write a cabal.project file in the benchmark example (#640) - (Pepe Iborra) |
| 44 | +* Performance analysis over time (#629) - (Pepe Iborra) |
| 45 | +* More benchmarks (#625) - (Pepe Iborra) |
| 46 | +* Canonicalize the locations in the cradle tests (#628) - (Luke Lau) |
| 47 | +* Add hie.yaml.stack and use none cradle for test data (#626) - (Javier Neira) |
| 48 | +* Fix a bug in getHiFileRule (#623) - (Pepe Iborra) |
| 49 | +* ghc initialization error handling (#609) - (Pepe Iborra) |
| 50 | +* Fix regression in getSpanInfoRule (#622) - (Pepe Iborra) |
| 51 | +* Restore Shake profiling (#621) - (Pepe Iborra) |
| 52 | +* Use a better noRange (#612) - (Neil Mitchell) |
| 53 | +* Add back a .ghci file (#607) - (Neil Mitchell) |
| 54 | +* #573, make haddock errors warnings with the word Haddock in front (#608) - (Neil Mitchell) |
| 55 | +* Implement Goto Type Definition (#533) - (Matthew Pickering) |
| 56 | +* remove unnecessary FileExists dependency in GetHiFile (#589) - (Pepe Iborra) |
| 57 | +* ShakeSession and shakeEnqueue (#554) - (Pepe Iborra) |
| 58 | +* Benchmark suite (#590) - (Pepe Iborra) |
| 59 | + |
3 | 60 | ### 0.2.0 (2020-06-02)
|
4 | 61 |
|
5 | 62 | * Multi-component support (thanks @mpickering)
|
|
0 commit comments