Skip to content

v1.5.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 08 Jul 02:43
· 1 commit to main since this release

1.5.0 (2025-07-08)

🚀 Features

  • added DecodedAt and EncodedAt macros for separate decoding and encoding CodingKeys (#138) (b468de5)
  • added IgnoreEncoding(basedOn:) macro to ignore encoding based on other properties (#139) (fbb50ba)
  • added common strategies applicable to all properties (#129) (ab61565)
  • added properties dependencies support to CodedBy macro (#107) (b0563bc)
  • added support for Encodable/Decodable partial conformance (#137) (89d9cc0)
  • added support for mutable optional variable with @IgnoreCoding (#104) (1043da0)

🐛 Fixes

  • fixed Path deprecation warnings in package plugin (#140) (5d8ae67)
  • minimized warnings generated by macro expanded code (#103) (0c4be0e)