Skip to content

Releases: fsprojects/FSharp.Data.Adaptive

1.2.16

05 Sep 11:07
Compare
Choose a tag to compare

avoid WPF contention-inline problems with transaction

1.2.15

26 Mar 06:00
Compare
Choose a tag to compare

updated MultiCallbackObject with proper locking #113

1.2.14

14 May 19:34
Compare
Choose a tag to compare

added some combinators for HashSet/HashMap

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))