File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change
1
+ #### 31.0.0
2
+ * Integrate dotnet/fsharp from 5a8f454a1 to 05c558a61
3
+ * Notable changes include:
4
+ * Removal of the ` Microsoft.FSharp.Compiler.SourceCodeServices ` namespace
5
+ * A new API for determining if an identifier needs to be quoted is available: ` FSharp.Compiler.LexHelp.Keywords.DoesIdentifierNeedQuotation `
6
+ * Enhancements to the correctness of PDBs, especially with anonymous records
7
+ * Better string formatting of records and values
8
+ * More stack overflow fixes in the compiler
9
+ * Inline IL parsing error handling
10
+ * ` LeafExpressionConverter ` handles struct tuples
11
+ * ` FSharpChecker ` now can parse a file without caching: ` ParseFileNoCache `
12
+
1
13
#### 30.0.0
2
14
* Integrate dotnet/fsharp from 25560f477 to 5a8f454a1
3
15
* Notable improvements include:
4
16
* performance improvements
5
17
* FCS APIs for FSComp and Implement Interface
6
18
* line directive handling
7
19
* improved performance when computing quick fix suggestions
8
-
9
20
10
21
#### 29.0.1
11
22
* Fix versioning of the assembly
You can’t perform that action at this time.
0 commit comments