RMStore v0.7.1 Release Notes

Release Date: 2014-12-03 // over 9 years ago

Previous changes from v0.6.0

  • 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!