Skip to content

0.7.0

Latest
Compare
Choose a tag to compare
@hpique hpique released this 03 Dec 02:00
· 22 commits to master since this release

Restore operations and the corresponding observer notification now include the array of restored transactions. Includes incompatible API changes.

RMStore

  • #53: Restore operations and the corresponding observer notification now include the array of restored transaction. Great job @karolus!

RMStoreUserDefaultsPersistence

  • #122: Subclasses can use a different NSUserDefaults by overriding. Thanks @ChaosCoder!