Skip to content

Releases: gruntjs/grunt-contrib-imagemin

v0.4.0

20 Jun 14:11
Compare
Choose a tag to compare
  • The pngquant option is now false by default instead of true

v0.3.0

20 Jun 14:11
Compare
Choose a tag to compare
  • Add interlace option for GIF files

v0.2.0

20 Jun 14:10
Compare
Choose a tag to compare
  • Add gifsicle and pngquant
  • Cache images so only changed images are optimized
  • Default optimizationLevel to 7 and progressive to true

v0.1.4

20 Jun 14:10
Compare
Choose a tag to compare
  • Fix exception when running in verbose mode

v0.1.3

20 Jun 14:09
Compare
Choose a tag to compare
  • Fix OptiPNG not being able to overwrite file
  • Allow overwriting src when dest/src is the same
  • Limit to 10 concurrent optimizations

v0.1.2

20 Jun 14:09
Compare
Choose a tag to compare
  • Fix OptiPNG not working on some systems
  • Prevent OptiPNG from producing .bak files

v0.1.1

20 Jun 14:08
Compare
Choose a tag to compare
  • Switch to this.files API
  • Fix task not creating destination folders
  • First official release for Grunt 0.4.0