haskell-ide-engine/Changelog.md

72 lines
1.8 KiB
Markdown
Raw Normal View History

# 0.4.0.1
- Install cabal / Cabal (needed for Cabal 2.4.0.1 support) via stack,
for when there is no other GHC installed.
2018-11-30 18:10:12 +03:00
# 0.4.0.0
- Supports GHC 8.6
- Preliminary support for cabal new-build projects
- Can install via cabal new-build
- Completions: more comprehensive filtering of name prefixes
introduced by GHC
- Replace bat script with PowerShell, update Windows instructions in
README (@fsoikin)
2018-11-07 16:53:52 +03:00
# 0.3.0.0
2018-11-07 19:34:39 +03:00
- LSP mode is now the default, and the `--lsp` flag has no effect
- The `--json` flag can be used for JSON transport
- HIE now warns you if there is mismatch between the HIE GHC verison and the project GHC version
- Add Liquid Haskell support
- Add support for hierarchical document symbols
- Add many new types of code actions
- Typed holes
- HaRe refactoring
- Misspelled variables
- Missing top-level signatures
- Prefix unused terms with `_`
2018-11-07 19:34:39 +03:00
- Case splitting
- Suggested pragmas and language extensions
- The parsed output from a module is now cached
- Some features are now available without the need for the module to typecheck first
- Improve code completion
- Suggests modules that can be imported
- Suggests GHC extensions
- Recognizes when completing a type or expression
- Provides snippets for arguments to functions
- Add the ability to set an explicit hoogle database
Thanks to the contributors for this release:
2018-11-08 12:36:08 +03:00
- @Avi-D-coder
- @Gurkenglas
- @Technix
- @alanz
- @apeyroux
- @bbarker
- @bubba
- @cblp
- @cronokirby
- @expipiplus1
2018-11-08 12:42:42 +03:00
- @jhrcek
2018-11-08 12:36:08 +03:00
- @jkachmar
- @lorenzo
- @m13m
- @meck
- @mpilgrem
- @waddlaw
2018-11-07 16:53:52 +03:00
2018-07-21 22:48:52 +03:00
# 0.2.2.0
Add more code actions for various diagnostics:
- Add missing imports and remove redundant ones via HsImport
- Add missing packages to .cabal or package.yaml files
- Correct typos suggested by GHC
2018-07-13 00:03:16 +03:00
# 0.2.1.0
Include case split command, from @txsmith
# 0.2.0.0