Skip to content

Releases: dotnet-websharper/core

WebSharper 4.5.18

02 Sep 22:15
Compare
Choose a tag to compare

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

02 Sep 22:07
Compare
Choose a tag to compare

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

22 Aug 09:22
Compare
Choose a tag to compare

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

30 Jul 19:56
Compare
Choose a tag to compare

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

28 May 22:09
Compare
Choose a tag to compare

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

27 May 21:14
Compare
Choose a tag to compare

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

WebSharper 4.5.12

24 May 08:59
Compare
Choose a tag to compare

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

  • #1056 Moved WebSharper.Json utilities to WebSharper.Core.dll.
  • #1056 New NuGet package WebSharper.Core is released, only containing WebSharper.Core.dll to use basic server-site utilities without pulling full dependencies.

WebSharper 4.5.11

10 Apr 11:01
Compare
Choose a tag to compare

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

13 Mar 14:39
Compare
Choose a tag to compare

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

  • #1035 #1050 In server-side inferred routing, fix respecting union case order while parsing end of URL as tailing empty string segments.

WebSharper 4.5.9

26 Feb 16:27
Compare
Choose a tag to compare

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.