Releases: uploadcare/uploadcare-swift
Releases · uploadcare/uploadcare-swift
0.8.0
What's new:
- All methods were updated to use Result type in completion blocks
- Allow setting signature from the external source for the direct upload method (#93)
- Allow setting signature from the external source for other methods:
- Upload file from url
- Multipart file uploading
- Create files group from a set of files
- Create files group from a set of files UUIDs
- Files group info
- main uploadFile method that decides which upload method to use internally
- upload method of UploadedFile object
- Clarified how to use background upload
- Documentation update
0.7.0
0.6.0
0.5.0
0.4.0
0.3.1
0.3.0
0.2.0
0.1.0
Updated Demo App with:
- Pagination for files list
- Uploading from Files
- Groups list with pagination
- Displaying group info
- Random transformation for images
- Thumbnails for images
Also, getting the next page for the files list and groups list will not return an error if there's no next page.
0.1.0-RC
What's new:
- Secure authorization
- Secure uploads
- Secure delivery
- Pause/resume uploads
- Background direct uploads
- Updated
Delete
method