1.0.0 beta.7
Pre-release
Pre-release
NSURLRequest
instance ofRequestType
is now available frombuildURLRequest()
method. #78Change type ofThis change is reverted by #84 in 1.0.0-beta.8. If you want to pass nullable value to parameters, use NSNull. Both NSJSONSerialization and URLEncodedSerialization handle it.RequestType.parameters
from[String: AnyObject]
to[String: AnyObject?]
. Now, parameter can contain nullable values and it will be encoded correctly both in JSON and URL encoding. #83
Breaking Changes
Request
protocol is renamed asRequestType
for consistency with the Swift standard library. #82