Pre-release
Pre-release
Pre-release
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 anNSManagedObjectContext
.
Breaking Updates
- Moved statistics in
ActionProxy
to it's own protocol. - Converted
Action
protocolexecute
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.