Skip to content

Commit ace59dd

Browse files
committed
Update feature list
1 parent 0c6fe15 commit ace59dd

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/migration-guides/async/data/async_2_3_x.csv

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,17 +22,17 @@ groupBySeries,utils/group-by-async
2222
map,(planned)
2323
mapLimit,(planned)
2424
mapSeries,(planned)
25-
mapValues,(maybe)
26-
mapValuesLimit,(maybe)
27-
mapValuesSeries,(maybe)
25+
mapValues,utils/map-values-async
26+
mapValuesLimit,utils/map-values-async
27+
mapValuesSeries,utils/map-values-async
2828
reduce,(planned)
2929
reduceRight,(planned)
3030
reject,(maybe)
3131
rejectLimit,(maybe)
3232
rejectSeries,(maybe)
33-
some,(maybe)
34-
someLimit,(maybe)
35-
someSeries,(maybe)
33+
some,utils/some-async
34+
someLimit,utils/some-async
35+
someSeries,utils/some-async
3636
sortBy,N/A
3737
transform,N/A
3838
applyEach,(planned)

0 commit comments

Comments
 (0)