Releases: fsprojects/FSharp.Data.Adaptive
Releases · fsprojects/FSharp.Data.Adaptive
1.2.1
ShallowEquality now descends into non-recursive DUs (e.g. option)
1.1.0
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
exposed ThreadStatic fields
1.0.0
stable release
0.0.26
attempted fix for Xamarin.IOS problems
0.0.25
allowing overrides for ShallowEquality via ShallowEquality<'T>.Set(...)
0.0.24
weak callbacks are now correctly GC'ed individually
some new IndexList combinators
Fable compatibility
0.0.23
added missing AddWeakMarkingCallback
for C#
0.0.22
re-added weak callbacks
0.0.21
All callbacks are now GC roots avoiding strange behaviour when ignoring their Subscriptions.