Skip to content

Codable Keys and Values

Compare
Choose a tag to compare
@helje5 helje5 released this 29 Sep 16:39
· 103 commits to main since this release
a4165f3

Thanks to @radianttap hints, the use of @NSManaged could be dropped. The way property storage works is now more similar to SwiftData and supports Codable Swift types (untested), RawRepresentables and a lot more Swift base types (like Int? and such.)

Also the initial value can now be provided inline.