Skip to content

Releases: fable-compiler/Fable

1.3.10

01 Mar 11:57
Compare
Choose a tag to compare

Pin FSharp.Core to 4.2.3

1.3.9

01 Mar 09:22
Compare
Choose a tag to compare

Update FCS

1.3.8

23 Jan 08:18
Compare
Choose a tag to compare

Remove empty intermediate functions (@vbfox)
Implement replacements for eprintf and friends (@inosik)
Fix #1311: sign operator
Fix #1165 bis: Return sourceFiles for .fsproj files
Add Invoke method to Fable.Import.JS.Function
Add Fable.Core.DynamicExtensions

1.3.7

21 Dec 12:57
Compare
Choose a tag to compare

Fix PassGenerics attribute with optional arguments
Fix interface getter and setter overloads
Add PhysicalHash (@ncave)
Check empty/whitespace strings when parsing floats
Fix #1296 String chunkBySize fails

1.3.6

14 Dec 08:38
Compare
Choose a tag to compare

Fix #1294: Deserializing F# Result doesn't restore type information (@inosik)

1.3.5

13 Dec 09:37
Compare
Choose a tag to compare

Change license to MIT
Remove point-free warning
Fix #1272 #1274: Decimal literals and parsing
Fix #1199: Application of point-free functions
Fix #1291: Inlined object expression shouldn't change this context of argument
Fix Compare and Equal for IE11 (@SCullman)
Fix assignment block optimization inside try...with
Add PowDouble, RangeChar and RangeDouble (@Zaid-Ajaj)
Make Double.Parse and Single.Parse compilable with IFormatProvider (@Zaid-Ajaj)
Add ErrorStrings (@Zaid-Ajaj)
Add List.Equals & List.CompareTo (@Zaid-Ajaj)
Add Char.parse (@inosik)

1.3.4

29 Nov 11:38
Compare
Choose a tag to compare

Optimize assignment blocks as expressions (#1265)
Improve method resolution with function parameters
Fix applicative operators with 3-arg functions

1.3.3

27 Nov 13:37
Compare
Choose a tag to compare

Add Char.IsWhiteSpace
Bring back warning for point-free style
Better error message when ofJson fails
Fix application of function options
Fix #1256: Optimize unions without fields
Fix #1255: Add Enum.HasFlag
Fix #838: Return empty group values when group is not matched instead of undefined
Fix option wrapper in serialization

1.3.2

23 Nov 22:09
Compare
Choose a tag to compare

Don't pass dependencies to JS clients (see #1241)
Recompile edited and dependent files in watch compilations and send errors (if any) to client
Remove point-free warning for now as it was too noisy (see #1244)
Added List.RemoveRange (PR #1243 by Zaid-Ajaj)
Built with dotnet SDK 2.0.3 on Windows

1.3.1

21 Nov 10:58
Compare
Choose a tag to compare

Add warning for point-free style function declarations
Fix #1238: Inline overloaded methods and "this" double eval
Fix #1236 #1237: Char.IsUpper, Char.IsDigit and friends
Fix #1234: Local inline lambdas work standalone
Fix #1185: Transform importMember expressions for functions