Skip to content

v1.16.0

Compare
Choose a tag to compare
@kevin-lee kevin-lee released this 31 Oct 10:56
· 465 commits to main since this release
a87f007

1.16.0 - 2021-10-31 🎃

Done

  • Add catchNonFatalThrowable (#274)
  • Add syntax for error handling (#277)
  • Add AA >: A to catchNonFatalEither and catchNonFatalEitherT (#279)
  • Add handleError for F[Xor[A, B]] (#281)
  • Add recoverFrom for F[Xor[A, B]] (#283)
  • More abstraction for CanRecover (#284)
  • More abstraction for CanHandleError (#287)
  • More abstraction for CanCatch (#289)
  • Add Fx.errorOf(Throwable) (#294)