Erlend Hamnaberg
Erlend Hamnaberg
> @zarthross @zmccoy are you open to changing the behavior of semiauto derivation to follow the pattern described in 2.iv of my notes above, [#2183 (comment)](https://github.com/circe/circe/pull/2183#issuecomment-1839047060)? > > If so,...
Thanks for the contribution. @DeamonDev are you willing to fix the conflics here?
Bumps version number to 3.0.0, not sure how the policy is here, but this is a breaking change.
This also does not really work for native libs, we need to add ``` ThisBuild / libraryDependencySchemes += "org.scala-native" %% "test-interface_native0.5" % VersionScheme.Always ```
@Lasering If you can address the requested changes this week, this can be part of 0.14.7.
build error seems genuine: https://github.com/circe/circe/actions/runs/8738215116/job/24010673820#step:9:233
I dont think we can do this in 0.14.x since we break downstream libs `circe-generic-extras`, and who knows what else. Perhaps we should move this to 0.15 ?
One way to ensure you dont use the default serialization mechanism is to provide a wrapper type for the UTC millis for Scala 2 this could be. ```scala case class...
Ref #1040 Add documentation for this
needs conflict fixing