comment
Finally!
Changes since the last release candidate
Added
DateTimeFormatAttribute
for specifying date formatting for JSON REST APIs. See documentationMacro and code generation API have been simplified. See documentation.
Content.Redirect
has been renamed toContent.RedirectPermanent
.Improved source mapping. Now source map files contain the original sources, no separate hosting is necessary. See documentation.
Some proxy revisions for performance.
Improved TypeScript declaration ouput, but it is still considered an experimental feature. See documentation.
Bug fixes
#374:
WebSharper.JavaScript.X
now throws aClientSideOnly
exception when called from .NET code.#375:
FuncWithArgs
constructor fails when called with a function that does not take a tuple. (If you want to create a JavaScript function that takes a variable number of arguments, use theFuncWithRest
type.)#376: Exception "This stream does not support seek operations" in OWIN project.
#378: Added basic CSSOM features to Dom.Element.
#379: Union types containing records get translated to the wrong representation when returned from RPC.
#381: Html projects do not output source maps or TypeScript declaration.
Happy coding!
And let's not forget about the new UI.Next SPA template... More on that shortly.