Skip to content

Releases: michaelkitson/derived_images

v0.4.1

14 Jul 20:24
Compare
Choose a tag to compare

What's Changed

  • Fix imagemagick and add smoketests for it, along with jpegXL and jpeg2000 by @michaelkitson in #9

Full Changelog: v0.4.0...v0.4.1

v0.4.0

28 May 00:43
Compare
Choose a tag to compare

What's Changed

  • Generate images with permissions set to 644 by @michaelkitson in #6
  • Add a patch to fix a bug in older versions of libvips where specifying avif would generate an heic image by @michaelkitson in #7
  • Version cache entries so that they are invalidated when the gem updates by @michaelkitson in #8

Full Changelog: v0.3.3...v0.4.0

v0.3.3

27 May 04:21
Compare
Choose a tag to compare

What's Changed

  • Fix NoMethodError in Cache#each when the cache is disabled by @michaelkitson in #4

Full Changelog: v0.3.2...v0.3.3

v0.3.2

26 May 22:29
Compare
Choose a tag to compare

What's Changed

  • Fix regression in implicit format conversion from file extension by @michaelkitson in #3

Full Changelog: v0.3.1...v0.3.2

v0.3.1

26 May 19:24
Compare
Choose a tag to compare

What's Changed

  • Minor documentation fixes

Full Changelog: v0.3.0...v0.3.1

v0.3.0

26 May 19:08
Compare
Choose a tag to compare
  • Add a caching layer for derived images. By default, it is enabled in development and stored in tmp/cache/derived_images.
  • Improved error handling.
  • More docs and tests.