Skip to content

Releases: fable-compiler/Fable

2.3.4

26 Apr 09:27
Compare
Choose a tag to compare

2.3.3

19 Apr 16:32
Compare
Choose a tag to compare
  • Reflections support for anonymous records

2.3.0

16 Apr 08:13
Compare
Choose a tag to compare
  • Give warnings if an anonymous record casted to an interface with !! mismatches any field
  • Compatibility with JsInterop.importValueDynamic

2.3.0-beta-001

12 Apr 15:27
Compare
Choose a tag to compare
  • Give warnings if an anonymous record casted to an interface with !! mismatches any field
  • Compatibility with JsInterop.importValueDynamic

2.2.0-beta-019

22 Mar 10:20
Compare
Choose a tag to compare
  • Compile .fsx scripts @nojaf
  • Fix #1794: System.String.Format does not pad correctly in hex formatting @ncave
  • Fix #1792: Decimal does not support DivideByInt @ncave
  • Fix #1791: Cyclic dependencies in Array.js/List.js
  • Fix #1790: Dictionary.Add throws on duplicated keys @xdaDaveShaw
  • Fix #1751: ignore Babel config files for AST

2.2.0-beta-010

21 Feb 21:25
Compare
Choose a tag to compare
  • Anonymous records!

2.2.0-beta-007

15 Feb 10:52
Compare
Choose a tag to compare
  • Fix report of warnings as errors from files in .fable dir

2.1.11

30 Jan 11:56
Compare
Choose a tag to compare

Add List.exactlyOne @wangweipeng
Add support for more TimeSpan.ToString options @rfrerebe
Added ResizeArray.RemoveAll/FindIndexFindLastIndex @ncave
Fix #1705: Array.choose always returns empty array for numeric option output types @ncave
Fix #1716: windowed is not supported
Fix #1715: Seq.forall is not lazy
Fix #1712: HashSet equality works with generics
Fix #1696: Add warning when trying to pass an argument byref
Skip Fable.Core version check

2.1.10

09 Jan 18:18
Compare
Choose a tag to compare

Fix #1698: Reflection info for delegates

2.1.9

08 Jan 17:25
Compare
Choose a tag to compare

TimeSpan fixes (parsing, stringifying) @rfrerebe
Fix Int64.TryParse @MangelMaxime
Add ResizeArray.Exists @wangweipeng
Fix #1687: Add document to JS keywords @MangelMaxime
Fix #1683: Math.Truncate
Fix #1689: List.pairwise
Fix #1672: List.filter works backwards
Fix #1637: Relax GUID parsing
Fix #1536: Allow enums with unknown name and fix enum inlining