Skip to content

Pre-release

Pre-release
Pre-release
Compare
Choose a tag to compare
@tonystone tonystone released this 13 Feb 17:04
· 124 commits to master since this release

Added

  • Added ActionContext which captures statistics about context usage.
  • Added ActionContext merge routine for merging changing from remote connections.
  • EntityAction execute now passed an ActionContext rather than an NSManagedObjectContext.

Breaking Updates

  • Moved statistics in ActionProxy to it's own protocol.
  • Converted Action protocol execute func to throw instead of returning a type.
  • Changed GenericCoreDataStack & CoreDataStack viewContext to be read only, it will now throw an error if you save changes to it.