Skip to content
This repository has been archived by the owner on Mar 17, 2023. It is now read-only.

Latest commit

 

History

History
57 lines (35 loc) · 1.41 KB

CHANGELOG.md

File metadata and controls

57 lines (35 loc) · 1.41 KB

Change Log

All notable changes to this project will be documented in this file.

[8.0.0]

  • update imagemin-svgo to 9.0.0
  • require node 12
  • remove support for webpack 1, 2, 3
  • bump packages for security fixes

[7.0.0]

  • require node 10
  • upgrade imagemin-pngquant to 9.0.1
  • upgrade imagemin-webp to 6.0.0
  • upgrade imagemin-mozjpeg to 9.0.0
  • bump some packages for security fixes

[6.0.0]

[5.1.0]

  • upgrade outdated packages (except imagemin-pngquant because this one has an api change)

[5.0.0]

  • upgrade outdated packages
  • move the image compressors to optionalDependencies.

[4.2.0]

  • Update svgo to 6.0.0 #145

[4.1.0]

  • Delay imports #140

[4.0.0]

Updated mozjpeg to v7.0.0

[3.6.0]

Reverted mozjpeg to v6.0.0, same as v3.4.0

[3.5.0] deprecated!

Updated mozjepg to v7.0.0, but this was a major change and thus reverted it.

[3.0.0] - 2016-10-16

Changed

  • Changed jpeg compression algorithm from jpegtran to mozjpeg PR#38. See imagemin-mozjpeg for configuration options.
  • Updated minor versions of dependencies: loader-utils, imagemin-gifsicle, imagemin-optipng, imagemin-svgo, webpack