Skip to content

Releases: postmates/PMHTTP

PMHTTP v2.0.1

05 Jan 19:15
Compare
Choose a tag to compare
  • Fix PMJSON dependency in CocoaPods podspec.

PMHTTP v2.0.0

03 Jan 23:35
Compare
Choose a tag to compare
  • Support text/json in addition to application/json.
  • Add 2 convenience methods for uploading UIImages as PNG or JPEG data.
  • Add objcError property to PMHTTPResult.
  • Change objcError on HTTPManagerTaskResult to Error? instead of NSError?.
  • Fix Xcode 8.1 compatibility of unit tests.
  • Add optional options parameter to parseAsJSON() and parseAsJSON(with:).
  • Add withMultipartBody(using:) to HTTPManagerUploadFormRequest.
  • Rename parse(with:), parseAsJSON(options:with:), and addMultipartBody(with:) to use the parameter name using: instead, which is more in line with Swift 3 Foundation naming conventions.

PMHTTP v1.0.4

20 Oct 23:13
Compare
Choose a tag to compare
  • Add more Obj-C request constructors.
  • Fix encoding of + characters in query strings and application/x-www-form-urlencoded bodies.

PMHTTP v1.0.3

24 Sep 00:34
Compare
Choose a tag to compare

Fix obj-c name of HTTPManager.parsedDateHeader(from:).

PMHTTP v1.0.2

22 Sep 22:05
Compare
Choose a tag to compare

Add fix-its for the Swift 3 API changes.

PMHTTP v1.0.1

16 Sep 00:16
Compare
Choose a tag to compare
  • Adopt CustomNSError and deprecate the NSError bridging methods.
  • Add autoreleasepools to dispatch queues where appropriate.
  • Speed up compile times a bit.
  • Fix CocoaPods support.

PMHTTP v1.0.0

09 Sep 21:07
Compare
Choose a tag to compare

Support for Swift 3.0.

PMHTTP v0.9.3

09 Sep 23:38
Compare
Choose a tag to compare

Fix compilation on tvOS.

PMHTTP v0.9.2

09 Sep 20:49
Compare
Choose a tag to compare

Support for Swift 2.3.

PMHTTP v0.9.1

17 Aug 18:11
Compare
Choose a tag to compare
  • Rename Source folder to Sources.
  • CocoaPods support.