Skip to content

Releases: imagemin/imagemin-pngquant

v10.0.0

07 May 17:02
Compare
Choose a tag to compare

Breaking

  • Require Node.js 18 981b216
  • This package is now pure ESM. Please read this.
  • It now returns Uint8Array instead of Buffer 981b216
    • Buffer is a subclass of Uint8Array, so this only affects you if you use buffer-specific methods.
  • Removed support for streams 981b216

Improvements

v9.0.2...v10.0.0

v9.0.2: Fix the `strip` option (#72)

05 Mar 06:40
9b9f350
Compare
Choose a tag to compare

v9.0.1

09 Sep 10:47
Compare
Choose a tag to compare
  • Fix issue with pngquant and exit code 99 (#71) c8e1546

v9.0.0...v9.0.1

v9.0.0

01 Jun 17:49
Compare
Choose a tag to compare

v8.0.0...v9.0.0

v8.0.0

30 May 10:49
Compare
Choose a tag to compare

Breaking:

v7.0.0...v8.0.0

v7.0.0

11 Jan 04:50
Compare
Choose a tag to compare

Breaking:

  • Rename floyd option to dithering and drop the nofs option 515fb7e
  • Change the quality option to accept an array of min and max elements and use fractional numbers 0e0edd2
    {quality: '60-80'}{quality: [0.6, 0.8]}

Other:

v6.0.1

25 Dec 19:19
Compare
Choose a tag to compare
  • Don't throw on inputs larger than 10 MB (#52) 6b0e2a6