Skip to content

0.7.2

Compare
Choose a tag to compare
@github-actions github-actions released this 10 Mar 16:46
· 1381 commits to master since this release

Changes

Features

  • Create caching and embedding universal log implementation for ease of use @Odomontois (#181)
  • ContextT and cats instances @Odomontois (#193)
  • Promotion of lenses of marked inner fields on classy lenses generation @Odomontois (#186)
  • Provide and HasProvide @road21 (#188)
  • Add higher kinded typeclass instances for Logs @catostrophe (#191)
  • Properly populate Lift/Unlift companions with instances @catostrophe (#192)
  • Specialized version of startAndForget and subcontext Unlift @Odomontois (#184)
  • Refactoring the feither syntax, add widen methods for Either[E, A] @Ssstlis (#176)
  • Yet another F[Option[A]] syntax @Ssstlis (#175)
  • Add convenient syntax for working with F[Option[A]] @d1skort (#162)
  • Add convenient syntax for working with F[Either[E, A]] @Ssstlis (#169)

Bug Fixes

Maintenance