Skip to content

v1.4.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 30 Sep 07:57
· 5 commits to main since this release

1.4.0 (2024-09-30)

🚀 Features

  • added ignoring encoding based on condition over value (#84) (83ea43a)
  • added separate default value options for missing value and other errors (#81) (69cc0de)
  • added support for implicitly unwrapped optional type (#87) (29b9f00)
  • added untagged enum support (#78) (c1fe6f4)

🐛 Fixes

  • provided Inherits macro as workaround for class conformance error in SwiftUI (#71) (c27e3a8)

🛠 Build System

  • added migration for Swift 6 language mode (13f4be6)

🛠 Dependency

  • switch to using swiftlang repo instead of apple, as Apple transitioned already (#96) (b929e06)

✅ Tests

  • migrated to swift-testing (ca493e4)