Releases: michaelkitson/derived_images
Releases · michaelkitson/derived_images
v0.4.1
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
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
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
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
v0.3.0
- 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.