RestKit v0.23.3 Release Notes

Release Date: 2014-08-19 // over 9 years ago
  • ๐Ÿšง Maintenance

    ๐Ÿš€ This is a small maintenance update that focuses on several crucial improvements to core RestKit functionality, in addition to incremental improvements on the modularization front. The RestKit Core team welcomes Valerio Mazzeo, who was the driving force behind this release.

    ๐Ÿ”„ Changelog

    • ๐Ÿ›  Fix equivalence tests for request and response descriptors Alex Leigh
    • Provide a single entry point for retrieving the fetch requests from the fetch request blocks Valerio Mazzeo #1995
    • Implemented indexing on NSArray of NSString and NSNumber Valerio Mazzeo
    • ๐Ÿ‘ Allow for the Testing and CoreData subspecs without the Search subspec Samuel E. Giddins #1987
    • Extended RKObjectMappingMatcher capabilities with a RKKeyPathClassObjectMappingMatcher class Valerio Mazzeo