Skip to content

WebSharper 4.1.7

Compare
Choose a tag to compare
@Jand42 Jand42 released this 19 Feb 21:40
· 5 commits to websharper41 since this release

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)