Skip to content

Releases: ftchirou/PredicateKit

1.10.0

04 Apr 23:01
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.9.0...1.10.0

1.9.0

03 Mar 11:57
834065e
Compare
Choose a tag to compare

What's Changed

  • Add support for comparing raw representables by @ftchirou in #27

Full Changelog: 1.8.0...1.9.0

1.8.0

01 Mar 19:58
3bb2639
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.7.0...1.8.0

1.7.0

30 Oct 07:06
1486d9c
Compare
Choose a tag to compare

What's Changed

  • Add a privacy manifest

Full Changelog: 1.6.1...1.7.0

1.6.1

13 May 11:54
Compare
Choose a tag to compare

What's Changed

  • Fix an issue causing builds to fail on tvOS and watchOS.

Full Changelog: 1.6.0...1.6.1

1.6.0

13 May 11:42
6729efa
Compare
Choose a tag to compare

What's Changed

  • Add support for testing objects for equality by @ftchirou in #20
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

Full Changelog: 1.5.0...1.6.0

1.5.0

18 Apr 13:14
Compare
Choose a tag to compare

What's Changed

  • Use NSSecureUnarchiveFromDataTransformerName by @jordanekay in #10
  • Allow the in expression to have a list or a set as a parameter by @omiz in #11

New Contributors

Full Changelog: 1.4.0...1.5.0

1.4.0

18 Apr 11:44
Compare
Choose a tag to compare
  • Add support for predicates on optionals. Fixes #5.

1.3.0

08 Feb 04:15
Compare
Choose a tag to compare

1.2.1

16 Jan 09:09
Compare
Choose a tag to compare
  • Set availability of the @FetchRequest extensions to 6.0 for watchOS and 13.0 for tvOS.