Releases: dotnet-websharper/core
WebSharper 4.5.18
This is a minor release for WebSharper 4.5.
Templates for .NET Core SDK: dotnet new -i WebSharper.Templates::4.5.18.328
Templates for Visual Studio 2017/2019: http://websharper.com/installers/WebSharper.4.5.18.328.vsix
Improvements
- #1061 Remoting context is now using AsyncLocal. You can now call
WebSharper.Web.Remoting.GetContext()
from inside an F# async workflow or C# async method, you do not have to make sure it runs synchronously on the same thread. This is a non-breaking change that eliminates a common annoyance. - #1038 Improve error messages on F# type compilation failures
- #1058 Add a warning if an RPC is returning type without full client support
WebSharper 4.5.17
This release has an issue, unnecessary warnings are produced on every RPC call for FSharpAsync
. Use 4.5.18.348 instead.
WebSharper 4.5.16
This is a minor release for WebSharper 4.5.
Templates for .NET Core SDK: dotnet new -i WebSharper.Templates::4.5.16.325
Templates for Visual Studio 2017/2019: http://websharper.com/installers/WebSharper.4.5.16.325.vsix
This release updates to a new version of FSharp.Compiler.Service. For optimal compilation speed, run the packages\WebSharper.FSharp.4.5.16.344\tools\runngen.ps1
script in administrator mode once.
Improvements
- #1060 Updated to FSharp.Compiler.Service 31.0.0.
- Updated compiler to FSharp.Core 4.7.0. Base libraries still depend only on FSharp.Core 4.2.3.
WebSharper 4.5.15
This is a minor release for WebSharper 4.5.
Templates for .NET Core SDK: dotnet new -i WebSharper.Templates::4.5.15.322
Templates for Visual Studio 2017/2019: http://websharper.com/installers/WebSharper.4.5.15.322.vsix
Fixes
- #1051 Fix F# translation error on inheriting from generic constructor in a class with
as
alias - #1059 review and fix
JQuery.Deffered
/Promise
bindings.
Improvements
- Updated to FSharp.Compiler.Service 30.0.0.
WebSharper 4.5.14
This is a minor release for WebSharper 4.5.
Templates for .NET Core SDK: dotnet new -i WebSharper.Templates::4.5.14.319
Templates for Visual Studio 2017/2019: http://websharper.com/installers/WebSharper.4.5.14.319.vsix
Improvements
- Updated to FSharp.Compiler.Service 29.0.0 for anonymous record and IL generation fixes.
WebSharper 4.5.13
This is a bugfix release for WebSharper 4.5.
Templates for .NET Core SDK: dotnet new -i WebSharper.Templates::4.5.13.318
Templates for Visual Studio 2017/2019: http://websharper.com/installers/WebSharper.4.5.13.318.vsix
Fixes
- #1056 #1057 Fix performance regression of
WebSharper.Json
utilities. - dotnet-websharper/templates#22 Add tags for templates in VS2019 New/Add Project dialog
WebSharper 4.5.12
This is a minor release for WebSharper 4.5.
Templates for .NET Core SDK: dotnet new -i WebSharper.Templates::4.5.12.315
Templates for Visual Studio 2017/2019: http://websharper.com/installers/WebSharper.4.5.12.315.vsix
Enhancements
WebSharper 4.5.11
This is a bugfix release for WebSharper 4.5.
Templates for .NET Core SDK: dotnet new -i WebSharper.Templates::4.5.11.310
Templates for Visual Studio 2017/2019: http://websharper.com/installers/WebSharper.4.5.11.310.vsix
Fixes
- #1053 fixed build error
"You must provide assembly output path"
on netcore sdk 2.1.600+
Enhancements
- Updated to FSharp.Compiler.Service 28.0.0.
WebSharper 4.5.10
This is a bugfix release for WebSharper 4.5.
Templates for .NET Core SDK: dotnet new -i WebSharper.Templates::4.5.10.303
Templates for Visual Studio 2017/2019: http://websharper.com/installers/WebSharper.4.5.10.303.vsix
Fixes
WebSharper 4.5.9
This is a minor release for WebSharper 4.5.
Templates for .NET Core SDK: dotnet new -i WebSharper.Templates::4.5.9.301
Templates for Visual Studio 2017/2019: http://websharper.com/installers/WebSharper.4.5.9.301.vsix
Fixes
- #1045 Assembly version mismatch in package WebSharper.FSharp, causing build fauilures.
Enhancements
- #1046 Added client-side support for anonymous F# records.