Releases: fable-compiler/Fable
Releases · fable-compiler/Fable
1.3.8
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
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
Fix #1294: Deserializing F# Result doesn't restore type information (@inosik)
1.3.5
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
Optimize assignment blocks as expressions (#1265)
Improve method resolution with function parameters
Fix applicative operators with 3-arg functions
1.3.3
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
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
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