Releases: RestKit/RKValueTransformers
Releases · RestKit/RKValueTransformers
v1.1.1
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
andRKValueTransformerTestOutputValueClassIsSubclassOfClass
macros
v1.1.0
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
This is a small point release that addresses analyzer warnings.
Enhanced ISO8601 Date Support
Compliments of @chadpod, the default ISO-8601 transformer between NSString
<-> NSDate
types has been expanded to handle millisecond precision.
Initial Release
Initial release of RKValueTransformers
. Extracted from RestKit into a standalone library.