Skip to content

Releases: futuredapp/FTAPIKit

Release 2.0.0

Choose a tag to compare

@jmarek41 jmarek41 released this 30 Mar 16:21
1c9e9f1

What's Changed

Full Changelog: 1.6.0...2.0.0

Observer Middleware & Templates

Choose a tag to compare

@ssestak ssestak released this 27 Jan 07:24
04ac575

What's Changed

New Contributors

Full Changelog: 1.5.0...1.6.0

Drop async-await support support for Xcode 13.1 and 13.0

Choose a tag to compare

@mkj-is mkj-is released this 17 Dec 11:26
cd03622

What's Changed

New Contributors

Full Changelog: 1.4.1...1.5.0

Cancellation of async methods

Choose a tag to compare

@mkj-is mkj-is released this 08 Nov 13:31
3d25c92
Merge pull request #97 from futuredapp/release/1.4.1

Increase version to 1.4.1

Backdeployed concurrency support

Choose a tag to compare

@mkj-is mkj-is released this 01 Nov 13:38
5116f4c
  • Backdeployed concurrency support.
  • Add workflows for different macOS versions.
  • Update README.

DocC, Swift 5.5 and Xcode 13 support

Choose a tag to compare

@mkj-is mkj-is released this 26 Oct 11:43
a8c9c19
  • Add DocC documentation support.
  • Improve Swift 5.5 support.
  • Remove Encoding protocol dependency on URLRequest.

Inline documentation

Choose a tag to compare

@mkj-is mkj-is released this 20 Sep 14:17
865c651

Add inline documentation.

Extension of public interface for `URLQuery`

Choose a tag to compare

@mkj-is mkj-is released this 18 May 07:36
336331d

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

URL query encoding fix

Choose a tag to compare

@mkj-is mkj-is released this 30 Apr 12:32
c450824

Primarily fixes issue where URL query parameters were encoded twice.

URL query type

Choose a tag to compare

@mkj-is mkj-is released this 27 Jan 15:55
9ffd4b1
  • Enables sending same keys in queries (to support arrays etc.) using custom URLQuery type
  • The backward compatibility in most cases shouold be fine.