From def1383cba0a2426f9ef0b61f84d008af42348f7 Mon Sep 17 00:00:00 2001 From: Conrad Stoll Date: Sat, 1 Mar 2014 10:29:26 -0600 Subject: [PATCH] Updated Changelog for 1.3.0 --- CHANGELOG.md | 34 ++++++++++++++++++---------------- 1 file changed, 18 insertions(+), 16 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 181ce78..fec9459 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,53 +1,55 @@ #MMRecord Changelog -##[1.3.0](https://github.com/mutualmobile/MMRecord/issues?milestone=6&state=closed) (Friday, March 7th, 2014) -###New -* Added a new subspec called SessionManagerServer that provides an example server for using AFNetworking 2.0. (Conrad Stoll) -* Added a new way to inject a primary key into the population system. (Conrad Stoll) -* Added a new option for performing pre-population steps in the population system. (Conrad Stoll) -* Added new safeguards against creating duplicate records when using relationship primary keys. (Conrad Stoll) -* Updated the MMRecordFoursquare example to also use the AFMMRecordServer subspec. (Conrad Stoll) +##[1.3.0](https://github.com/mutualmobile/MMRecord/issues?milestone=6&state=closed) (Tuesday, March 4th, 2014) +**New** +* Added a new way to inject a primary key into the population system. [#41](https://github.com/mutualmobile/MMRecord/pull/41) (Conrad Stoll) +* Added a new option for performing pre-population steps in the population system. [#41](https://github.com/mutualmobile/MMRecord/pull/41) (Conrad Stoll) +* Added new safeguards against creating duplicate records when using relationship primary keys. [#41](https://github.com/mutualmobile/MMRecord/pull/41) (Conrad Stoll) +* Added a new subspec called SessionManagerServer that provides an example server for using AFNetworking 2.0. [#43](https://github.com/mutualmobile/MMRecord/pull/43) (Conrad Stoll) +* Added the SessionManagerServer to the MMRecordFoursquare example. [#43](https://github.com/mutualmobile/MMRecord/pull/43) (Conrad Stoll) + +**Fixed** * **FIXED** an issue([#39](https://github.com/mutualmobile/MMRecord/issues/39)) where the AFMMRecordResponseSerializationMapper was not generic. (Rodrigo Aguilar) -* **FIXED** an issue([#40](https://github.com/mutualmobile/MMRecord/issues/39)) where there was a retain cycle in the parsing system. (Jim Stewart) +* **FIXED** an issue([#40](https://github.com/mutualmobile/MMRecord/issues/40)) where there was a retain cycle in the parsing system. (Jim Stewart) ##[1.2.0](https://github.com/mutualmobile/MMRecord/issues?milestone=5&state=closed) (Monday, December 23th, 2013) -###New +**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** * **FIXED** an issue([#34](https://github.com/mutualmobile/MMRecord/issues/34)) where MMRecord's future with AFNetworking 2.0 was uncertain. (Conrad Stoll) * **FIXED** an issue([#4](https://github.com/mutualmobile/MMRecord/issues/4)) where MMRecord had difficulty deleting orphans if you wanted to. (Conrad Stoll) ##[1.1.0](https://github.com/mutualmobile/MMRecord/issues?milestone=4&state=closed) (Monday, July 8th, 2013) -###New +**New** * You can now specify a specific page manager for any request. (Conrad Stoll) -###Fixed +**Fixed** * **FIXED** an issue([#28](https://github.com/mutualmobile/MMRecord/pull/28)) where null relationship values were not being sanitized. (Rene Cacheaux) * **FIXED** an issue([#24](https://github.com/mutualmobile/MMRecord/pull/24)) where request options were not thread safe in batch requests. (Conrad Stoll) * **FIXED** an issue([#16](https://github.com/mutualmobile/MMRecord/issues/16)) with duplicate proto records in the import process. (Luke Rhodes) ##[1.0.3](https://github.com/mutualmobile/MMRecord/issues?milestone=3&state=closed) (Thursday, June 6th, 2013) -###Fixed +**Fixed** * **FIXED** an issue([#19](https://github.com/mutualmobile/MMRecord/pull/19)) where request options were not thread safe in batch requests. (Conrad Stoll) * **FIXED** an issue where a logging function was not respecting the set logging level. (Conrad Stoll) ##[1.0.2](https://github.com/mutualmobile/MMRecord/issues?milestone=2&state=closed) (Wednesday, May 22nd, 2013) -###Fixed +**Fixed** * **FIXED** an issue([#12](https://github.com/mutualmobile/MMRecord/pull/12)) where a model misconfiguration could result in a crash. (John Thomas) * **FIXED** an issue([#11](https://github.com/mutualmobile/MMRecord/pull/11)) where a retain cycle could cause a substantial leak in the parsing process. (Conrad Stoll) ##[1.0.1](https://github.com/mutualmobile/MMRecord/issues?milestone=1&state=closed) (Wednesday, May 8th, 2013) -###New +**New** * Support for Unix Time Stamps. (Matt Weathers) * Cocoa Lumberjack Support (Lars Anderson) -###Fixed +**Fixed** * **FIXED** an issue([#10](https://github.com/mutualmobile/MMRecord/pull/10)) where batch request failure blocks were not working as intended. (Swapnil Jadhav) * **FIXED** an issue([#9](https://github.com/mutualmobile/MMRecord/pull/9)) where the primary key could not be a key path (John McIntosh)