Skip to content

0.10.0

Compare
Choose a tag to compare
@makoni makoni released this 15 Aug 11:29
· 7 commits to master since this release
8186c92
  • 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.