Releases: fsprojects/FSharp.Data.Adaptive
Releases · fsprojects/FSharp.Data.Adaptive
1.2.23
1.2.22
- fixed exception in ASet.ofSetTree/ofListTree
1.2.21
- fixed ASet.ofSetTree/ofListTree: ignore nested dirty updates
1.2.20
- added ASet.ofListTree and ASet.ofSetTree
- added AList.mapToASet
- added AMap.ofASetMapped/ofASetMappedIgnoreDuplicates (optimized ASet.groupBy)
- added MapNode/SetNode addInPlace helpers
- added SetNode.head
- added special implementation for ASet.filterA
- added special implementation for ASet.union with one set constant
- improved AList.append
- changed internal tuples/options to value types
- changed Index garbage collection to run in finalizer
- preferred using struct enumerators
- avoided using active patterns to match set operations
- updated to net 8.0
- updated Fable to 4.22.0
- fixed race condition in Index
1.2.19
guarded conditional LevelChangedException
1.2.18
removed LevelChangedException
1.2.17
workaround for LevelChangedException
1.2.16
avoid WPF contention-inline problems with transaction
1.2.15
1.2.14
added some combinators for HashSet/HashMap