Skip to content

Releases: ionide/FsAutoComplete

0.21.0

04 Aug 10:14
Compare
Choose a tag to compare

Update to FCS 1.4.X (support for F# 4.0): #52
Automatically reparse F# project files if they are changed on disk: #47

0.20.1

30 Jul 16:00
Compare
Choose a tag to compare

Fix exception in symboluse command: #46.

0.20.0

28 Jul 17:10
Compare
Choose a tag to compare

Backwards-incompatible changes:

  • Update helptext command to return { Name = ""; Text = "" }. Fixes #35.
  • project command response now has 'null' for OutputFile and
    TargetFramework if a value cannot be determined.

Other changes:

  • FSharp.CompilerBinding removed, and used parts absorbed. Fixes #17.
  • ScriptCheckerOptions fetched with no timeout, and also stores them.
    Fixes #18, #28.
  • If a .fs file is not in a loaded project, produce an incomplete
    typecheck environment for it to give basic results.
  • Update parsing of project options to include ProjectReferences. Fixes #39.
  • Separate parsing of commands, main command loop, and formatting of
    response message into separate modules.

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