Skip to content

Commit

Permalink
Merge pull request #383 from carymrobbins/release
Browse files Browse the repository at this point in the history
v0.3.42
  • Loading branch information
carymrobbins authored Mar 30, 2019
2 parents dc55b06 + 18a103c commit 2b6bf63
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 1 deletion.
45 changes: 45 additions & 0 deletions resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,51 @@
If you encounter any issues, please submit them on our
<a href="https://github.com/carymrobbins/intellij-haskforce/issues">bug tracker</a>.
</p>
<p>
<b>v0.3.42</b>
<ul>
<li>Auto-import support via ghc-mod
<ul>
<li>
Speacial thanks to @i-am-the-slime for the base
implementation!
</li>
</ul>
</li>
<li>
Resolve hindent format action bug
<ul>
<li>Special thanks to @dplusic for the fix!</li>
</ul>
</li>
<li>Introducing Stack Task run configuration</li>
<li>Improvements for ghc-mod integration
<ul>
<li>Caching find/browse data</li>
<li>Lazily spawn after changing settings</li>
<li>Auto-kill long running, idle ghc-mod processes</li>
</ul>
</li>
<li>Properly highlight not-in-scope types as red</li>
<li>Support newer hlint versions (>= 2.1.5) (#365)</li>
<li>Updated GHC extensions and flags autocompletion</li>
<li>
Ensure module name generated via Create Haskell File action
is properly qualified
</li>
<li>Various parser fixes:
<ul>
<li>Import consyms (type operators)</li>
<li>Data families</li>
<li>DerivingStrategies</li>
<li>DerivingVia</li>
<li>DerivingVia</li>
<li>LambdaCase</li>
<li>TypeApplications</li>
</ul>
</li>
</ul>
</p>
<p>
<b>v0.3.41</b>
<ul>
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.3.42-SNAPSHOT
0.3.43-SNAPSHOT

0 comments on commit 2b6bf63

Please sign in to comment.