mirror of
https://github.com/zhigang1992/RestKit.git
synced 2026-03-30 17:43:22 +08:00
* RKObjectParameterization now returns an empty dictionary if mapping produces an unmappable representation error (no mappable attributes/relationships found) * Log errors if request construction results in an NSError and return nil * Ensure errors are passed back up through object parameterization instead of just returning nil * Reset the serialization MIME Type registry during RKTestFactory set up to ensure it is in a sane state * Convert Hamcrest matchers to Expecta in the object mapper tests to fix infinite recursion on test failure (will need to completely phase out Hamcrest soon)