Releases: imagekit-developer/imagekit-ruby
Releases · imagekit-developer/imagekit-ruby
Version 2.0.0
Added support for Active storage and all media management APIs added in ImageKit.
Breaking changes
If you are upgrading to 2.0.0 from version 1.x, make the following changes in your application:
- Remove config from environment file to initializer file as described here.
- Include
ImageKitIo::CarrierWave
in uploader class(for Carrierwave). - Remove
storage :imagekit_store
config from uploader. - Rename class
ImageKit::ImageKitClient
toImageKitIo::Client
- Rename class
ImageKitIo::ImageKitRequest
toImageKitIo::Request
Version 1.0.10
Fixes - #31
Version 1.0.9
Version 1.0.8
Upload bug fix
Version 1.0.7
Test cases and code coverage
Version 1.0.6
Issue fix - #14
Version 1.0.5
Added support for store_dir - #11
Version 1.0.4
Rails version fix
Version 1.0.3
URL generation
File upload
File management
Utility functions
Bulk file delete
Get metadata by URL