v1.2.2 (November 29, 2012)
- Fix bug that caused CMFile's on-device caching to never work.
- Add method to
CMWebService
to run Java or JavaScript snippets directly without running a store operation and wrapping it. - Fixed a bug when a custom CMUser has properties named differently than how they are stored on the server.
- Recompile YAJL.framework to support iPhone 5 (armv7s).
- Rename
appSecret
toapiKey
inCMAPICredentials
so it's consistent with the dashboard phrasing. - Add PNG to mime types registered in
CMMimeType
. - Make
CMMimeType
case-insensitive. - Stop using deprecated
CMFile
constructor inCMStore
. - Add convenience method to
CMAPICredentials
to set the App ID and API Key at the same time. - Rebuild to support iPhone 5's armv7s architecture.
- Track modifications made to objects and only send dirty objects back to server.
- Remove erroneous user-related constructors from CMObject. All user-related things are on CMStore.
- Fix bug that would fail to remove private
__type__
fields from serialized NSDictonary objects.
- Initial release