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

Changelog History
Page 1

  • v3.0.0 Changes

    December 04, 2020
    • ๐Ÿš€ Official release
    • ๐Ÿ›  Fix #2293: Fix case of path passed as cli argument @tomcl
    • ๐Ÿ›  Fix #2277: Make FsWatcher case-insensitive @reinux
    • ๐Ÿ›  Fix local imports with function helpers
  • v3.0.0-nagareyama Changes

    September 14, 2020
    • ๐Ÿ›  Fix: Add names with $reflection suffix to root scope
    • ๐Ÿ›  Fix deriving from imported JS classes
    • ๐Ÿšš Keep support for ParamList attribute until removed from Fable.React
  • v2.13.0 Changes

    September 03, 2020
    • ๐Ÿ›  Fix #2147: Mutable Option can't be change to None once it was set to Some @ncave
  • v2.12.0 Changes

    September 02, 2020
    • โž• Add Guid.ToString formats @Shmew
  • v2.11.0 Changes

    August 25, 2020
    • โž• Add support for StringBuilder.Clear method (@MangelMaxime)
  • v2.10.2 Changes

    July 21, 2020
    • ๐Ÿ“œ Implement boolean parsing @inosik
    • โž• Add support for System.Uri.AbsoluteUri @BillHally
  • v2.10.1 Changes

    June 04, 2020
    • ๐Ÿ‘Œ Improve compiler switch --classTypes @ncave
    • ๐Ÿ›  Fix #2070: Private fields in derived classes overwrite fields from parent
  • v2.10.0 Changes

    May 26, 2020
    • โž• Adds cosh, sinh, and tanh operator support @sasmithjr
    • Compile Option.None as undefined @ncave
    • Can compile types as classes with compiler switch --classTypes @ncave
    • ๐Ÿ›  Fix System.Activator.CreateInstance (only for primary constructor)
  • v2.9.0 Changes

    May 06, 2020
    • ๐ŸŒฒ Related to #2043: Better error logging when an invalid JSON output happen (by @forki)
  • v2.8.4 Changes

    April 30, 2020
    • ๐Ÿ›  Fix #2035: fold when state is func of arity > 1
    • ๐Ÿ‘Œ Improve resolution of nameofLambda in inline functions