Skip to content

WebSharper 4.2.2-beta

Pre-release
Pre-release
Compare
Choose a tag to compare
@Tarmil Tarmil released this 19 Feb 18:31
· 1348 commits to master since this release

This is a bugfix release for WebSharper 4.2-beta.

Fixes

  • #911 More System namespace numeric types handled correctly by Router.Infer (both for server and client-side usage): SByte, Byte, Int16, UInt16, UInt32, Int64, UInt64, Single.
  • #906 Fix handling of F# type alias resolving to a type parameter (type Alias<'T> = 'T)
  • #909 Compiling with WebSharper does not require installing .NET 4.7.1 anymore; 4.6.1 is now sufficient.