Skip to content

Releases: kevindelord/DKDBManager

0.5.3

28 Jun 13:28
Compare
Choose a tag to compare
  • Import Magical Record as framework to support cocoapods 0.39.0

0.5.2

28 Jun 13:29
Compare
Choose a tag to compare
  • Add documentation.
  • Minor parameter renaming updateWithDictionary:(NSDictionary *)dictionary.
  • Remove DKHelper

0.5.1

28 Jun 13:29
Compare
Choose a tag to compare
  • Add version requirement on dependencies.

0.5.0

28 Jun 13:29
Compare
Choose a tag to compare
  • Update to MagicalRecord 2.3.0.
  • Functions saveEntity: and save have been renamed saveEntityAsNotDeprecated
  • Improve DB LogLevel. The post-install hack in the Podfile is no longer required.
  • Abstract models are now ignored by the manager when loging or when searching for deprecated entities.
  • Add deleteIfInvalid function.

0.4.2

28 Jun 13:29
Compare
Choose a tag to compare
  • Improve Swift portability

0.4.1

28 Jun 13:29
Compare
Choose a tag to compare
  • Add getter method for entities in current database
  • Add new categorised class to verify an NSManagedObject validity

0.4.0

28 Jun 13:29
Compare
Choose a tag to compare
  • Update README
  • Improve documentation
  • Method 'entities' is not required anymore
  • Create new delete methods
  • The DKManagedObject protocol does not exist anymore
  • The setup coredata stack method takes only one argument
  • Bug fixes

0.3.2

28 Jun 13:29
Compare
Choose a tag to compare
  • Minor log improvement

0.3.1

28 Jun 13:29
Compare
Choose a tag to compare
  • Minor improvement on shouldUpdateEntity method

0.3.0

28 Jun 13:30
Compare
Choose a tag to compare
  • Add log after a saveToPersistentStoreAndWait call
  • New naming: 'shouldUpdateEntity:withDictionary:'
  • Minor code logic improvement