Skip to content

Latest commit

 

History

History
114 lines (68 loc) · 1.98 KB

CHANGELOG.md

File metadata and controls

114 lines (68 loc) · 1.98 KB

Master

Breaking
  • None.
Enhancements
  • None.
Bug Fixes
  • None.

6.0.0

Breaking

  • Various interface updates for Sendable / Swift concurrency.
  • Require Swift 6.
  • Update macOS minimum deployment level to 10.14.6.
    John Fairhurst

Enhancements

  • None.

Bug Fixes

  • None.

5.0.1

Bug Fixes

5.0.0

Breaking

  • Add NSPersistentCloudKitContainer. This is breaking because the signature of the MigrationDelegate methods have changed to take a 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

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

Breaking
Enhancements
  • None.
Bug Fixes
  • None.

3.0.0

Breaking

2.0.0

Breaking

1.0.1

Bug Fixes
  • Detect best migration path correctly when first step of two alternates is an explicit migration.
    John Fairhurst #5