Changelog
2.15.0
New Feature
function
LazyArg
tap
to
Either
IO
IOEither
IOOption
Option
Reader
ReaderEither
ReaderIO
ReaderTask
ReaderTaskEither
State
StateReaderTaskEither
Task
TaskEither
TaskOption
flatMapNullable
(dual) to
Either
IOEither
ReaderEither
ReaderTaskEither
StateReaderTaskEither
TaskEither
flatMapOption
(dual) to
Either
IOEither
ReaderEither
ReaderTaskEither
StateReaderTaskEither
TaskEither
liftNullable
to
Either
IOEither
ReaderEither
ReaderTaskEither
StateReaderTaskEither
TaskEither
liftOption
to
Either
IOEither
ReaderEither
ReaderTaskEither
StateReaderTaskEither
TaskEither
flatMapEither
(dual) to
IOEither
ReaderEither
ReaderTaskEither
TaskEither
Array
flatMap
NonEmptyArray
flatMap
ReadonlyArray
flatMap
ReadonlyNonEmptyArray
flatMap
Changelog
2.14.0
New Feature
flatMap
to
Either
IOEither
Reader
ReaderEither
ReaderIO
ReaderTask
ReaderTaskEither
StateReaderTaskEither
TaskEither
NonEmptyArray
ReadonlyNonEmptyArray
Tree
Array
Identity
IO
IOOption
Option
ReadonlyArray
State
Task
TaskOption
Changelog
2.13.1
ReaderIO
, #1738 (@sukovanej)let
helpers, #1725 (@Punie)Alternative
getAlternativeMonoid
, #1717 (@willheslam)function
flip
is now curried, #1748 (@thewilkybarkid)pipeable
alt
ap
bimap
chain
compose
contramap
extend
filter
filterMap
filterMapWithIndex
filterWithIndex
foldMap
foldMapWithIndex
map
mapLeft
mapWithIndex
partition
partitionMap
partitionMapWithIndex
partitionWithIndex
promap
reduce
reduceRight
reduceRightWithIndex
reduceWithIndex
ReaderTask
ReaderIO
constructors/combinators, #1773 (@thewilkybarkid)ReaderTaskEither
ReaderIO
constructors/combinators, #1774 (@thewilkybarkid)TaskEither
chainTaskOptionKW
, #1744 (@AmirabbasJ)FromIO
chainIOK
FromTask
chainTaskK
chainFirstTaskK
Whiterable
FilterE1
TheseT
both
Either
apFirstW
apSecondW
IOEither
apFirstW
apSecondW
Reader
apFirstW
apSecondW
ReaderEither
apFirstW
apSecondW
ReaderTaskEither
apFirstW
apSecondW
StateReaderTaskEither
apFirstW
apSecondW
TaskEither
apFirstW
apSecondW
Apply
ap
overloadings, #1721 (@waynevanson)Either
exists
(@gcanti)ReadonlyRecord
fromEntries
return type, closes #1745 (@gcanti)TaskEither
fromPredicate
signature (@gcanti)These
fromPredicate
(@gcanti)exists
(@gcanti)Traversable
Writer
getChain
requires a Semigroup
instead of a Monoid
(@gcanti)function
flip
function, #1748 (@thewilkybarkid)