Releases: fable-compiler/Fable
2.0.11
Fix conflicting extensions with same type and member names
2.0.10
2.0.9
2.0.8
2.0.7
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
2.0.0
Fable 2
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