v0.12.14 : improve rendered import statements when packedInputs are applied
Fixes an issue that leads to too many import statements being rendered when the smithy4s.meta#packedInputs
trait is applied
on services or operations.
What's Changed
- Update jsoniter-scala-core to 2.13.14 by @scala-steward in #190
- Add Untagged to the defaults hint masks by @daddykotex in #188
- Add unit tests to prove that constraints work with untagged unions by @Baccata in #187
- Update jsoniter-scala-core to 2.13.15 by @scala-steward in #191
- Update jsoniter-scala-core to 2.13.16 by @scala-steward in #192
- fix unused imports on operations when packed inputs is applied by @yisraelU in #194
- Update sbt-scalajs, scalajs-compiler, ... to 1.10.0 by @scala-steward in #165
Full Changelog: v0.12.13...v0.12.14