You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GH-3772 [JS/TS] Split replacement for DateTime and DateTimeOffset (by @MangelMaxime)
Fixed
GH-3769 [All] Local plugin build does not run indefinably. (by @nojaf)
GH-3769 [JS/TS] Types hidden by signature files should not be exported. (by @nojaf)
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-3772 [JS/TS] Make compilation fails if calling DateTime constructor with microseconds (by @MangelMaxime)
JavaScript Date does not support microseconds, we need to wait for Temporal to be widely supported before reconsidering this.
GH-3773 [Python] Fix DateTime custom format fffffff and FFFFFFF (by @MangelMaxime)