Releases: fsprojects/FSharp.Data.Adaptive
1.2.5
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
raised minimal FSharp.Core version to 4.7.0 (necessary due to Fable.Core update)
1.2.3
fixed fable build
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