Skip to content

eff 3.0.2

Compare
Choose a tag to compare
@etorreborre etorreborre released this 26 Feb 07:51
· 940 commits to master since this release

Super important maintenance version!!!

This version contains some important fixes to Member implicits. You should definitely not use 3.0.0 or 3.0.1 because
those versions contain the possibility to throw ClassCastExceptions depending on the effect stack you use.

Improvements

  • added objects to import creation / interpretation methods for task and future effects
    • org.atnos.eff.addon.scalaz.task._
    • org.atnos.eff.addon.monix.task._
    • org.atnos.eff.addon.fs2.task._
    • org.atnos.eff.addon.twitter.future._
  • added objects to import syntax methods for task and future effects
    • org.atnos.eff.syntax.addon.scalaz.task._
    • org.atnos.eff.syntax.addon.monix.task._
    • org.atnos.eff.syntax.addon.fs2.task._
    • org.atnos.eff.syntax.addon.twitter.future._

Fixes: