Changelog
2.16.5
Polish
Resolved a RangeError where the maximum call stack size was exceeded when invoking chainWithIndex
, #1931
Changelog
2.16.3
Polish
Either.ts
: toError
: Don't fail when a value can't be converted to a primitive, #1924
Changelog
2.16.0
tapEither
(dual) (aka chainFirstEitherK
/ chainFirstEitherKW
) https://github.com/gcanti/fp-ts/pull/1864tapIO
(dual) (aka chainFirstIOK
) https://github.com/gcanti/fp-ts/pull/1865as
/ asUnit
https://github.com/gcanti/fp-ts/pull/1867tapTask
(dual) (aka chainFirstTaskK
) https://github.com/gcanti/fp-ts/pull/1869mapError
(dual) (aka mapLeft
) https://github.com/gcanti/fp-ts/pull/1870mapBoth
(dual) (aka bimap
) https://github.com/gcanti/fp-ts/pull/1872tapReader
(dual) (aka chainFirstReaderK
/ chainFirstIReaderKW
) https://github.com/gcanti/fp-ts/pull/1871tapReaderEither
(dual) (aka chainFirstReaderEitherK
/ chainFirstEitherKW
) https://github.com/gcanti/fp-ts/pull/1873tapReaderIO
(dual) (aka chainFirstReaderIOK
) https://github.com/gcanti/fp-ts/pull/1873tapReaderTask
(dual) (aka chainFirstReaderTaskK
) https://github.com/gcanti/fp-ts/pull/1873tapTaskEither
(dual) (aka chainFirstTaskEitherK
/ chainFirstTaskEitherKW
) https://github.com/gcanti/fp-ts/pull/1873flatMapReaderTask
(dual) (aka chainReaderTaskK
/ chainReaderTaskKW
) https://github.com/gcanti/fp-ts/pull/1874flatMapTaskEither
(dual) (aka chainTaskEitherK
/ chainTaskEitherKW
) https://github.com/gcanti/fp-ts/pull/1874flatMapIO
(dual) (aka chainIOK
) https://github.com/gcanti/fp-ts/pull/1874Option.orElse
(dual) (aka alt
/ altW
) https://github.com/gcanti/fp-ts/pull/1868flatMapTask
(dual) (aka chainTaskK
) https://github.com/gcanti/fp-ts/pull/1876flatMapReader
(dual) (aka chainReaderK
/ chainReaderKW
) https://github.com/gcanti/fp-ts/pull/1876flatMapReaderIO
(dual) (aka chainReaderIOK
/ chainReaderIOKW
) https://github.com/gcanti/fp-ts/pull/1879flatMap*
(aka chain*K
/ chain*KW
) https://github.com/gcanti/fp-ts/pull/1880