Skip to content

Releases: gcanti/fp-ts

2.13.0-rc.2

15 Sep 08:39
Compare
Choose a tag to compare
2.13.0-rc.2 Pre-release
Pre-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

2.12.3

31 Aug 06:05
Compare
Choose a tag to compare
  • Polish
    • Apply
    • ReadonlyRecord
    • TaskEither
    • fix wrong type parameter order:
      • 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

2.12.2

25 Jul 09:07
Compare
Choose a tag to compare
  • Polish
    • ReadonlyRecord / Record

2.12.1

28 Apr 07:35
Compare
Choose a tag to compare

2.12.0

22 Apr 08:07
Compare
Choose a tag to compare

2.11.10

14 Apr 08:44
Compare
Choose a tag to compare
  • Polish
    • TaskEither / TaskOption

2.11.9

14 Mar 09:19
Compare
Choose a tag to compare

2.11.8

17 Jan 08:42
Compare
Choose a tag to compare

2.11.7

10 Jan 09:11
Compare
Choose a tag to compare
  • Polish

2.11.6

05 Jan 11:28
Compare
Choose a tag to compare
  • Polish
    • ReaderEither
      • orElseFirstW: intersect dependencies like orElseW (@gcanti)
    • ReaderTaskEither