Skip to content

Releases: ionide/FsAutoComplete

0.26.1

23 Oct 22:29
Compare
Choose a tag to compare

Switch to depend on FSharp.Core 4.3.1.0: #81.
Don't output a BOM to standard out: #82

0.26.0

20 Oct 11:31
Compare
Choose a tag to compare

Fix for uncompiled referenced projects: #78.
Backwards-incompatible: Framework no longer returned in project reponse.

0.25.1

16 Oct 08:58
Compare
Choose a tag to compare

Add App.config to FsAutoComplete.Suave release: #76.
Also for fsautocomplete.exe.

0.25.0

14 Oct 21:00
Compare
Choose a tag to compare

Add Suave hosting for FSAC: #74.
Backwards-incompatible: return GlyphName rather than code in
Declarations message: #75.

0.24.1

11 Sep 11:43
Compare
Choose a tag to compare

Fix StackOverflowException and encoding issue: #70.

0.24.0

04 Sep 10:34
Compare
Choose a tag to compare

Backwards-incompatible: do not format help text, leave that to the
client, which allows the display to be more semantic. #63 (due to
@Krzysztof-Cieslak)

0.23.1

02 Sep 14:30
Compare
Choose a tag to compare

Fix MSBuild v14 support on non-English systems by avoiding
attempting to load *.resources.dll (patch from @ryun).

0.23.0

14 Aug 22:15
Compare
Choose a tag to compare

Add a new colorizations <true|false> command to enable/disable asynchronous
provision of colorization information following a parse: #60 (Fixes #44).
Newest FSharp.Core is used for type-checking scripts and for projects that
do not reference FSharp.Core. Supports F# 3.0, 3.1 and 4.0: #59.
If MSBuild v12 is not available, instead try load MSBuild v14. This, together
with the previous point, adds support for VS2015-only Windows installs: #57.
Fixes: #12 #21 #23 #25 #54.
Backwards-incompatible: compilerlocation command has changed. Now provides
path to best version of msbuild, fsc and fsi on Windows: #23.

0.22.0

06 Aug 22:57
Compare
Choose a tag to compare

Backwards-incompatible: Symbol use command now includes FileName rather than Filename

0.21.1

06 Aug 22:25
Compare
Choose a tag to compare

Reduce timeout message from 'error' to 'info'