File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed
Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change 1+ ### 1.2.20
2+ - added ASet.ofListTree and ASet.ofSetTree
3+ - added AList.mapToASet
4+ - added AMap.ofASetMapped/ofASetMappedIgnoreDuplicates (optimized ASet.groupBy)
5+ - added MapNode/SetNode addInPlace helpers
6+ - added SetNode.head
7+ - added special implementation for ASet.filterA
8+ - added special implementation for ASet.union with one set constant
9+ - improved AList.append
10+ - changed internal tuples/options to value types
11+ - changed Index garbage collection to run in finalizer
12+ - preferred using struct enumerators
13+ - avoided using active patterns to match set operations
14+ - updated to net 8.0
15+ - updated Fable to 4.22.0
16+ - fixed race condition in Index
17+
118### 1.2.19
219- guarded conditional LevelChangedException
320
You can’t perform that action at this time.
0 commit comments