Skip to content

Releases: gcanti/fp-ts-contrib

0.1.18

12 Aug 14:08
Compare
Choose a tag to compare
  • New Feature
    • ArrayOption
    • Free
      • split "mega" free instance into individual typeclass instances (@IMax153)
    • IOOption
    • List
      • split "mega" list instance into individual typeclass instances (@IMax153)
    • ReaderIO
      • split "mega" readerIO instance into individual typeclass instances (@IMax153)
    • StateEither
      • split "mega" stateEither instance into individual typeclass instances (@IMax153)
    • StateIO
      • split "mega" stateIO instance into individual typeclass instances (@IMax153)
    • StateTaskEither
      • split "mega" stateTaskEither instance into individual typeclass instances (@IMax153)
    • TaskOption
    • Zipper
  • Polish
    • standardize export declarations in all modules (@IMax153)
    • add category tags to all module exports (@IMax153)
  • Internal

0.1.17

23 Jun 10:18
Compare
Choose a tag to compare
  • New Feature

0.1.16

28 May 14:31
Compare
Choose a tag to compare
  • Polish

0.1.15

05 Apr 12:53
Compare
Choose a tag to compare
  • New Feature

0.1.14

02 Mar 17:37
Compare
Choose a tag to compare

0.1.13

20 Feb 18:13
Compare
Choose a tag to compare

0.1.12

12 Feb 17:03
Compare
Choose a tag to compare

0.1.11

31 Jan 10:15
Compare
Choose a tag to compare
  • New Feature
    • Zipper
      • add missing pipeable combinators (@gcanti)

0.1.10

29 Jan 16:30
Compare
Choose a tag to compare
  • New Feature
    • add from<Monad>K, chain<Monad>K to ArrayOption, ReaderIO, StateIO, StateTaskEither, TaskOption (@gcanti)

0.1.9

30 Dec 11:46
Compare
Choose a tag to compare
  • Bug Fix
  • Polish