All Versions
10
Latest Version
Avg Release Cycle
169 days
Latest Release
2051 days ago

Changelog History

  • v0.27.3

    September 14, 2018
  • v0.27.2 Changes

    July 19, 2017
    • #2497: Shouldnโ€™t validate content type if there is no content
    • #2508: Masked use of __NSCFBoolean private API
  • v0.27.1 Changes

    July 03, 2017

    ๐Ÿš€ This release includes a major migration of the project in order to support Xcode 8.
    โšก๏ธ Many of the internal dependencies have been updated and Travis-CI builds are finally fully operational again.

    ๐Ÿš€ Also, this release includes a major bug fix related to iOS 10.x:

    • #2449: Use explicit userInfo keys for NSManagedObjectContextDidSaveNotification
  • v0.27.0 Changes

    July 26, 2016

    From #2434:

    • โœ‚ Removed iOS 5 related code in RKPathUtilities.m
    • ๐Ÿš€ Increased deployment target to iOS 8.0 and OS X 10.9 on both project and test apps
    • โšก๏ธ Updated rakefile: fixed build:examples task
    • ๐Ÿ‘ Allowed warnings on pod lib lint (due to AFNetworking)
    • ๐Ÿ›  Fixed AFNetworking reachability issue with Cocoapods use_frameworks!
    • ๐Ÿ›  Fixed headers not found issue with Cocoapods > 0.38.2
    • ๐Ÿšš Moved RKHTTPUtilities into Network directory
    • โšก๏ธ Updated example projects pod files
    • โœ‚ Removed AFNetworking dependency from podspec
    • ๐Ÿ“‡ Renamed all AFNetworking classes to AFRK to be able to install any version of AFNetworking meanwhile using RestKit.
  • v0.26.0

    November 13, 2015
  • v0.25.0

    August 07, 2015
  • v0.24.1 Changes

    April 03, 2015

    ๐Ÿš€ This is a maintenance release focused on continued bug fixed and improvements.

    • Change the RKPropertyInspector cache writeback to use dispatch_barrier_sync
      carllindberg
    • โž• Added query parameters to the mapping metadata
      wainglaister
    • ๐Ÿ›  Fixed mapping with a nil source key path
      Valerio Mazzeo
  • v0.24.0 Changes

    November 22, 2014

    ๐Ÿš€ This release focuses on some major performance improvements contributed by @carllindberg, as well as enforcing stricter compliance with CoreData's thread confinement model.

    ๐Ÿš€ This release also sees the minimum supported iOS version being increased to 5.1.1.

  • v0.23.3 Changes

    August 19, 2014

    ๐Ÿšง 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
  • v0.23.2 Changes

    July 17, 2014

    ๐Ÿšง Maintenance

    ๐Ÿš€ This is a maintenance release that brings incremental updates to modularization and various facets of the RestKit architecture.

    ๐Ÿ”„ Changelog

    • Honor passed in sqlite options when creating persistent store
    • ๐Ÿ‘‰ Make more functions work in .mm files Romain Criton
    • ๐Ÿ›  Fix RKMappingOperation skipping validation when data source tells it to set unchanged values Coneko
    • Prefer the use RKAttributeMapping value transformers if provided Kamil Kocemba
    • Copy RKObjectMapping. sourceToDestintationKeyTransformationBlock Ian G
    • ๐Ÿ‘‰ Make RestKit.h importable with stand-alone subspecs Samuel Giddins
    • โž• Add rudimentary dynamic mapping equivalence Jason Peebles
    • Switch to a vendored SOCKit version for manual installation
    • Memoization of RKResponseDescriptor's path matcher Karl Gluck
    • โœ‚ Removed hidden Support dependency upon AFNetworking