Skip to content

Releases: cloudinary/cloudinary_ios

Version 2.2.2

19 Mar 10:00
Compare
Choose a tag to compare
  • Add baseline Objective-C test.
  • Use @objcMembers where applies, for improved Objective-C compatibility.

Version 2.2.1

19 Mar 09:58
Compare
Choose a tag to compare
  • Fix objective-c compatibility issues with CLDResponsiveParams properties.

Version 2.2.0

19 Mar 09:57
Compare
Choose a tag to compare

New functionality

  • Add support for responsive image download
  • Add auto to CLDGravity

Other changes

  • Fix synchronization issue when using cldSetImage() on UIViews within view collections.

Version 2.1.0

19 Mar 09:57
Compare
Choose a tag to compare

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

19 Mar 09:56
Compare
Choose a tag to compare
  • Fix user-agent sdk version
  • Replace CommonCrypto wrapper with CryptoKit based code
  • Remove autotagging test (behaviour change)
  • Support Swift 4

Version 2.0.3

19 Mar 09:56
Compare
Choose a tag to compare

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

08 Jun 14:02
Compare
Choose a tag to compare

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

24 Jan 19:12
Compare
Choose a tag to compare
  • Fix pod install issue. Fixes #57.
  • Fix shellScript
  • Fix URLs in tests
  • Increment Alamofire to ~>4.1. Fixes #59.
  • Update configuration

Version 2.0.0

18 Jan 15:44
Compare
Choose a tag to compare

New Code, New API, Swift 3.0!