Skip to content

Releases: RestKit/RKValueTransformers

v1.1.1

21 Nov 22:10
Compare
Choose a tag to compare

This release focuses on performance improvements contributed by @carllindberg.

  • Caching in RKCompoundValueTransformer for source/destination class pairs
  • Avoid creating errors unless necessary
  • Optimize the RKValueTransformerTestInputValueIsKindOfClass and RKValueTransformerTestOutputValueClassIsSubclassOfClass macros

v1.1.0

19 Mar 13:29
Compare
Choose a tag to compare

This release adds default date format strings to support the mapping of all date formats specified in RFC2616 (RFC 1123, RFC 850, and ANSI C asctime() date formats).

Small internal project updates were made to switch the test suite to XCTest and the internal CLI test automation was migrated from xctool to xcpretty.

Fix analyzer warnings

15 Nov 19:15
Compare
Choose a tag to compare

This is a small point release that addresses analyzer warnings.

Enhanced ISO8601 Date Support

14 Nov 01:53
Compare
Choose a tag to compare

Compliments of @chadpod, the default ISO-8601 transformer between NSString <-> NSDate types has been expanded to handle millisecond precision.

Initial Release

11 Sep 15:36
Compare
Choose a tag to compare

Initial release of RKValueTransformers. Extracted from RestKit into a standalone library.