Skip to content

Releases: fsprojects/FSharp.Data.Adaptive

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.

0.0.20

31 Mar 14:26
Compare
Choose a tag to compare

added AList.toASetIndexed

0.0.19

24 Mar 21:02
Compare
Choose a tag to compare

added ChangeableLazyVal
more C# interop (MarkOutdated, AList creators)

0.0.18

16 Mar 09:51
Compare
Choose a tag to compare

loads of new combinators (custom/mapUse/etc.)
better C# interop thanks to @luithefirst
reintroduced groupBy
several conveniene combinators (bind2, bind3, etc.)

0.0.17

22 Jan 13:26
Compare
Choose a tag to compare

fixed shallowEquals for enums
added several shallowEquals tests

0.0.16

16 Jan 15:31
Compare
Choose a tag to compare

fixed transaction bug
proper locking in WeakOutputSet

0.0.15

15 Jan 13:46
Compare
Choose a tag to compare

consistent equality everywhere
DefaultEqualityComparer.SetProvider allows to override default equality before first use

0.0.14

15 Jan 09:38
Compare
Choose a tag to compare

fixed fable build
HashSet/HashMap.ofSeq now type-tests the given seq