WebSharper.UI 6.0.5
This is a minor enhancement release of WebSharper 6 UI. NuGet version 6.0.5.239
.
Enhancements
- #240 Standardized the naming of the client-server bridge function. A new
ClientServer
type is introduced under theWebSharper.UI
namespace, which includes theclient
,clientLinq
andhydrate
. By introducing this new type, we are also obsoletingDoc.ClientSide
,Doc.Hydrate
,Doc.ClientSideLinq
andDoc.client
.