Default parameter support
Derived Encoder
/ Decoder
now support case class default parameter when using Scala 3.
-Yretain-trees
needs to be added to scalacOptions
— there is currently now other known way to support them.
What's Changed
Full Changelog: v0.3.0-RC9...v0.3.0-RC10