Releases: ABridoux/SafeFetching
Releases · ABridoux/SafeFetching
FetchableValue
Initial Stable Release
1.0.0 Updated doc
Replaced key paths by fetchable members
Changed
- Moved away from KeyPaths to user
FetchableMembersspecified for each entity, using a macro or manually. - Predicate writing has changed to use fetchable members, which feels more natural in Swift, and restrict fetching ton only available members
FetchableManagedObjectmacro to conform toFetchableand add fetchable members.- Entity comparison is now supported again
Warning
This is a breaking change.
This version will most likely evolve into a stable 1.0.0 release.
Replaced key paths by fetchable members
Changed
- Moved away from KeyPaths to user
FetchableMembersspecified for each entity, using a macro or manually. - Predicate writing has changed to use fetchable members, which feels more natural in Swift, and restrict fetching ton only available members
FetchableManagedObjectmacro to conform toFetchableand add fetchable members.- Entity comparison is now supported again
Warning
This is a breaking change.
This version will most likely evolve into a stable 1.0.0 release.
Replaced key paths by fetchable members
Changed
- Moved away from KeyPaths to user
FetchableMembersspecified for each entity, using a macro or manually. - Predicate writing has changed to use fetchable members, which feels more natural in Swift, and restrict fetching ton only available members
FetchableManagedObjectmacro to conform toFetchableand add fetchable members.- Entity comparison is now supported again
Warning
This is a breaking change.
This version will most likely evolve into a stable 1.0.0 release.
Replaced key paths by fetchable members
Changed
- Moved away from KeyPaths to user
FetchableMembersspecified for each entity, using a macro or manually. - Predicate writing has changed to use fetchable members, which feels more natural in Swift, and restrict fetching ton only available members
FetchableManagedObjectmacro to conform toFetchableand add fetchable members.
Warning
This is a breaking change.
This version will most likely evolve into a stable 1.0.0 release.
Handle optionals in KeyPaths
0.8.1 Handle optionals in Key paths
Removed StringKeyPaths
Since KeyPaths have now a description, it's unneeded to use NSExpression, and it's possible to directly use key path to computed properties.
Fixed backslash escaping
Merge pull request #24 from ABridoux/develop Fixed backslash escaping
Fixed double quote in string expressions
Merge pull request #23 from ABridoux/develop Fixed database test value string with double quotes