Skip to content

2.13.0-rc.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@gcanti gcanti released this 15 Sep 08:39
· 200 commits to master since this release

2.13.0-rc.2

How to install:

npm install fp-ts@rc
  • Experimental
    • add exports field to package.json in order to support moduleResolution node12/nodenext, #1765 (@gcanti)
  • New Feature
    • new modules:
    • do notation:
    • Alternative
    • function
    • 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
  • Bug Fix
    • do notation
      • Ensuring that bind and bindW pass the correct params through rather than get rewritten by the function passed in, #1584 (@feydan)
  • Polish
    • Traversable
      • add more overloadings to traverse / sequence helpers, #1758 (@gcanti)
    • Writer
      • getChain requires a Semigroup instead of a Monoid (@gcanti)
  • Deprecation