Skip to content

1.2.0

Compare
Choose a tag to compare
@cnstoll cnstoll released this 01 Mar 16:36
· 125 commits to master since this release

New

  • Added a new subspec called AFMMRecordResponseSerializer that returns MMRecord objects in an AFNetworking 2.0 success block. (Conrad Stoll)
  • Added a new sample project called MMRecordFoursquare that implements the Foursquare Venue API and the AFMMRecordResponseSerializer. (Conrad Stoll)
  • Added a new way to conditionally delete orphans that did not come back in a response. (Conrad Stoll)
  • Improved the experience for customizing the marshalling behavior to allow transformed property setting. (Rene Cacheaux and Conrad Stoll)

Fixed

  • FIXED an issue(#34) where MMRecord's future with AFNetworking 2.0 was uncertain. (Conrad Stoll)
  • FIXED an issue(#4) where MMRecord had difficulty deleting orphans if you wanted to. (Conrad Stoll)