PMHTTP v4.5.0 Release Notes
Release Date: 2019-11-28 // almost 5 years ago-
- โ Add Obj-C convenience functions for creating upload requests with an
NSData
but no explicitcontentType
(#65). - ๐ Fix the Obj-C
-setValue:forHeaderField:
and-setValue:forDefaultHeaderField:
methods to take a nullable value (#67). - โ Add
HTTPManagerRetryBehavior.init(any:)
to combine multiple retry behaviors together (#69). - Add
HTTPManagerRequest.HTTPHeaders
methodsinit(minimumCapacity:
) andreserveCapacity(_:)
and propertycapacity
(#66).
- โ Add Obj-C convenience functions for creating upload requests with an
Previous changes from v4.4.3
-
- ๐ Support PMJSON 4.x in addition to PMJSON 3.x with CocoaPods. Carthage doesn't support that kind of version range so it's now just set to PMJSON 4.x only.