All Versions
10
Latest Version
Avg Release Cycle
82 days
Latest Release
2678 days ago
Changelog History
Changelog History
-
v2.3.1 Changes
October 17, 2017- โก๏ธ Updates changes for Xcode9 and Swift 4.0 #199 (Thanks @J-Crichton)
-
v2.2.1 Changes
May 17, 2017- ๐ Fixes potential issue with
unsafeBitCast
andperformAndWaitNoescape
by usingwithoutActuallyEscaping
for Swift 3.1 and later #194
- ๐ Fixes potential issue with
-
v2.2.0 Changes
March 29, 2017- Introduces the option of constructing a stack with a pre-built
NSManagedObjectModel
#189 thanks to @HSchultjan
- Introduces the option of constructing a stack with a pre-built
-
v2.1.0 Changes
January 17, 2017- Introduces the ability to add custom Store Options to your NSPersistentStoreCoordinator #185. Thanks to @Aranoledur
- ๐ Fixes potential false positive assertions for class name in EntityMonitor Issue: #180 PR: #184
-
v2.0.2 Changes
October 25, 2016- ๐ Change access level to public for
func performAndWaitOrThrow
NSPersistentStoreCoordinator
andNSManagedObjectContext
extensions.
โ Addresses:
- ๐ Change access level to public for
-
v2.0.1 Changes
October 14, 2016 -
v2.0.0 Changes
October 12, 2016- โก๏ธ 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).
- Modifies
performAndWaitOrThrow
to make use ofrethrows
and@noescape
-
v1.4.0 Changes
January 17, 2017- Introduces the ability to add custom Store Options to your NSPersistentStoreCoordinator #177. Thanks to @Aranoledur
- ๐ Fixes potential false positive assertions for class name in EntityMonitor Issue: #180 PR: #183
- ๐ This will be the final release supporting Swift 2.3. Further bug fixes and features will only be added to Swift 3.0 (master branch).
-
v1.3.0 Changes
October 11, 2016- โก๏ธ 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).
-
v1.2.6 Changes
June 24, 2016- ๐ฆ Expose
CoreDataModelable
protocol to Objective C #151
- ๐ฆ Expose