Skip to content

WebSharper 3.5.16

Compare
Choose a tag to compare
@Tarmil Tarmil released this 17 Nov 17:17
· 2471 commits to master since this release

WebSharper.Testing

The unit testing framework WebSharper.Testing has been split into a separate NuGet package.

This fixes the issue where QUnit was included as a script in Single-Page Applications even when it wasn't actually used.

WebSharper

  • #486: Reference the correct version of FSharp.Core in the MSBuild task. This fixes issues such as Json.Serialize failing to compile when running MSBuild from the command line.
  • #489: Null argument exception when building on mono.

WebSharper.UI.Next

  • #17: Add try...with, try...finally and return! to the View.Do computation expression.
  • #19: Add View.Sequence : seq<View<'T>> -> View<seq<'T>>.
  • #55: In the templating type provider, translate <[CDATA[...]]> blocks to Doc.Verbatim.
  • #56: Don't delete some text nodes when updating the view.
  • #57: Fix genericity error on the <~ update operator in Notation.