So I'm not sure how possible this is but I'd love to use since-like functionality at versioning case class fields when the type changes. My gut tells me this is a much more complicated issue than what data-class is trying to solve, but I figured there might be a recommendation or an idea from those maintaining this lib on how to approach that issue.
So I'm not sure how possible this is but I'd love to use since-like functionality at versioning case class fields when the type changes. My gut tells me this is a much more complicated issue than what
data-classis trying to solve, but I figured there might be a recommendation or an idea from those maintaining this lib on how to approach that issue.