Skip to content

v1.0.0

Compare
Choose a tag to compare
@soumyamahunt soumyamahunt released this 20 Sep 22:01
· 68 commits to main since this release

1.0.0 (2023-09-20)

⚠ BREAKING CHANGES

  • use MemberInit macro for memberwise initializer(s)
  • replaced CodablePath with CodedAt
  • replaced CodableCompose with CodedAt without args
  • renamed ExternalHelperCoder to HelperCoder
  • replaced default: with @Default
  • replaced helper: with @CodedBy

🚀 Features

  • added decoding/encoding ignore attributes (#16) (94855a0)
  • added initialized variable ignore option (#17) (6cd519e)
  • added options for custom key case style (#18) (5cc1a93)
  • made initialized mutable variables initialization optional in member-wise initializers (#15) (12f3177)

🐛 Fixes

  • only ignore computed properties with getter in decoding/encoding (#11) (a6bc3a2), closes #10

🔥 Refactorings