Skip to content

Latest commit

 

History

History
40 lines (33 loc) · 1.65 KB

CHANGELOG.md

File metadata and controls

40 lines (33 loc) · 1.65 KB

Changelog

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

Added

  • Support for Middleman 5 RC

Changed

  • 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

Added

  • 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.

Changed

  • image_optim removed as a dependency by @pantajosef. Make sure to include image_optim in your Gemfile if you need to optimize images.
  • mini_magick removed as a dependency. Make sure to include mini_magick in you Gemfile if you need to resize images.
  • Images are not optimized by default anymore.

Removed

  • Removed support for Ruby < 2.5