Releases: johnfairh/TMLPersistentContainer
Releases · johnfairh/TMLPersistentContainer
6.0.0
5.0.1
5.0.0
Breaking
- Add
NSPersistentCloudKitContainer
.
This is breaking because the signature of theMigrationDelegate
methods have changed to take anNSPersistentContainer
instead of aPersistentContainer
so that it can be shared between the two types of container.
Jonas Reichert
#11
Enhancements
- None.
Bug Fixes
- None.
4.1.0
Breaking
- None.
Enhancements
- Add
warning
log messages when models are ignored due to
conflicting names or entity metadata.
John Fairhurst
Bug Fixes
- Fix intermittent ignoring of a model that contains multiple
entities and appears more than once in the bundles.
John Fairhurst
4.0.0
3.0.0
Breaking
- Port to Swift 4.1, Xcode 9.3.
John Fairhurst