Skip to content

Releases: fsprojects/FSharp.Data.Adaptive

1.2.13

01 May 21:30
Compare
Choose a tag to compare

made FSharp.Data.Adaptive trimmable via <IsTrimmable>true</IsTrimmable>

1.2.12

26 Apr 13:33
Compare
Choose a tag to compare

fixed KeyNotFoundException in async evaluation of ASet.mapA and ASet.flattenA (issue #103)

1.2.11

21 Apr 03:55
Compare
Choose a tag to compare

fixed AList.sub problem

1.2.10

21 Mar 18:45
Compare
Choose a tag to compare

added clist.UpdateTo(seq, list, array)
fixed AssemblyVersions

1.2.9

21 Mar 08:08
Compare
Choose a tag to compare

new AList.sub implementation
switched to aardpack based build with CI publishing
switched to newest fsdocs

1.2.7

09 Nov 09:57
Compare
Choose a tag to compare

several AList bugfixes
added AList slicing utilities

1.2.6

02 May 22:44
Compare
Choose a tag to compare

added AMap.choose2(V) and derived combinators (intersectWith, intersect(V))

1.2.5

29 Apr 23:21
Compare
Choose a tag to compare

fixed GC problem with AVal.mapNonAdaptive
added adaptive FileSystem tools
implemented efficient IndexList.computeDeltaTo(Array|List|Seq) (https://neil.fraser.name/writing/diff/myers.pdf)

1.2.4

24 Apr 08:18
Compare
Choose a tag to compare

raised minimal FSharp.Core version to 4.7.0 (necessary due to Fable.Core update)

1.2.3

15 Apr 12:22
Compare
Choose a tag to compare

fixed fable build