All Versions
48
Latest Version
Avg Release Cycle
18 days
Latest Release
91 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v3.0.0-nagareyama
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.11.0
August 25, 2020- โ Add support for StringBuilder.Clear method (@MangelMaxime)
-
v2.10.2
July 21, 2020- ๐ Implement boolean parsing @inosik
- โ Add support for System.Uri.AbsoluteUri @BillHally
-
v2.10.0
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)