Releases: cloudinary/cloudinary_ios
Releases · cloudinary/cloudinary_ios
Version 2.9.0-beta.2
- Remove Alamofire dependency (#229)
- Fix Carthage support.
Version 2.7.0
New functionality
- Support swift 5, fix related warnings.
- Bump Alamofire version to 4.8.2
- Add support for fetch layer in transformations. (#197)
- Add support for
quality_analysisparameter in upload. (#195) - Add support for font antialiasing and hinting in text overlays. (#193)
- Add support for
streaming_profileparam inCLDTransformation. (#194) - Support excluding the default version from the generated cloudinary-url. (#206)
- Add quality_override parameter to upload/explicit. (#199)
Other changes
Version 2.6.1
Version 2.5.0
- Add String extensions for base64 encoding
- Add
@discardableResultannotations for uploadLarge methods - Migrate to Swift 4.2
- Fix duplicate upload callbacks when using preprocessing
- Bump Alamofire to version to 4.7.3
Version 2.4.0
New functionality
- Add support for
asyncupload parameter - Add support for eager transformation format
- Add support for automatic quality in transformations. (#150)
- Add cache max-memory config (#98)
- Add Keyframe interval transformation parameter (#90)
Other changes
- Refactor CLDBaseParam for compatibility with iOS 11.4
- Remove wrong project config (library search paths)
- Bump Alamofire version to 4.7.2
- Fix Alamofire submodule definition
- Fix signature parameter handling in Management Api. (#161)
- Fix
faceCenterandfacesCentervalues inCLDGravity(#159) - Fix calculation of UIImage memory cache cost
Version 2.3.0
- Add access control parameter to upload
Version 2.2.2
- Add baseline Objective-C test.
- Use
@objcMemberswhere applies, for improved Objective-C compatibility.
Version 2.2.1
- Fix objective-c compatibility issues with
CLDResponsiveParamsproperties.
Version 2.2.0
New functionality
- Add support for responsive image download
- Add
autotoCLDGravity
Other changes
- Fix synchronization issue when using
cldSetImage()onUIViewswithin 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