CoreDataStack v1.3.0 Release Notes
Release Date: 2016-10-11 // almost 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 ofNSManagedObject
- 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).