Releases: cloudinary/cloudinary_ios
Releases · cloudinary/cloudinary_ios
Version 2.2.2
- Add baseline Objective-C test.
- Use
@objcMembers
where applies, for improved Objective-C compatibility.
Version 2.2.1
- Fix objective-c compatibility issues with
CLDResponsiveParams
properties.
Version 2.2.0
New functionality
- Add support for responsive image download
- Add
auto
toCLDGravity
Other changes
- Fix synchronization issue when using
cldSetImage()
onUIViews
within view collections.
Version 2.1.0
New functionality
- Add image preprocessing and validations
- Resizing
- Format and quality settings
- Support for custom preprocessors and validators
Other changes
- Remove custom operators
- Update Alamofire to version 4.6.0
Version 2.0.4
- Fix user-agent sdk version
- Replace CommonCrypto wrapper with CryptoKit based code
- Remove autotagging test (behaviour change)
- Support Swift 4
Version 2.0.3
New functionality
- Add support for chunked upload
Other changes
- Update Readme to point to HTTPS URLs of cloudinary.com
- Fix manual installation repository url.
Version 2.0.2
New functionality
- Support SEO suffix for private images.
Other changes
- Escape
|
and=
characters in context values. - Double encode commas and slashes instead of using special UTF-8 values
- Generate CLDCrypto framework in every build. Fixes #80.
- Removing extra CLDCrypto path from podspec
- Update
README.md
Alamo version to 4.1.0 - Add 3 images in PhotoViewController to demonstrate transformations.
- Add progress indicator
- Updated the framework and project deployment target to 8.0, updated podspec deployment target to 8.0
- Fixed signed upload using CLDSignature - Added unit test to test a signed upload using CLDSignature
Version 2.0.1
Version 2.0.0
New Code, New API, Swift 3.0!