Skip to content

Releases: zweitag/middleman-images

v0.2.0

09 Sep 14:17
685778e
Compare
Choose a tag to compare

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.

v0.1.0

10 Feb 08:15
284b019
Compare
Choose a tag to compare

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