Skip to content

0.6.0

Compare
Choose a tag to compare
@hpique hpique released this 23 Sep 06:19
· 36 commits to master since this release

Adds support for deferred transactions introduced in iOS 8. Includes incompatible API changes.

RMStore

  • #72: Add rm_ prefix to NSNotification category methods. This is an incompatible API change. If you are using these notifications you will have to change your code. Thanks @gnatok!
  • #109: Add support for deferred transactions introduced in iOS 8.

Other

  • #92: Migrated from OCUnit to XCTest. Thanks @gnatok!
  • #104: Use RMStore table for localized strings. Thanks @mckaskle!