cloudex v1.0.0 Release Notes

Release Date: 2017-10-17 // over 6 years ago
    • 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