Skip to content

1.3.0

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

New

  • Added a new way to inject a primary key into the population system. #41 (Conrad Stoll)
  • Added a new option for performing pre-population steps in the population system. #41 (Conrad Stoll)
  • Added new safeguards against creating duplicate records when using relationship primary keys. #41 (Conrad Stoll)
  • Added a new subspec called SessionManagerServer that provides an example server for using AFNetworking 2.0. #43 (Conrad Stoll)
  • Added the SessionManagerServer to the MMRecordFoursquare example. #43 (Conrad Stoll)

Fixed

  • FIXED an issue(#39) where the AFMMRecordResponseSerializationMapper was not generic. (Rodrigo Aguilar)
  • FIXED an issue(#40) where there was a retain cycle in the parsing system. (Jim Stewart)