Skip to content

Releases: fable-compiler/Fable

2.4.5

04 Oct 16:11
Compare
Choose a tag to compare

2.4.4

04 Oct 14:20
Compare
Choose a tag to compare

2.4.3

01 Oct 16:03
Compare
Choose a tag to compare
  • Fix #1908: Overloads only distinguished by argument generic constrains
  • Parse LangVersion from .fsproj

2.4.0

25 Sep 09:00
Compare
Choose a tag to compare
  • Support F# 4.7 (implicit yields) @ncave
  • Fix #1910: Roll forward major version to run on dotnet SDK 3 @forki

2.3.25

17 Sep 13:14
Compare
Choose a tag to compare
  • Fix #1900: gen param names conflict
  • Fixed large String.join and concat @ncave

2.3.24

11 Sep 14:17
Compare
Choose a tag to compare

2.3.23

04 Sep 08:35
Compare
Choose a tag to compare

2.3.22

03 Sep 14:40
Compare
Choose a tag to compare
  • Fix Count on ICollection @forki

2.3.21

02 Sep 08:17
Compare
Choose a tag to compare
  • Added O(1) mutable map and set, with equality comparer (using native JS Map/Set) @ncave
  • Reduced fable-library module inter-dependency @ncave
  • Fixed Array.zeroCreate issue in REPL build @ncave

2.3.20

29 Aug 13:51
Compare
Choose a tag to compare
  • Fix Array.zeroCreate with KeyValuePair @ncave
  • Fixes for untyped arrays (System.Array)
  • Fix optimization of ResizeArray constructor
  • Fix optimization of Guid and StringEnum string conversion
  • Fix nameof(typeof<MyType>)