Skip to content

Releases: fsprojects/FSharp.Data.Adaptive

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

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