This file contains the changes made to the package
This sections are in descending order of the change date.
0.1.11 - 2023-06-04
minimum
andmaximum
functions for bothStream
andAsyncStream
.allM
andanyM
functions that checks if all/any of the values thatStream
generates istrue
.cartesian
function for bothStream
andAsyncStream
.countBy
function for bothStream
andAsyncStream
.filterA
function forStream
.transpose
function for bothStream
andAsyncStream
.
fp-ts
andtslib
dependencies are nowpeerDependencies
.
0.1.10 - 2022-10-03
Updated README
file example.
0.1.9 - 2022-09-30
Updated types to provide async
functions
Now the following functions may also take functions that
return Promise
for their results:
comprehension
dropRightWhile
findFirstMap
findLastMap
flap
tail
apSeq
ap
filterMapWithIndex
filterMap
partitionMap
partitionMapWithIndex
unfold
Likewise the following instance implementations are updated:
ApplicativeSeq
Applicative
Filterable
Unfoldable
0.1.0 - 2022-09-26
Added initial commit