2.13.0-rc.2
Pre-release
Pre-release
2.13.0-rc.2
How to install:
npm install fp-ts@rc
- Experimental
- New Feature
- new modules:
ReaderIO
, #1738 (@sukovanej)
- do notation:
Alternative
- add
getAlternativeMonoid
, #1717 (@willheslam)
- add
function
flip
is now curried, #1748 (@thewilkybarkid)
pipeable
- add pipeable helpers, #1764 (@gcanti)
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
- add pipeable helpers, #1764 (@gcanti)
- new modules:
- Bug Fix
- Polish
- Deprecation
function
- deprecate uncurried
flip
function, #1748 (@thewilkybarkid)
- deprecate uncurried