refined v0.9.17 Release Notes

Release Date: 2020-09-28 // over 3 years ago
  • What’s Changed

    • ✅ Prepare tests for deprecating support of Nat (#845) @fthomas
    • ⚡️ Update Scaladoc of the numeric module (#844) @fthomas
    • ⚡️ Update pureconfig-core, ... to 0.14.0 (#822) @scala-steward
    • 👍 Allow Int and Double literals as universal arguments (#841) @fthomas
    • ✅ Enable core tests on Dotty (#840) @fthomas
    • Compile the ScalaCheck module with Dotty (#839) @fthomas
    • 🛠 Fix some coreJVM/test:compile errors on Dotty (#838) @fthomas
    • Disable Dottydoc to unblock publishing (#837) @fthomas
    • Do not use shapeless.ops.hlist.ToList on Dotty (#836) @fthomas
    • 👉 Make Refined an opaque type on Dotty (#835) @fthomas
    • Do not use existential in RefType#unwrap to fix Dotty error (#834) @fthomas
    • Split sources into scala-3.0+ and scala-3.0- directories (#833) @fthomas
    • 🗄 Deprecate companions of already deprecated classes (#831) @fthomas
    • 🏗 Use Codecov in 2.13 CI build (#830) @fthomas
    • Do not use Witness to express literal types on 2.13+ (#828) @fthomas
    • 👉 Make conversions in collection module explicit (#829) @fthomas
    • 👉 Use different libraryDependencies for Dotty (#826) @fthomas
    • 🏗 Use MiMa in the 2.13 CI build (#825) @fthomas
    • 0️⃣ Set Scala 2.13 as default Scala version (#824) @fthomas
    • 🏗 Prepare build for Dotty (#823) @fthomas
    • ⚠ Compile with -Xfatal-warnings on Scala 2.13 (#821) @fthomas
    • ✂ Remove unnecessary MiMa exclusion (#820) @fthomas
    • ⚡️ Update Scala to 2.12.12 (#819) @fthomas
    • Replace Traversable with Iterable in collection predicates (#818) @fthomas
    • 👉 Use Iterator instead of Stream in tryN (#817) @fthomas