All Versions
12
Latest Version
Avg Release Cycle
138 days
Latest Release
909 days ago
Changelog History
Page 2
Changelog History
Page 2
-
v1.0 Changes
February 24, 2017๐ This is a major and a first stable release of ResponseDetective! ๐ต๏ธ
- ๐ Swift 3.0.2 support: ResponseDetective has been rewritten in Swift 3.0.2 and its API has been revisited to be compliant with Swift API Design Guidelines. (#13, #19, #22, #25, #27, #18, #20, kudos to @serejahh and @akashivskyy!)
- ๐ Platform support: ResponseDetective now supports tvOS 9.0+ and macOS requirement has been lowered to macOS 10.9+. (#16, #17, kudos to @akashivskyy!)
- ๐ Better CocoaPods support: Installation issues that might have occurred when using CocoaPods on Objective-C-only projects has been fixed. (#21, #28, kudos to @MatteoBatti and @akashivskyy!)
- Parametric Content-Types: ResponseDetective now honors
Content-Type
headers containing parameters, such asapplication/json; charset=utf8
. (#23, #24, #26, kudos to @akashivskyy!)
Kudos to @PatrykKaczmarek, @rad3ks, @Siemian and @akashivskyy who helped review the pull requests!
Note: The prebuilt framework targets Swift 3.0.2 and Xcode 8.2.1. If you use another version of Xcode, you might need to run
carthage
command with--no-use-binaries
option. -
v0.5 Changes
October 03, 2016๐ In this release:
- Migrated ResponseDetective to Swift 2.3 (#12)
- ๐ Fixed a bug where bodies of requests were always
<null>
(#14)
Note: The prebuilt framework targets Swift 2.3 and Xcode 8.0. If you're use another version of Xcode, you might need to run
carthage
command with--no-use-binaries
option.