Skip to content

Releases: ionide/FsAutoComplete

0.19.0

30 Jun 20:10
Compare
Choose a tag to compare
  • Add symboluse command - #34.
    Breaking change: all columns returned are now 1-based. Format of error
    locations has also changed to be more consistent with other formats.
  • Add param completion command - #30

0.18.2

13 Jun 13:20
Compare
Choose a tag to compare

Update to FCS 0.0.90 (fix referencing PCL projects) - #26

0.18.1

09 Jun 18:13
Compare
Choose a tag to compare

Prevent test assemblies from being included in release archives by
avoiding forcing the output directory.

0.18.0

03 Jun 21:42
Compare
Choose a tag to compare

Adjust for 1-based column indexing - #13
Note that this was previously the intended behaviour, but column
indexes were treated as 0-based. Ensure that both line and column
indexes sent in commands are 1-based.

0.17.0

31 May 00:36
Compare
Choose a tag to compare

Completion filtering - #10

0.16.0

28 May 12:38
Compare
Choose a tag to compare

Implement multiple unsaved file checking - #8

0.15.0

21 May 13:41
Compare
Choose a tag to compare

Add Glyphs to completion responses - #1
Update to FSharp.Compiler.Service 0.0.89

0.14.0

17 May 18:35
Compare
Choose a tag to compare

This is the first Github release, following the split of this repository from the old fsharpbinding repository. The only change is a switch over to use Paket for dependency management.