Skip to content

Releases: futuredapp/FTAPIKit

Drop async-await support support for Xcode 13.1 and 13.0

17 Dec 11:26
cd03622
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.4.1...1.5.0

Cancellation of async methods

08 Nov 13:31
3d25c92
Compare
Choose a tag to compare
Merge pull request #97 from futuredapp/release/1.4.1

Increase version to 1.4.1

Backdeployed concurrency support

01 Nov 13:38
5116f4c
Compare
Choose a tag to compare
  • Backdeployed concurrency support.
  • Add workflows for different macOS versions.
  • Update README.

DocC, Swift 5.5 and Xcode 13 support

26 Oct 11:43
a8c9c19
Compare
Choose a tag to compare
  • Add DocC documentation support.
  • Improve Swift 5.5 support.
  • Remove Encoding protocol dependency on URLRequest.

Inline documentation

20 Sep 14:17
865c651
Compare
Choose a tag to compare

Add inline documentation.

Extension of public interface for `URLQuery`

18 May 07:36
336331d
Compare
Choose a tag to compare

URLQuery has now public items and encoding property, so it can be used in custom request builders.

URL query encoding fix

30 Apr 12:32
c450824
Compare
Choose a tag to compare

Primarily fixes issue where URL query parameters were encoded twice.

URL query type

27 Jan 15:55
9ffd4b1
Compare
Choose a tag to compare
  • Enables sending same keys in queries (to support arrays etc.) using custom URLQuery type
  • The backward compatibility in most cases shouold be fine.

URL query and header improvements

26 Jan 12:18
f4d9bfb
Compare
Choose a tag to compare
  • Enables sending same keys in queries (to support arrays etc.)
  • Fixes sending JSON Content-Type at all times even when not required.
  • Limits the public interface of the framework.
  • Remove some Xcode 12 warnings and improve linting.

Combine finished completion fix

18 Nov 08:17
273e0ae
Compare
Choose a tag to compare
Merge pull request #60 from futuredapp/release/v1.1.2

Release v1.1.2