Releases: fsharp/fsharp-compiler-docs
Releases · fsharp/fsharp-compiler-docs
30.0.0
- Integrate dotnet/fsharp from 25560f4 to 5a8f454
- Notable improvements include:
- performance improvements
- FCS APIs for FSComp and Implement Interface
- line directive handling
- improved performance when computing quick fix suggestions
29.0.1
- Integrate visualfsharp master from 165b736 (2019-03-29) to 25560f4 (2019-05-24)
- Notable improvements include:
- Improved Portable PDB debugging
- Misc IL generation fixes
- Representing inlined mutable variables in the AST
- Moving on from net46 targeting
- Fixes for anonymous record generation
- Dependency updates
- Checking for constructors in FSharpMemberOrFunctionOrValue
- Fix unused opens false positive for record fields
28.0.0
Integrate visualfsharp master from efb57cf to 8dfc02feb
Notable improvements include:
- XmlDoc fixes for overloads
- Fixes for deterministic compilation
- Improved tail-recursion when processing large expressions
- Better tooltip detection for operators with constraints
- FSharp.Compiler.Service nuget now uses net461, netstandard2.0 and FSharp.Core 4.6.2
- updated lexer and parser implementations to reduce stackoverflow likelihood on .net core
27.0.1
- Integrate visualfsharp master from 5a5ca97 to
2c8497b
- Notable improvements include:
- Anonymous Record support for expressions
- Union Case Naming fixes
- Trimming of the nuget package dependencies from 26.0.1
- Namespaces moved from Microsoft.FSharp.* to FSharp.*
9.0.0
Update names of union fields in AST API
Fix load closure for ParseAndCheckInteraction
Fix #631 compiler dependency on MSBuild (#657)
Fixed netcore codegen on Linux
Explicit error when cracker exe is missing
8.0.0
Integrate fsharp\fsharp and Microsoft\visualfsharp to c494a9c
2.0.0.6
#530 - Adjust ProjectCracker NuGet for VS/NuGet
2.0.0.5
#527 - Provide API that includes printf specifier arities along with ranges
2.0.0.3
#508 - Integrate visualfsharp/master removal of Silverlight #if
#513 - Make CrackerTool internal
to prevent accidental usage
#515 - Add simple Visual Studio version detection for project cracker