We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e23280a commit e335258Copy full SHA for e335258
2 files changed
CHANGELOG.md
@@ -1,5 +1,17 @@
1
# Changelog
2
3
+## 0.6.0
4
+
5
+_2026-02-10_
6
7
+- Add imapA and imapB methods
8
+- Upgrade to circe 0.14.15
9
+- Upgrade to ciris 3.12.0
10
+- Upgrade to munit 1.2.2
11
+- Upgrade to sbt 1.12.2
12
+- Upgrade to sbt-houserules 0.11.10
13
+- Upgrade to sbt-scalajs 1.20.2
14
15
## 0.5.0
16
17
_2025-09-28_
modules/core/src/main/scala/io/taig/enumeration/ext/Mapping.scala
@@ -2,13 +2,13 @@ package io.taig.enumeration.ext
import cats.Eq
import cats.Inject
+import cats.Invariant
import cats.Order
import cats.data.NonEmptyList
import cats.data.NonEmptyMap
import cats.syntax.all.*
import scala.annotation.targetName
-import cats.Invariant
sealed abstract class Mapping[A, B] extends Inject[A, B]:
self =>
0 commit comments