This repository was archived by the owner on Aug 26, 2022. It is now read-only.
2.0.0
Introducing v2.0
- Removed the
Identifiableprotocol in favor of Swift'sIdentifiable. - Increased deployment targets to iOS
13.0,tvOS 13.0,macOS 10.15, andwatchOS 6.0. - Objects defined as non-final classes can now be used as well.
- Added new
generateSnapshot()andrestoreSnapshot(_:)methods to generate and restore aSnapshotobject that can be saved (e.g. to iCloud) and restored later. - Fixed a bug where
objectsCountmight run out of sync with the actual count of objects in store.