Skip to content

Releases: carymrobbins/intellij-haskforce

v0.3.46

01 Jun 21:33
Compare
Choose a tag to compare
  • IDEA 2021.1 Support (requires Java 11)

v0.3.45

15 Dec 17:00
Compare
Choose a tag to compare
  • IDEA 2020.3 Support
  • Avoid indexing an empty array in HaskellNamesValidator (#439)
  • Fix the spellchecker for identifiers with apostrophes
  • Module completion from ghc-pkg (optional, experimental)
  • Remove Eta support
  • Stop displaying 'Type info not found' tooltip

v0.3.45-SNAPSHOT-bd3be731

21 Aug 19:51
Compare
Choose a tag to compare
Pre-release

Preliminary release for IDEA 2020.2 support.

v0.3.44

16 May 21:21
Compare
Choose a tag to compare
  • IDEA 2020.1 Support (#426)
  • InsertHoleAsComment intention (#420)
  • Detect stack 2 build task dependency source links (#409)
  • Parse BlockArguments (#411)
  • Bugfixes (#407, #418, #421)

v0.3.44-SNAPSHOT-28a838b9

03 Jan 01:42
28a838b
Compare
Choose a tag to compare
Pre-release

Pre-release for IntelliJ 2019.3 support.

v0.3.43

27 Sep 00:45
f052f20
Compare
Choose a tag to compare
  • IntelliJ 2019.2 support (#396)
  • Parser improvements
    • Optimizations, less recursion, improved recovery
    • Parse type decls with class constraints
    • Parse DefaultSignatures
    • Parse NamedFieldPuns
    • Parse 'type' keyword in import
  • New intentions
    • Add language extensions to package.yaml
    • Add dependency to package.yaml
    • "Replace with" suggestion
  • Fix UnsupportedOperationException (#402)

v0.3.43-SNAPSHOT-01bf613d

16 Aug 23:26
Compare
Choose a tag to compare
Pre-release
  • Support IntelliJ 2019.2 (#396)

v0.3.43-SNAPSHOT-b5425ef8

09 Apr 15:57
Compare
Choose a tag to compare
Pre-release
  • Fix classloader issues (#384)

v0.3.42

30 Mar 23:06
Compare
Choose a tag to compare
  • Auto-import support via ghc-mod
  • Resolve hindent format action bug
    • Special thanks to @dplusic for the fix!
  • Introducing Stack Task run configuration
  • Improvements for ghc-mod integration
    • Caching find/browse data
    • Lazily spawn after changing settings
    • Auto-kill long running, idle ghc-mod processes
  • Properly highlight not-in-scope types as red
  • Support newer hlint versions (>= 2.1.5) (#365)
  • Updated GHC extensions and flags autocompletion
  • Ensure module name generated via Create Haskell File action is properly qualified
  • Various parser fixes:
    • Import consyms (type operators)
    • Data families
    • DerivingStrategies
    • DerivingVia
    • LambdaCase
    • TypeApplications

v0.3.41

17 Dec 07:24
Compare
Choose a tag to compare
  • Use Scala 2.12 runtime (#348)