File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed
modules/core/src/main/scala/io/taig/enumeration/ext Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
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+
315## 0.5.0
416
517_ 2025-09-28_
Original file line number Diff line number Diff line change @@ -2,13 +2,13 @@ package io.taig.enumeration.ext
22
33import cats .Eq
44import cats .Inject
5+ import cats .Invariant
56import cats .Order
67import cats .data .NonEmptyList
78import cats .data .NonEmptyMap
89import cats .syntax .all .*
910
1011import scala .annotation .targetName
11- import cats .Invariant
1212
1313sealed abstract class Mapping [A , B ] extends Inject [A , B ]:
1414 self =>
You can’t perform that action at this time.
0 commit comments