CoreDataStack v1.3.0 Release Notes

Release Date: 2016-10-11 // 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).

    All above changes in PR #159
    โž• Addresses: #152