All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- [JS/TS] Fixed BigInt.ToDecimal with negative values (#3500) (by @ncave)
- [JS/TS] Fixed DateTime.MinValue, DateTime.MaxValue (#3836) (by @ncave)
- [JS/TS] Add
ConditionalWeakTable
(by @chkn)
- [JS/TS]
Boolean.tryParse
should not crash onnull
string (@goswinr)
-
GH-3772 [JS/TS] Re-implement
DateTime.ToString
custom format handling (by @MangelMaxime)It now supports all custom format specifiers, and behave as if
CultureInfo.InvariantCulture
was used (Fable does not support Globalization).
- GH-3759 Add
StringBuilder.Chars
(by @MangelMaxime) - Add
StringBuilder.AppendFormat
(by @ncave) - GH-3748 Add
Array.getItem
andArray.setItem
(by @MangelMaxime)
- Release stable version
- Separate
Result
fromChoice
- Released as part of Fable 4.12.0