WebSharper 9.0.1
This is a hotfix release of WebSharper 9.0. NuGet version 9.0.1.549
.
Templates for .NET Core SDK: dotnet new install WebSharper.Templates::9.0.1.549
Fixes
- #1459 resolve off-by-one bugs and improve performance of collection functions introduced with F# 6.0, these are:
insertAt
,insertManyAt
,removeAt
,removeManyAt
,updateAt
, for each ofList
,Array
, andSeq
modules.