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.
- Remove
Async
(fromAsync.ts
) class (by @MangelMaxime)
- Renamed
IAsync
toAsync
inAsyncBuilder.ts
(#3906) (by @ncave)
- [JS/TS] Add support for
OrdinalIgnoreCase
overload forString.EndsWith
(#3892) (by @goswinr) - [JS/TS] Add
uri.Port
,uri.IsDefaultPort
(by @MangelMaxime)
- [JS/TS] Fix escaping of
{
and}
in FormattableString (#3890) (by @roboz0r) - [JS/TS] Fix
uri.Host
to return the host name without the port (by @MangelMaxime) - [JS/TS] Fix TypeScript compilation by resolving type of
jsOptions
(#3894) (by @ManngelMaxime)
- [JS/TS] Fixed Decimal comparisons (#3884) (by @ncave)
- [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