Skip to content

0.16.2

Compare
Choose a tag to compare
@gigobyte gigobyte released this 15 Apr 14:54
· 363 commits to master since this release

Function

  • Add curry

EitherAsync

  • Add EitherAsync.all
  • Add EitherAsync#void
  • ap and alt now lazily evaluate the other argument

MaybeAsync

  • Add MaybeAsync#void
  • ap and alt now lazily evaluate the other argument

Maybe

  • Add Maybe.sequence

Codec

  • Allow multiple values to be passed to exactly
  • Improve unsafeDecode implementation
  • Add map codec
  • Make encode result type overwritable