Releases: Data-swift/ManagedModels
Releases · Data-swift/ManagedModels
Importing
Configurable
Doesn't require a configuration anymore. Will create a default one if the array is empty.
Also expose the store descriptions under the configurations
property. Though that might change.
Stored
Details
Codable Keys and Values
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.