Releases: fsprojects/FSharp.Data.Adaptive
Releases · fsprojects/FSharp.Data.Adaptive
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.
0.0.20
added AList.toASetIndexed
0.0.19
added ChangeableLazyVal
more C# interop (MarkOutdated, AList creators)
0.0.18
loads of new combinators (custom/mapUse/etc.)
better C# interop thanks to @luithefirst
reintroduced groupBy
several conveniene combinators (bind2, bind3, etc.)
0.0.17
fixed shallowEquals for enums
added several shallowEquals tests
0.0.16
fixed transaction bug
proper locking in WeakOutputSet
0.0.15
consistent equality everywhere
DefaultEqualityComparer.SetProvider allows to override default equality before first use
0.0.14
fixed fable build
HashSet/HashMap.ofSeq now type-tests the given seq