0.10.0
- Now all methods support Swift Concurrency (async-await) (#83).
- Added a new method to upload a file from a URL that waits until the upload finishes and returns an
UploadedFile
object (#107). - All methods have examples of usage in the source code documentation. You can find them by OPTION+click on a method in Xcode or by using "Build Documentation" feature.
- Demo app now uses new async methods.