This is a feature release of WebSharper 6, backporting some new features from WebSharper 8 beta. Thanks @MangelMaxime for suggestions and the implementation of DateTime custom formatters. NuGet version 6.1.9.513
.
Templates for .NET Core SDK: dotnet new -i WebSharper.Templates::6.1.9.513
Improvements
- #1426
UInt64
andInt64
supported with full precision by translating them toBigInt
- #1429 Support for
DateTime.ToString
custom formatters - #1427 Support
BigInt
Json de/serialization, also enabling them to use in RPCs and making sure remoting withUInt64
andInt64
is still supported - #1430 Support
LanguagePrimitives.EnumOfValue
andLanguagePrimitives.EnumToValue