Skip to content

Releases: vokal/VOKCoreDataManager

update to deprecated status

12 Nov 19:26
Compare
Choose a tag to compare

Added ignoreOptionalNullValues property

09 Nov 23:08
Compare
Choose a tag to compare
Merge pull request #23 from chillpop/master

Added ignoreOptionalNullValues property

Notify delegates of deselection.

21 Oct 17:24
Compare
Choose a tag to compare

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

17 Sep 20:03
Compare
Choose a tag to compare

Silences a couple of warnings from Xcode 6.

Post import and export blocks added to mapper

25 Aug 13:57
Compare
Choose a tag to compare

workaround for NSFetchedResultsController failure to update

21 Aug 22:31
Compare
Choose a tag to compare
Merge pull request #12 from lquigley/master

Issue where changes were ignored in fetchedresults

Enabling VOKCollectionDataSource delegate to pass through selection

15 Aug 16:45
Compare
Choose a tag to compare
Merge pull request #11 from vokal-isaac/master

Enabling VOKCollectionDataSource delegate to pass through selection

Using vok_entityName in VOKCollectionDataSource

14 Aug 20:45
Compare
Choose a tag to compare
Merge pull request #10 from vokal-isaac/master

Using vok_entityName in VOKCollectionDataSource

removed NSStringFromClass in favor of vok_entityName

30 Jul 14:29
Compare
Choose a tag to compare
Merge pull request #8 from vokal-isaac/master

Revising fetch request construction to use vok_entityName.

Added ignoreNullValueOverwrites to mapper

22 Jul 19:01
Compare
Choose a tag to compare
Merge pull request #7 from jacobvanorder/master

Added check for ignoreNullValueOverwrites that was being missed.