Skip to content

4.0.0

Compare
Choose a tag to compare
@alemar11 alemar11 released this 15 May 10:18
  • Added a new Migrator class to handle migrations (lightweight and heavyweight).
  • Added NSDerivedAttributeDescription utility methods.
  • Added NSAttributeDescription utility methods.
  • Added NSEntityMapping utility methods.
  • Added NSAttributeDescription utility methods.
  • Added LightweightMigrationManger, a NSMigrationManager subclass to do lightweight migrations with a fake progress reporting.
  • Added MigrationProgressReporter to report migration progress via a Progress object.
  • Added a NSManagedObjectContext helper method to create a child context.
  • Added support for NSPersistentStoreCoordinator notifications payloads.
  • Many custom fetch requests now support the affectedStores parameter.
  • DataTransformer renamed as CustomTransformer.