1.6.0
What's Changed
Example
class Note: NSManagedObject {
@NSManaged var attachment: Attachment
}
class Attachment: NSManagedObject, Identifiable {
@NSManaged var id: String
}
let attachment: Attachment = // ...
let predicate = \Note.attachment == attachment
New Contributors
- @AliSoftware made their first contribution in #16
Full Changelog: 1.5.0...1.6.0