We are happy to announce the release of WebSharper 3.5.13, with minor features and bug fixes. Here is the full change log:
The bundle command (a.k.a Single-Page Application) now extracts non-JS, non-CSS WebResources into /Content.
#482: Fix the serialization of None and other values represented as null in .NET when passed to inline controls (ClientSide <@ ... @> in WebSharper.Html, client <@ ... @> in UI.Next).
Don't fail silently when failing to initialize a Sitelet from a [<Website>]-annotated static property.
Doc is now an abstract class, rather than an interface.
Most extension methods have been changed to C#-style extension methods.
Add Doc.Async : Async<#Doc> -> Doc.
#52: Fix over-eager loading of assemblies in the templating type provider, which could cause conflicts due to file locking.
Add Doc.ShowErrors : View<Result<'T>> -> (list<ErrorMessage> -> Doc) -> Doc, also as an extension method on View<Result<'T>>.
Add Doc.ShowSuccess : View<Result<'T>> -> ('T -> Doc) -> Doc, also as an extension method on View<Result<'T>>.
Happy coding!
Can’t find what you were looking for? Drop us a line.