Releases: futuredapp/FTAPIKit
Releases · futuredapp/FTAPIKit
Observer Middleware & Templates
What's Changed
- Fix CharacterSet extension file naming by @tomskypy in #99
- Bump cocoapods-downloader from 1.5.1 to 1.6.3 by @dependabot[bot] in #100
- Add templates by @jmarek41 in #111
- Replace FTNetworkTracer with observer middleware by @ssestak in #110
- Update CI tests by @ssestak in #109
- Add support of FTNetworkTracer by @ssestak in #108
- Change static var to static let constants by @mkj-is in #106
- Update CI badges in README by @ssestak in #112
New Contributors
- @tomskypy made their first contribution in #99
- @jmarek41 made their first contribution in #111
- @ssestak made their first contribution in #110
Full Changelog: 1.5.0...1.6.0
Drop async-await support support for Xcode 13.1 and 13.0
What's Changed
- Drop async-await support for Xcode 13.0 and 13.1 by @prochazkafilip in #98
New Contributors
- @prochazkafilip made their first contribution in #98
Full Changelog: 1.4.1...1.5.0
Cancellation of async methods
Merge pull request #97 from futuredapp/release/1.4.1 Increase version to 1.4.1
Backdeployed concurrency support
- Backdeployed concurrency support.
- Add workflows for different macOS versions.
- Update README.
DocC, Swift 5.5 and Xcode 13 support
- Add DocC documentation support.
- Improve Swift 5.5 support.
- Remove Encoding protocol dependency on URLRequest.
Inline documentation
Add inline documentation.
Extension of public interface for `URLQuery`
URLQuery has now public items and encoding property, so it can be used in custom request builders.
URL query encoding fix
Primarily fixes issue where URL query parameters were encoded twice.
URL query type
- Enables sending same keys in queries (to support arrays etc.) using custom
URLQuerytype - The backward compatibility in most cases shouold be fine.
URL query and header improvements
- 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.