Releases: vokal/VOKCoreDataManager
Releases · vokal/VOKCoreDataManager
update to deprecated status
Added ignoreOptionalNullValues property
Merge pull request #23 from chillpop/master Added ignoreOptionalNullValues property
Notify delegates of deselection.
Notifies delegates of both FetchedResults and CollectionView data sources when an object is deselected, if they implement the updated method.
Xcode 6 Warning-shutting-up
Silences a couple of warnings from Xcode 6.
Post import and export blocks added to mapper
1.0.6 updated podspec
workaround for NSFetchedResultsController failure to update
Merge pull request #12 from lquigley/master Issue where changes were ignored in fetchedresults
Enabling VOKCollectionDataSource delegate to pass through selection
Merge pull request #11 from vokal-isaac/master Enabling VOKCollectionDataSource delegate to pass through selection
Using vok_entityName in VOKCollectionDataSource
Merge pull request #10 from vokal-isaac/master Using vok_entityName in VOKCollectionDataSource
removed NSStringFromClass in favor of vok_entityName
Merge pull request #8 from vokal-isaac/master Revising fetch request construction to use vok_entityName.
Added ignoreNullValueOverwrites to mapper
Merge pull request #7 from jacobvanorder/master Added check for ignoreNullValueOverwrites that was being missed.