⚠️ This version may not be fully binary compatible with the 0.8 series. As this is a milestone version, it may not be binary compatible with the eventual 0.9.0 final release.
This version adds preliminary support for scala3.
The deriveTraverse macro functionality is still supported, but is not source-compatible with scala2's approach. The other derivation macros are not yet supported. We'd like to add support for those before the final version release.
Full changelog:
Crossbuild scala-3 (#206) @Daenyth
Modernize the sbt configuration, update to current cats (#194) @Daenyth
Update build to sbt 1.5.1 (#191) @custommonkey
Migrates from tut to mdoc (#192) @juanpedromoreno
move COPYING to LICENSE.txt (#188) @pepegar
remove mergify.yml (#186) @pepegar
add sbt aliases (#184) @pepegar
create repeatable nix environment (#183) @pepegar
Stop cross-building reftree for scalajs (#182) @cb372
Bump algebra and atto to versions with scala.js 1.0 releases (#181) @cb372
Proposal: drop scala 2.11, upgrade scalajs to 1.1.1, cats to 2.2.0-M1, refined to 0.9.15 (#179) @oleg-py
Modernize the Travis caching logic (#177) @ceedubs
Update sbt to 1.3.13 (#176) @scala-steward
Update sbt-microsites to 1.2.0 (#171) @scala-steward
Update sbt to 1.3.10 (#170) @scala-steward
Update sbt to 1.3.9 (#169) @scala-steward
Update sbt-microsites to 1.1.5 (#168) @scala-steward
Update sbt-microsites to 1.1.4 (#167) @scala-steward
Update sbt-microsites to 1.1.3 (#165) @scala-steward
Update sbt-microsites to 1.1.2 (#161) @scala-steward
Update sbt-mima-plugin to 0.7.0 (#162) @scala-steward
Update sbt-scala-native-crossproject, ... to 1.0.0 (#157) @scala-steward
Add a Gitter chat badge to README.md (#109) @gitter-badger
Update scalajs-compiler to 0.6.32 (#151) @scala-steward
Update sbt-scalajs to 0.6.32 (#150) @scala-steward
Update sbt-microsites to 1.1.0 (#147) @scala-steward
Update sbt-release to 1.0.13 (#149) @scala-steward
Update sbt-scalajs, scalajs-compiler to 0.6.31 (#138) @scala-steward
Update scalacheck to 1.14.3 (#145) @scala-steward
Update refined, refined-scalacheck to 0.9.12 (#152) @scala-steward
Update sbt-mima-plugin to 0.6.4 (#156) @scala-steward
Update sbt to 1.3.8 (#155) @scala-steward
Add Mergify for patch updates (#158) @angoglez
Migrate project to Bazel 2.1 (#159) @tzimisce012
Update sbt to 1.3.4 (#139) @scala-steward
Update sbt-gpg to 0.2.1 (#140) @scala-steward
Update sbt-scoverage to 1.6.1 (#137) @scala-steward
remove all usecase scaladoc tags, which crash sbt and prevent publishing (#136) @andyscott
Add MiMa (#135) @travisbrown
Update sbt-microsites to 0.9.7 (#131) @scala-steward
Updates for Scala 2.13.0 (#134) @travisbrown
Update sbt-release to 1.0.12 (#133) @scala-steward
Update sbt-scalajs, scalajs-compiler to 0.6.29 (#125) @scala-steward
Update dependencies (#120) @xuwei-k
cache generated traverse instance ot a val (#115) @pepegar
Prevent unsafe use of .fix syntax (#114) @andyscott
Misc preparation for next release (#113) @andyscott
Increment cats to 1.6.0 (#112) @Voltir
Bump scoverage up (#106) @juanpedromoreno
move package from qq.droste to higherkindness.droste (#104) @pepegar
Add an instance for Basis[CoattrF[F, A, ?], Free[F, A]] (#103) @txsmith