Skip to content
This repository was archived by the owner on Feb 8, 2023. It is now read-only.

Releases: mac-cain13/CoreDataKit

Relation improvements

Choose a tag to compare

@mac-cain13 mac-cain13 released this 27 Nov 21:09
  • Fixed issue #4 (Embed relations where recreated on every update)
  • Breaking change: Renamed CDKWithoutId to CDKEmbedding
  • Breaking change: Renamed CDKRelatedById to CDKReference
  • Breaking change: Removed CDKNoMapping, use the new CDKMapStrategy instead

Observation helper and debug methods

Choose a tag to compare

@mac-cain13 mac-cain13 released this 27 Nov 21:16
  • Created ManagedObjectObserver: Easy observation of managed object changes
  • New dumpImportConfiguration method on CoreDataStack to show import config
  • New debugDump method on CoreDataStack to show current stack

First stable-ish release

Choose a tag to compare

@mac-cain13 mac-cain13 released this 27 Nov 21:18

Saving, fetching, updating, importing. Most of the basics are available!