Skip to content

Releases: daangn/KarrotCodableKit

🚀 2.0.0

Choose a tag to compare

@github-actions github-actions released this 26 Jun 08:52
088c813

What's Changed

💥 Breaking Changes

🚀 1.7.0

Choose a tag to compare

@github-actions github-actions released this 07 Apr 13:05
4aade81

What's Changed

  • feat: add OptionalPolymorphicLossyArrayValue property wrapper @KYHyeon (#21)

🐛 Bug Fixes

  • fix: Fixed compiler error when using @PolymorphicEnumCodable macro on enums defined inside nested types @ElonPark (#22)

📚 Documentation

  • docs: update CLAUDE.md with missing modules documentation @KYHyeon (#20)

🚀 1.6.0

Choose a tag to compare

@github-actions github-actions released this 24 Sep 06:17
c82af3c

What's Changed

😎 Update

  • feat: Add outcome logic for optional property wrappers @ElonPark (#18)

🚀 1.5.1

Choose a tag to compare

@github-actions github-actions released this 03 Sep 09:57
bebc686

What's Changed

😎 Update

🚀 1.5.0

Choose a tag to compare

@github-actions github-actions released this 02 Sep 12:03
bc146dc

What's Changed

🐛 Bug Fixes

  • fix: Fixed compiler error when using @PolymorphicCodableStrategyProviding macro on protocols defined inside nested types @ElonPark (#15)
  • Fix: Improve error handling for non-optional property wrappers @ElonPark (#14)

🚀 1.4.0

Choose a tag to compare

@github-actions github-actions released this 05 Aug 08:29
35692d8

What's Changed

✨ Features

🤓 Improvements

  • refactor: remove projectedValue when non-DEBUG builds @ElonPark (#13)

🚀 1.3.0

Choose a tag to compare

@github-actions github-actions released this 17 Jul 08:01
4c1a440

What's Changed

✨ Features

🤓 Improvements

📚 Documentation

🚀 1.2.2

Choose a tag to compare

@ElonPark ElonPark released this 27 Jun 11:25
5aa7748

What's Changed

Full Changelog: 1.2.1...1.2.2

🚀 1.2.1

Choose a tag to compare

@github-actions github-actions released this 11 Jun 14:37
90cdcdf

What’s Changed

🐛 Bug Fixes

  • IOS-582 fix: UnnestedPolymorphicCodable compiler errors when empty structs and Swift keywords @ElonPark (#5)

🚀 1.2.0

Choose a tag to compare

@github-actions github-actions released this 11 Jun 09:06
5c33bf4

What’s Changed

✨ Features

📚 Documentation