Skip to content

WebSharper 9.0.1

Compare
Choose a tag to compare
@Jand42 Jand42 released this 24 Apr 12:36
· 55 commits to master since this release

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 of List, Array, and Seq modules.