Skip to content

0.7.0

Compare
Choose a tag to compare
@kevindelord kevindelord released this 28 Jun 13:09
· 23 commits to master since this release

Cocoapods

  • Fix pod try command.

DKDBManager

  • Add Unit Test with test coverage superior than 98%.
  • Add setupCoreDataStackWithName to improve dependency injection.
  • Improve Swift compatibility for hasValidContext, hasBeenDeleted, doesExist and isValidInCurrentContext functions.

Enhancements

Add new crud functions:

  • crudEntityWithDictionary:inContext:completion:
  • crudEntityWithDictionary:inContext:
  • crudEntityInContext:
  • crudEntitiesWithArray:inContext:

Deprecated

The following functions are now deprecated:

  • createEntityFromDictionary:inContext:completion:
  • createEntityFromDictionary:inContext:
  • createEntityInContext:
  • createEntitiesFromArray:inContext: