Skip to content

WebSharper 4.5.8

Compare
Choose a tag to compare
@Jand42 Jand42 released this 26 Feb 12:03
· 1103 commits to master since this release

This is a minor release for WebSharper 4.5.

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

Templates for Visual Studio 2017/2019: http://websharper.com/installers/WebSharper.4.5.8.297.vsix

Fixes

  • #1041 Add missing constructor to WebSharper.JavaScript.Dom.MutationObserver.
  • #1029 No more build warnings about An error occurred while reading the F# metadata node...

Enhancements

  • #1043 Support new FSharp.Core 4.6 functions on the client side (ValueOption type and module, List/Seq/Array.tryExactlyOne).
  • Updated to use FSharp.Compiler.Service version 26.0.1. Anonymous records are not supported yet on the client side.
  • Visual Studio templates now support 2019 Preview.