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.
OrdinalIgnoreCase
overload for String.EndsWith
(#3892) (by @goswinr)uri.Port
, uri.IsDefaultPort
(by @MangelMaxime){
and }
in FormattableString (#3890) (by @roboz0r)uri.Host
to return the host name without the port (by @MangelMaxime)jsOptions
(#3894) (by @ManngelMaxime)ConditionalWeakTable
(by @chkn)Boolean.tryParse
should not crash on null
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).
StringBuilder.Chars
(by @MangelMaxime)StringBuilder.AppendFormat
(by @ncave)Array.getItem
and Array.setItem
(by @MangelMaxime)Result
from Choice