Releases: futuredapp/FTAPIKit
Releases · futuredapp/FTAPIKit
Combine in CocoaPods fix
Imports Combine extension in CocoaPods properly
Platforms specifics and README updates
- Properly defined platform support
- Tuned README
Rewritten and out of alpha!
- Removed API adapter.
- Removed RequestType enum.
- Introduced Server protocols.
- Improved Endpoint protocols.
- Enables different encodings.
Futured APIKit
Merge pull request #45 from futuredapp/housekeep/company-rebrand Housekeep: Company rebrand
SPM, Swift 5.0 and bug fixes
v0.4.1: Valid podspec and CocoaPods release
- Lint podpec
- Create Core subspec
- Increase deployment targets
- Fix public access modifier warnings
v0.4.0: Multipart streams
Breaking change:
MultipartFile
renamed toMultipartBodyPart
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
Merge pull request #13 from thefuntasty/housekeep/promise-creation Housekeep: Use pending promise creation in extension
v0.3.0: Return of the data task
Add mechanism to allow cancellation of data task, progress monitoring etc. by optional return of data task from URLSessionAPIAdapter
.