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

27 Nov 21:09

Choose a tag to compare

  • 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

27 Nov 21:16

Choose a tag to compare

  • 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

27 Nov 21:18

Choose a tag to compare

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