CoreDataStack v2.0.0 Release Notes

Release Date: 2016-10-12 // over 7 years ago
    • ⚡️ Updated syntax for Swift 2.3 and Xcode 8.0
    • 🗄 Deprecates CoreDataStack class
    • 🗄 Deprecates CoreDataModelable and migrates utility functions to and extension of NSManagedObject
    • Creates a new sample project showing off NSPersistentContainer usage
    • ✅ Splits unit test cases into either a Deprecated target (testing those classes that have been deprecated) or a Non-Deprecated target (testing those classes that will not be deprecated).
    • ModifiesperformAndWaitOrThrow to make use of rethrows and @noescape

    All above changes in PR #160
    ➕ Addresses: #152 #162