All Versions
191
Latest Version
Avg Release Cycle
49 days
Latest Release
-
Changelog History
Page 7
Changelog History
Page 7
-
v8.0.0 Changes
- Integrate fsharp\fsharp and Microsoft\visualfsharp to c494a9cab525dbd89585f7b733ea5310471a8001
- Then integrate to 2002675f8aba5b3576a924a2e1e47b18e4e9a83d
- Add module values to navigable items
- Optionally remove dependency on MSBuild reference resolution https://github.com/fsharp/FSharp.Compiler.Service/pull/649
- Compiler api harmonise
- Various bits of work on .NET Core version (buildable from source but not in nuget package)
-
v7.0.0 Changes
- Integrate fsharp\fsharp and Microsoft\visualfsharp to 835b79c041f9032fceeceb39f680e0662cba92ec
-
v6.0.0 Changes
- Switch to new major version on assumption integrated F# compiler changes induce API change
-
v5.0.2 Changes
- Integrate Microsoft\visualfsharp to 688c26bdbbfc766326fc45e4d918f87fcba1e7ba. F# 4.1 work
-
v5.0.0 Changes
- ๐ Fixed empty symbol declared pdb #564 from kekyo/fix-empty-pdb
- โก๏ธ .NET Core ProjectCracker - updated version and dependencies
- ๐ Properly embed 'FSIstrings' resource, fixes #591
- ๐ make build.sh work on windows (git bash).
- โ Added default script references for .NET Core
- Store useMonoResolution flag
- โก๏ธ Updated MSBuild version
- Assume FSharp.Core 4.4.0.0
-
v4.7 Changes
- ๐ Compiler support for
LangVersion
- Implicit
yield
s - No more required double underscore (wildcard identifier)
- Indentation relaxations for parameters passed to constructors and static methods
- ๐ Compiler support for
-
v4.6 Changes
๐ This release contains the F# 4.6 language:
- ๐ Anonymous Record types have been added to the language, including full tooling support and the ability to emit them types into JavaScript objects via the Fable compiler.
- ValueOption type and ValueOption module function parity with Option type.
- tryExactlyOne function for arrays, lists, and sequences, contributed by Grzegorz Dziadkiewicz.