Skip to content
This repository has been archived by the owner on Feb 27, 2021. It is now read-only.

v1.7.0

Compare
Choose a tag to compare
@djspiewak djspiewak released this 14 Jan 00:23
· 98 commits to master since this release
v1.7.0

Took some time to catch up with the typeclasses which have been added in more recent Cats releases. This resulted in some nice additions to the set of conversions. Additionally, Scala 2.13.0-M4 support never really worked entirely correctly and the master build has been broken for a while. This release marks an update of the cross-build to 2.13.0-M5, along with a corresponding bump in all the downstream dependencies necessary to achieve this.

  • New Conversions
    • Alternative (scalaz's ApplicativePlus)
    • Distributive
    • MonoidK (scalaz's PlusEmpty)
    • SemigroupK (scalaz's Plus)
    • Representable
  • Scala 2.13.0-M5 cross-build