All Versions
39
Latest Version
Avg Release Cycle
50 days
Latest Release
1488 days ago

Changelog History
Page 2

  • v1.1.1 Changes

    February 14, 2018
    • Added moderation to the UploadedImage struct as per request of @gccoding
    • reformatted to elixir 1.6
  • v1.1.0 Changes

    January 08, 2018
    • Thanks @angelikatyborska for adding Phash support to detect duplicate images
  • v1.0.1 Changes

    November 27, 2017
    • Thanks @joshsmith for fixing some dialyzer errors and adding a proper type for Cloudex.UploadedImage
  • v1.0.0 Changes

    October 17, 2017
    • Breaking change : When uploading a single file or url you will no longer get a [{:ok, %Cloudex.UploadedImage{}}] but just a tuple like {:ok, %Cloudex.UploadedImage{}}, uploading multiple files/urls will return a list of tuples just like it already did.
    • Increased test coverage
  • v0.2.2 Changes

    October 16, 2017
    • bumped specs
  • v0.2.1 Changes

    October 06, 2017
    • Enforced strict checking of dialyzer
  • v0.2.0 Changes

    October 03, 2017
    • minor version bump
    • Clean up and reformatting of code
    • added specs and dialyzed
    • Removed unnecessary complicated api split from live and test
    • Its no longer needed to add config :cloudex, :cloudinary_api, Cloudex.CloudinaryApi in you config
    • Added VCR test actually test real responses from the live api
  • v0.1.20 Changes

    August 29, 2017
    • Thanks @Tyler-pierce for adding support to rotate images
  • v0.1.19 Changes

    July 10, 2017
    • Thanks @nbancajas for fixing signing bug when appending secret
  • v0.1.18 Changes

    July 05, 2017
    • Thanks @dkln for added the g_face option