Skip to content

Releases: ABridoux/SafeFetching

`Date` implements `DatabaseTestValue`

09 Jun 14:14
8a9cf5d

Choose a tag to compare

Added

  • Date implements DatabaseTestValue

Fixed string comparison with options

08 May 10:51
a762959

Choose a tag to compare

Fixed

  • Updated doc for last patch

Fixed string comparison with options

08 May 10:43
97880d5

Choose a tag to compare

Fixed

  • String comparison with options

Removed

  • FetchUpdate and Fetchable.updatePublisher(for:in:)

Fixed enum string quotes

03 May 14:32
1b39e2f

Choose a tag to compare

Fixed

When using a RawRepresentable with a String raw value type, the quotes were missing in the predicate.

String comparison options

19 Apr 16:49
fa9fe81

Choose a tag to compare

Added

  • String comparison options (diacritic/case insensitive and normalized)
  • NSPredicate.safe(_:) to build a NSPredicate from a SafeFetching predicate
  • script to generate documentation (generate-doc.zsh)

Fixed

  • Fixed option set comparison
  • CoreData imports
  • Wrong documentation symbols

Online docC

19 Mar 18:30
2a48125

Choose a tag to compare

Fixed

  • Required Swift 5.6 to build

Online docC

19 Mar 17:02
2a194ac

Choose a tag to compare

Added

Changed

  • Updated Readme to point tenth new documentation

Fixed

  • Dead link in the documentation

tvOS platform

04 Feb 21:09
6624f19

Choose a tag to compare

Added/Fixed

  • tvOS 13.0+ support in the platforms

Single boolean key paths and string key paths

03 Feb 14:57
ceba8e1

Choose a tag to compare

Added

  • Added support for single boolean key path

Fixed bool and NSManagedObject predicate

03 Feb 12:34
dc77545

Choose a tag to compare

Fixed

  • Fixed Bool and NSManagedObject comparison predicate