Skip to content

Releases: carymrobbins/intellij-haskforce

v0.3-beta.21

29 Jun 01:23
Compare
Choose a tag to compare
v0.3-beta.21 Pre-release
Pre-release
  • Type info action only applies to Haskell files (#156)
  • ghc-mod completion optimizations
  • Added Add Cabal Package and Discover Cabal Packages actions
  • Enhanced the new project wizard to configure tools and Cabal package settings
  • Resolved hlint annotation issue (#121)
  • Honor NoImplicitPrelude pragma for autocompletion

v0.3-beta.20

30 Mar 09:40
Compare
Choose a tag to compare
v0.3-beta.20 Pre-release
Pre-release
  • Added jump to definition for local variables
  • Resolved type info action traceback (#135)
  • Updated new project wizard to prompt for SDK (#141)
  • Improved operator and comment parsing (#152)

v0.3-beta.19

12 Mar 02:43
Compare
Choose a tag to compare
v0.3-beta.19 Pre-release
Pre-release
  • Updated ghc-mod(i) integration to use the user-specified GHC and Cabal.
  • Highlight mdo and rec as keywords (#120)
  • Improved string escape parsing (#111)
  • Parse forall in data declarations (#132)
  • Parse PACK/UNPACK pragmas for GADTs
  • Handle leading slash for QuasiQuote language injections.
  • Updated icons for retina display

v0.3-beta.18

09 Jan 05:49
Compare
Choose a tag to compare
v0.3-beta.18 Pre-release
Pre-release

v0.3-beta.18

  • Implemented Type Info action. (#90)
  • Implemented language injections for QuasiQuotes.
  • Improved import completion with aliased modules.
  • Improved Restart ghc-modi action. (#103)
  • Implemented creation of subdirectories for create file action, e.g. Foo.Bar.Baz creates Foo/Bar/Baz.hs
  • Fixed hash operator parsing. (#106)
  • Improved RankNTypes support. (#92)
  • Improved Windows support. (#108, #109)

v0.3-beta.17

13 Dec 09:14
Compare
Choose a tag to compare
v0.3-beta.17 Pre-release
Pre-release
  • Implemented closed type families.
  • Implemented jump to function/variable declarations without type signatures.
  • Added module path creation when creating a new file as `Path.To.Module`.

v0.3-beta.16

10 Dec 09:07
Compare
Choose a tag to compare
v0.3-beta.16 Pre-release
Pre-release
  • Improved ghc-modi integration.

v0.3-beta.15

10 Dec 03:03
Compare
Choose a tag to compare
v0.3-beta.15 Pre-release
Pre-release
  • Implemented FunctionalDependencies.
  • Removed dependency on Apache commons-lang.

v0.3-beta.14

04 Dec 06:24
Compare
Choose a tag to compare
v0.3-beta.14 Pre-release
Pre-release
  • Implemented RankNTypes for type declarations. (#92)

v0.3-beta.13

02 Dec 07:37
Compare
Choose a tag to compare
v0.3-beta.13 Pre-release
Pre-release
  • Resolved parser issues with partial case expressions. (#82)

v0.3-beta.12

02 Dec 05:08
Compare
Choose a tag to compare
v0.3-beta.12 Pre-release
Pre-release
  • Improved "Go to symbol" by indexing declarations.
  • Resolved bug with ghc-modi blocking. (#91)
  • Prevent ghc-modi from restarting when it terminates unexpectedly.
  • Added a "Restart ghc-modi" action to give the user control over when to restart ghc-modi.