We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7c619b commit 1b6d265Copy full SHA for 1b6d265
1 file changed
RELEASE_NOTES.md
@@ -1,3 +1,20 @@
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
+
18
### 1.2.19
19
- guarded conditional LevelChangedException
20
0 commit comments