Skip to content

Releases: johnfairh/TMLPersistentContainer

5.0.1

16 Jul 09:33
08acb38
Compare
Choose a tag to compare

Bug Fixes

5.0.0

31 Jan 12:25
f774d84
Compare
Choose a tag to compare

Breaking

  • Add NSPersistentCloudKitContainer.
    This is breaking because the signature of the MigrationDelegate methods have changed to take an NSPersistentContainer instead of a PersistentContainer so that it can be shared between the two types of container.
    Jonas Reichert
    #11

Enhancements

  • None.

Bug Fixes

  • None.

4.1.0

26 Sep 13:45
29c9f08
Compare
Choose a tag to compare

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

20 Apr 11:12
49e8be3
Compare
Choose a tag to compare
Breaking
Enhancements
  • None.
Bug Fixes
  • None.

3.0.0

21 May 18:48
0c8668a
Compare
Choose a tag to compare
Breaking

2.0.0

23 Oct 09:33
Compare
Choose a tag to compare
Breaking
Enhancements
  • None.
Bug Fixes
  • None.

1.0.1

24 Sep 11:46
Compare
Choose a tag to compare
Breaking
  • None.
Enhancements
  • None.
Bug Fixes
  • Detect best migration path correctly when first step of two alternates is
    an explicit migration.
    John Fairhurst
    #5