Skip to content

v1.1.0

Choose a tag to compare

@soumyamahunt soumyamahunt released this 07 Nov 05:07
· 69 commits to main since this release

1.1.0 (2023-11-06)

🚀 Features

  • HelperCoders: added base64 data decoding/encoding helpers (bee7cc4)
  • HelperCoders: added basic data types decoding helpers (6089cb5)
  • HelperCoders: added conditional and property wrapper based helpers (4542ac2)
  • HelperCoders: added date decoding/encoding helpers (ae9ed44)
  • HelperCoders: added non-confirming floats decoding/encoding helpers (6f8241a)
  • added non-variadic generics support (#23) (b615251)

🐛 Fixes

  • fixed build failure with ExistentialAny upcoming feature (by @Midbin) (#34) (db55d96)
  • fixed default value not respected for optional types (#36) (4eb999c)
  • fixed failure in structs with static members (by @Midbin) (#37) (e256e12)
  • fixed optional value decoding failure with HelperCoder when value doesn't exist (#35) (ad19d4d)

📚 Documentation

  • README: added HelperCoders usage (#38) (8da6282)

✅ Tests

  • added swift-syntax temporary fix for extension macros testing (#33) (5344f13)