Skip to content
This repository has been archived by the owner on Aug 26, 2022. It is now read-only.

2.0.0

Compare
Choose a tag to compare
@omaralbeik omaralbeik released this 21 Aug 12:54
f2233cb

Introducing v2.0

  • Removed the Identifiable protocol in favor of Swift's Identifiable.
  • Increased deployment targets to iOS 13.0, tvOS 13.0, macOS 10.15, and watchOS 6.0.
  • Objects defined as non-final classes can now be used as well.
  • Added new generateSnapshot() and restoreSnapshot(_:) methods to generate and restore a Snapshot object that can be saved (e.g. to iCloud) and restored later.
  • Fixed a bug where objectsCount might run out of sync with the actual count of objects in store.