Skip to content

Releases: fsprojects/FSharp.Data.Adaptive

1.2.1

22 Mar 22:26
Compare
Choose a tag to compare

ShallowEquality now descends into non-recursive DUs (e.g. option)

1.1.0

03 Feb 11:24
Compare
Choose a tag to compare

major upgrade with improved performance
several new combinators ASet.xor, AVal.cast, etc.
public enumerators for all datastructures.
AdaptiveSynchronizationContext
added several interfaces to clist, cset, etc.
UpdateTo returning boolean

1.0.1

11 Nov 14:51
Compare
Choose a tag to compare

exposed ThreadStatic fields

1.0.0

12 Jun 10:50
Compare
Choose a tag to compare

stable release

0.0.26

11 Jun 11:55
Compare
Choose a tag to compare

attempted fix for Xamarin.IOS problems

0.0.25

16 Apr 12:49
Compare
Choose a tag to compare

allowing overrides for ShallowEquality via ShallowEquality<'T>.Set(...)

0.0.24

16 Apr 06:36
Compare
Choose a tag to compare

weak callbacks are now correctly GC'ed individually
some new IndexList combinators
Fable compatibility

0.0.23

08 Apr 16:10
Compare
Choose a tag to compare

added missing AddWeakMarkingCallback for C#

0.0.22

08 Apr 15:20
Compare
Choose a tag to compare

re-added weak callbacks

0.0.21

01 Apr 14:11
Compare
Choose a tag to compare

All callbacks are now GC roots avoiding strange behaviour when ignoring their Subscriptions.