Skip to content

WebSharper 6.1.2

Compare
Choose a tag to compare
@Jooseppi12 Jooseppi12 released this 16 Jan 17:21
· 453 commits to master since this release

This is a minor release of WebSharper 6. NuGet version 6.1.2.265.

Templates for .NET Core SDK: dotnet new -i WebSharper.Templates::6.1.2.265

Enhancements

  • #1305 Added decimal overload for MathJS.Math.Round
  • #1315 Add TryParse function for decimal

Fixes

  • #1287 Fixed translating F# recursive values that translate to lazy evaluation (let rec x = or let x = inside module rec that uses a function/type defined below it)
  • #1303 MathJS List.sumBy error with decimal
  • #1307 Fixed source map output for Offline Sitelets (HTML projects)
  • #1314 Make sure comparison operators treated properly on proxied types