Skip to content

WebSharper 4.1.6

Compare
Choose a tag to compare
@Jand42 Jand42 released this 07 Feb 14:04
· 7 commits to websharper41 since this release

Fixes

  • #897 F# module-level pattern matching with let now translates successfully. (For example: let a, b = 1, 2)
  • #902 Sitelet.InferWithCustomErrors and Router.InferWithCustomErrors work as intended (previously was throwing a null exception).