RMStore v0.6.0 Release Notes

Release Date: 2014-09-23 // over 9 years ago
  • 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!