Here comes another release of WebSharper 3.0 alpha! This release focuses on small fixes and improvements, as well as a couple new proxies for useful classes such as System.Random
and System.Guid
.
(?)
operator for naming a method argument now properly overrides the JavaScript field access operator. This means that you can now open IntelliFactory.WebSharper.JavaScript
in a WIG project, provided that you do it before open IntelliFactory.WebSharper.InterfaceGenerator
.Sitelets.UserSession.LoginPersistent
to create login sessions that persist beyond the current browser session.Remoting.UseHttps()
which forces all RPC calls to use HTTPS.The following classes and methods can now be used from the client side.
System.Random
System.Guid
System.String.TrimStart/End
Sitelet.Protect
login redirect now uses RedirectTemporary
instead of Redirect
.Name
and AssemblyName
are different.Console.Log
overload with a single argumentWe have two final major changes to push for WebSharper 3.0, which affect the typing conventions for tupled and multiple argument functions (see the work in progress) and the interface generator API. Our current plan is to have another alpha release for this (and other, smaller changes), and ideally to release the first stable version of WebSharper 3.0 before the end of February.
Happy coding!
Can’t find what you were looking for? Drop us a line.