Skip to content

Releases: imagekit-developer/imagekit-ruby

Version 2.0.0

06 Dec 06:16
Compare
Choose a tag to compare

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 to ImageKitIo::Client
  • Rename class ImageKitIo::ImageKitRequest to ImageKitIo::Request

Version 1.0.10

26 Oct 07:10
59b3869
Compare
Choose a tag to compare

Version 1.0.9

09 Jan 14:08
Compare
Choose a tag to compare

Bug fixes:

Version 1.0.8

14 Nov 12:05
152cf24
Compare
Choose a tag to compare

Upload bug fix

Version 1.0.7

26 Oct 06:11
Compare
Choose a tag to compare

Test cases and code coverage

Version 1.0.6

23 Sep 06:36
Compare
Choose a tag to compare

Issue fix - #14

Version 1.0.5

10 Jul 08:46
Compare
Choose a tag to compare

Added support for store_dir - #11

Version 1.0.4

22 Jun 16:28
2a75d1b
Compare
Choose a tag to compare

Rails version fix

Version 1.0.3

25 Mar 16:18
1787be7
Compare
Choose a tag to compare

URL generation
File upload
File management
Utility functions
Bulk file delete
Get metadata by URL