All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.2.0 - 2020-08-05
- Support for Middleman 5 RC
- We changed the way images get registered while running the Middleman server. This should bring way better performance and make this Gem usable in server mode.
0.1.0 - 2020-02-05
- Do not resize SVG or GIF files.
- Added this changelog 🎊.
- Customizable cache directory by @pantajosef
- Preserve jpg quality when resizing.
- Ignore original image files by @pmk1c and @TimMoser92.
- Support for
image_path
helper by @juls. - Added a README.
- Image optimization by @pmk1c.
- Initial image resizing by @juls.
image_optim
removed as a dependency by @pantajosef. Make sure to includeimage_optim
in your Gemfile if you need to optimize images.mini_magick
removed as a dependency. Make sure to includemini_magick
in you Gemfile if you need to resize images.- Images are not optimized by default anymore.
- Removed support for Ruby < 2.5