Skip to content

0.1.18

Compare
Choose a tag to compare
@gcanti gcanti released this 12 Aug 14:08
· 61 commits to master since this release
  • 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