Skip to content

WebSharper 6.1.3

Compare
Choose a tag to compare
@Jand42 Jand42 released this 20 Jan 10:04
· 450 commits to master since this release

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

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

Fixes

  • #1317 WebSharper now supports overloading for all operators and trigonometric functions defined in FSharp.Core.Operators module. Same as in F#, define your operator or trigonometric function as a static method on your custom numeric type.