Skip to content

Releases: ABridoux/SafeFetching

Fixed backslash escaping

04 Oct 15:47
c1e711b
Compare
Choose a tag to compare
Merge pull request #24 from ABridoux/develop

Fixed backslash escaping

Fixed double quote in string expressions

06 Sep 08:59
8b4ea21
Compare
Choose a tag to compare
Merge pull request #23 from ABridoux/develop

Fixed database test value string with double quotes

`Date` implements `DatabaseTestValue`

09 Jun 14:14
8a9cf5d
Compare
Choose a tag to compare

Added

  • Date implements DatabaseTestValue

Fixed string comparison with options

08 May 10:51
a762959
Compare
Choose a tag to compare

Fixed

  • Updated doc for last patch

Fixed string comparison with options

08 May 10:43
97880d5
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

Fixed

  • Required Swift 5.6 to build

Online docC

19 Mar 17:02
2a194ac
Compare
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
Compare
Choose a tag to compare

Added/Fixed

  • tvOS 13.0+ support in the platforms