Skip to content

Releases: futuredapp/FTAPIKit

Combine in CocoaPods fix

04 May 10:57
107ad8f
Compare
Choose a tag to compare

Imports Combine extension in CocoaPods properly

Platforms specifics and README updates

09 Apr 11:23
14c5516
Compare
Choose a tag to compare
  • Properly defined platform support
  • Tuned README

Rewritten and out of alpha!

13 Feb 08:02
f3d8334
Compare
Choose a tag to compare
  • Removed API adapter.
  • Removed RequestType enum.
  • Introduced Server protocols.
  • Improved Endpoint protocols.
  • Enables different encodings.

Futured APIKit

20 Jan 13:09
8153c0d
Compare
Choose a tag to compare
Futured APIKit Pre-release
Pre-release
Merge pull request #45 from futuredapp/housekeep/company-rebrand

Housekeep: Company rebrand

SPM, Swift 5.0 and bug fixes

02 Jul 17:25
b7e837d
Compare
Choose a tag to compare
Pre-release
  • Fix thread safety and implement serialization (#33)
  • Add Swift package manager support for Xcode 11 (#32)
  • Fix requestType .urlEncoded use percent encoding (#27)

v0.4.1: Valid podspec and CocoaPods release

19 Mar 09:56
fb8e44e
Compare
Choose a tag to compare
  • Lint podpec
  • Create Core subspec
  • Increase deployment targets
  • Fix public access modifier warnings

v0.4.0: Multipart streams

11 Mar 15:51
5d01fb5
Compare
Choose a tag to compare
Pre-release

Breaking change:

  • MultipartFile renamed to MultipartBodyPart and has different initializers.

Enhancements:

  • Multipart requests are made using streams to lower memory usage
  • Proper content-length and headers for multipart request
  • Increased code coverage

v0.3.1: Rewritten promise subspec

13 Feb 11:20
a6f59c5
Compare
Choose a tag to compare
Pre-release
Merge pull request #13 from thefuntasty/housekeep/promise-creation

Housekeep: Use pending promise creation in extension

v0.3.0: Return of the data task

11 Jan 09:05
e1d36fe
Compare
Choose a tag to compare
Pre-release

Add mechanism to allow cancellation of data task, progress monitoring etc. by optional return of data task from URLSessionAPIAdapter.

v0.2.1

03 Jan 12:16
d3a8c3b
Compare
Choose a tag to compare
v0.2.1 Pre-release
Pre-release

Fixes

  • Do not add query when no parameters are present