All Versions
10
Latest Version
Avg Release Cycle
82 days
Latest Release
2382 days ago

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 and performAndWaitNoescape by using withoutActuallyEscaping for Swift 3.1 and later #194
  • v2.2.0 Changes

    March 29, 2017
    • Introduces the option of constructing a stack with a pre-built NSManagedObjectModel #189 thanks to @HSchultjan
  • 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 and NSManagedObjectContext extensions.

    โž• Addresses:

    #172

  • v2.0.1 Changes

    October 14, 2016
    • Resolves some target membership and @available designations for tvOS target #167
    • Above issue was preventing publishing 2.0.0 to CocoaPods

    โž• Addresses:

    #166

  • 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 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

  • 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 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

  • v1.2.6 Changes

    June 24, 2016
    • ๐Ÿ”ฆ Expose CoreDataModelable protocol to Objective C #151