Releases: fable-compiler/Fable
Releases · fable-compiler/Fable
2.0.10
Improve decimal support #1627
Compile fable-core/BigInt from F# #1631
Add range info to Debugger statement
2.0.9
Include non-mangled identifier names for source maps
Optimize tailcalls returning unit #1624
Fix DateTimeOffset @ncave
Fix #1607: More descriptive error when two module members have same name
Fix #1628: String.filter Char.IsDigit
freezes REPL
2.0.8
Implement eprintf and eprintfn @inosik
Fix #1389: Throw proper error when match cases are incomplete @Zaid-Aja
Fix #1602: constructor "as this" notation
Only check for Fable.Core major and minor version
2.0.7
Implement eprintf and eprintfn @inosik
Fix #1389: Throw proper error when match cases are incomplete @Zaid-Aja
Fix #1602: constructor "as this" notation
Only check for Fable.Core major and minor version
2.0.4
Fix #1594 Array.partition results are too long @ericharding
Fix #1599: Folders starting with dot @OnurGumus @inosik
Check files exist when collecing all sources into single .fsproj @dbrattli
Don't trigger Symbol.iterator when testing for iterables
Improvements for Fable REPL @ncave
2.0.2
Fix #1583: Generated idents must always be unique
Fix #1582: Enable Seq.sum(By)/average(By) with custom types
Fixes for optimization switch @ncave
2.0.0-beta-005
Update to FCS 25.0.1
Add replacements for System.Uri @JacobChang
Fix #1539: 0xFFFFFFFFu is read as 0u in REPL @ncave
2.0.0-beta-004
Attach interface members to prototype (as in Fable 1, no cast needed anymore) #1562
Improvements in fable-core JS files @ncave
Fix #1551: Truncation of large unsigned bitwise op results @tomcl
Fix #1337: Add Option.contains @iyegoroff
Fix #1383: Range with longs
Fix abstract properties with getter and setter
2.0.0-beta-003
Improve int64 conversions @tomcl #1546
Add full call path for errors in inlined functions
Fix #1545: Warning when casting to and interface not directly implemented
Fix extension member overloads