Skip to content

WebSharper 6.1.9

Latest
Compare
Choose a tag to compare
@Jand42 Jand42 released this 25 Feb 16:53
· 497 commits to master since this release

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 and Int64 supported with full precision by translating them to BigInt
  • #1429 Support for DateTime.ToString custom formatters
  • #1427 Support BigInt Json de/serialization, also enabling them to use in RPCs and making sure remoting with UInt64 and Int64 is still supported
  • #1430 Support LanguagePrimitives.EnumOfValue and LanguagePrimitives.EnumToValue

Fixes

  • #1437 Fix handling of WebSharperBuildService environment variable. Now, setting it to false correctly disables the use of WebSharper booster process and switches to standalone builds.
  • #1433 Fix constructing a DateTime with year < 100