Skip to content

v0.4.1

Latest

Choose a tag to compare

@keiji keiji released this 01 Feb 15:42
· 18 commits to main since this release
v0.4.1
15241d4

Release Notes v0.4.1

✨ Improvements

  • Improved KSP Code Generation: Fixed an issue where the generated code would fail to compile if a data class annotated with @BerTlv or @CompactTlv contained a nested TLV object from a different package. The KSP processors now correctly handle imports for the readFrom and writeTo extension functions, preventing unnecessary imports and resolving the build failure. (#218)

What's Changed

  • fix: add only necessary imports when generating encoder/decoders by @jogerj in #219
  • build(deps): bump com.gradleup.nmcp.aggregation from 1.4.3 to 1.4.4 by @dependabot[bot] in #221

Full Changelog: v0.4.0...v0.4.1