We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c6fe15 commit ace59ddCopy full SHA for ace59dd
docs/migration-guides/async/data/async_2_3_x.csv
@@ -22,17 +22,17 @@ groupBySeries,utils/group-by-async
22
map,(planned)
23
mapLimit,(planned)
24
mapSeries,(planned)
25
-mapValues,(maybe)
26
-mapValuesLimit,(maybe)
27
-mapValuesSeries,(maybe)
+mapValues,utils/map-values-async
+mapValuesLimit,utils/map-values-async
+mapValuesSeries,utils/map-values-async
28
reduce,(planned)
29
reduceRight,(planned)
30
reject,(maybe)
31
rejectLimit,(maybe)
32
rejectSeries,(maybe)
33
-some,(maybe)
34
-someLimit,(maybe)
35
-someSeries,(maybe)
+some,utils/some-async
+someLimit,utils/some-async
+someSeries,utils/some-async
36
sortBy,N/A
37
transform,N/A
38
applyEach,(planned)
0 commit comments