All Versions
48
Latest Version
Avg Release Cycle
18 days
Latest Release
1677 days ago

Changelog History
Page 4

  • v2.3.24 Changes

    September 11, 2019
    • ๐Ÿ›  Fix #1896: Don't dupe casting to untyped array @zanaptak
    • ๐Ÿ›  Fix #1895: anonymous record !! casting warnings @giulioungaretti
    • Moar cleanup for beta reduction optimization
  • v2.3.23 Changes

    September 04, 2019
  • v2.3.22 Changes

    September 03, 2019
    • ๐Ÿ›  Fix Count on ICollection @forki
  • v2.3.21 Changes

    September 02, 2019
    • โž• 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
  • v2.3.20 Changes

    August 29, 2019
    • ๐Ÿ›  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>)
  • v2.3.19 Changes

    August 14, 2019
    • ๐Ÿ›  Fix #1876 (bis): script (fsx) compilation @nojaf
    • ๐Ÿ›  Fix #1880: parsing uint64
    • ๐Ÿ‘Œ Support RegexOptions.Singleline
    • Minor optimization and sourcemaps improvement
  • v2.3.18 Changes

    August 07, 2019
    • ๐Ÿ›  Fix #1876: script (fsx) compilation @nojaf
    • ๐Ÿ›  Fix struct without explicit constructor @0x53A
  • v2.3.17 Changes

    August 05, 2019
    • โšก๏ธ Update FSharp.Compiler.Services and Dotnet.ProjInfo
    • ๐Ÿ›  Fix #1868: Type provider ResolutionFolder is empty @ncave
  • v2.3.16 Changes

    August 01, 2019
    • ๐Ÿ›  Fix #1871: comparing anonymous record types
    • ๐Ÿ›  Fix TimeSpan.ToString for negative values @MangelMaxime
    • Some more source map improvements
  • v2.3.15 Changes

    July 30, 2019
    • ๐Ÿ›  Fix negative timespan + milliseconds value when parsing a string @MangelMaxime
    • ๐Ÿ‘Œ Improve source maps @matthid