Skip to content
This repository has been archived by the owner on Jun 2, 2018. It is now read-only.

Releases: bignerdranch/CoreDataStack

1.2.5

01 Jun 14:35
Compare
Choose a tag to compare
  • Adds a convenience save function that will persist changes up the chain to the NSPersistentStore #138
  • Handles another error in Apple's NSFetchedResultsController callbacks #137
  • Tweaks to CI and documentation generation

1.2.4

26 Apr 17:33
Compare
Choose a tag to compare
  • constructSQLiteStack, newBatchOperationContext, and resetStore now all take an optional GCD queue to call back on. #129
  • newBackgroundWorkerMOC has been deprecated in favor of newChildContext which allows you to create MOCs of different NSManagedObjectContextConcurrencyTypes #130
  • Jazzy docs formatting updates

1.2.3

20 Apr 01:03
Compare
Choose a tag to compare
  • Fixes a compiler segfault on Xcode 7.3.1 GM #124

1.2.2

08 Apr 14:53
Compare
Choose a tag to compare
  • Ensures only app extension safe APIs are used #117 thanks to @nadavhart
  • Adds countInContext to CoreDataModelable #118 thanks to @darrarski

1.2.1

23 Mar 14:14
Compare
Choose a tag to compare
  • Updated syntax for Swift 2.2 #112

1.2.0

11 Mar 22:07
Compare
Choose a tag to compare
  • Support for Mac OS X 🎉 #104
  • Fastlane for running tests locally and on travis ci #106
  • Contribution Guidelines #102
  • Additional API to CoreDataModelable #99 and FetchedResultsController #98

1.1.5

29 Feb 20:05
Compare
Choose a tag to compare
  • File location changes to support Swift Package Manager #94
  • Open up a couple convenience methods in CoreDataModelable #91
  • Added some more usage examples to the sample project #92 #87

1.1.4

03 Feb 00:44
Compare
Choose a tag to compare
  • Fixes warning produced by Carthage 3628c3e

1.1.3

02 Feb 14:59
Compare
Choose a tag to compare
  • Enabled testability for all targets (This will resolve an issue some have seen when installing via carthage) 4aac4cd
  • Added a carthage checkout test to ensure each release is installable
  • Various CI and Doc improvements

1.1.2

14 Jan 18:58
Compare
Choose a tag to compare
  • Adds a clearer debugging statement for incorrect model names #74 (introduced in #75)