Skip to content
This repository has been archived by the owner on Jun 2, 2018. It is now read-only.

Releases: bignerdranch/CoreDataStack

2.3.1

17 Oct 18:28
Compare
Choose a tag to compare

2.2.1

17 May 20:40
Compare
Choose a tag to compare
  • Fixes potential issue with unsafeBitCast and performAndWaitNoescape by using withoutActuallyEscaping for Swift 3.1 and later #194

2.2.0

29 Mar 18:41
Compare
Choose a tag to compare
  • Introduces the option of constructing a stack with a pre-built NSManagedObjectModel #189 thanks to @HSchultjan

2.1.0

17 Jan 22:18
Compare
Choose a tag to compare
  • 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

1.4.0

17 Jan 22:13
Compare
Choose a tag to compare
  • 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).

2.0.2

25 Oct 14:06
Compare
Choose a tag to compare
  • Change access level to public for func performAndWaitOrThrow NSPersistentStoreCoordinator and NSManagedObjectContext extensions.

Addresses:

#172

2.0.1

14 Oct 10:55
Compare
Choose a tag to compare
  • Resolves some target membership and @available designations for tvOS target #167
  • Above issue was preventing publishing 2.0.0 to CocoaPods

Addresses:

#166

2.0.0

12 Oct 14:49
Compare
Choose a tag to compare
  • 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

1.3.0

11 Oct 15:45
Compare
Choose a tag to compare
  • 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

1.2.6

24 Jun 13:42
Compare
Choose a tag to compare
  • Expose CoreDataModelable protocol to Objective C #151