Skip to content

WebSharper 4 (codename Zafir) beta-3

Pre-release
Pre-release
Compare
Choose a tag to compare
@Jand42 Jand42 released this 16 Sep 20:57
· 2189 commits to master since this release

Improvements and new features

  • #604: Source mapping is now available for bundle (Single Page Application) projects.
  • #607: Client-side JSON serializer reports immediately when a mandatory field of a record is missing instead of propagating the error.
  • Name attribute now works on interface types. See documentation.
  • You can now use CDN for WebSharper 4 base library scripts. See documentation.
  • Sitelet runtime resource writer uses caches for faster page serves.

Fixes

  • #605: Fixed a concurrency issue in initializing server-side JSON serialization for RPCs and Web.Controls.
  • #606: Optimizer sometimes erroneously removed a call to a virtual method when the default implementation was had no side effects.