Skip to content

7.1.0 RC2

Lars Hupel edited this page Aug 2, 2014 · 1 revision

This release is not binary compatible with 7.0.0 and previous milestones in the 7.1.x series.

Built against Scala 2.9.3, 2.10.4 and 2.11.2.

Note that these lists are not cumulative!

New features

  • syntax for unwrapping tags (#767)
  • derive Optional instance by isomorphism (#768)
  • pure and point aliases for Free (687d85f0e3)
  • Free as higher-order monad (551e6c199e, 00d42f8541)
  • foldMapM on Foldable (#771)
  • Show instances for EitherT and OptionT (#772, #773)
  • flatMapF on EitherT and ListT (#774, #775)
  • liftF on StateT and Kleisli (#777)

Changed features

  • circumvent inlining problem (#779)
  • tagged monoids for Option and Maybe respect empty element (#778, fixes #776)

Build changes

Clone this wiki locally