Navigation Menu

Skip to content

Releases: kritzcreek/psc-ide

v0.6.0

01 Feb 07:16
Compare
Choose a tag to compare

This release contains:

  • PureScript v0.8.0 support!
  • new casesplitting functionality
  • New addClause command which inserts a function template for a given typesignature
  • New distance matcher: Documentation link
  • fix a tiny bug related to Prim
  • automatic reloading of recompiled files
  • new --output-path option for the server executable to customize the load path for extern files
  • better logging
  • adds a --version flag
  • a fix for a bug with the emacs plugin on windows
  • actually build 64bit binaries on windows...

Support Reexports

01 Dec 12:20
Compare
Choose a tag to compare

This release tracks through module reexports and finds the correct identifiers for completion.

It also adds the ability to list the available modules for importing.

purescript-0.7.5 compatibility

29 Oct 21:30
Compare
Choose a tag to compare

This release drops support for purescript versions before 0.7.5.

Through the new externs format we now get completions for data constructors, typeclasses and their members. We also get the pretty printing from the PureScript compiler.

Pursuit Commands

01 Oct 16:55
Compare
Choose a tag to compare
0.3.0.0

prepare release

Provides Completion for Types and Newtypes

22 Sep 20:02
Compare
Choose a tag to compare
0.2.0.0

enable optimizations

First Release

13 Sep 19:31
Compare
Choose a tag to compare
Merge pull request #64 from kRITZCREEK/debug-flag

hide server output behind --debug flag