Skip to content

Commit 3352598

Browse files
committed
v1.0.0
1 parent 212ec99 commit 3352598

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-4
lines changed

CHANGELOG

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
v1.0.0:
2+
date: 2015-11-09
3+
changes:
4+
- Update to imagemin ^4.0.
15
v0.9.4:
26
date: 2015-03-22
37
changes:

README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# grunt-contrib-imagemin v0.9.4 [![Build Status: Linux](https://travis-ci.org/gruntjs/grunt-contrib-imagemin.svg?branch=master)](https://travis-ci.org/gruntjs/grunt-contrib-imagemin) [![Build Status: Windows](https://ci.appveyor.com/api/projects/status/7w491e6edsuanreu/branch/master?svg=true)](https://ci.appveyor.com/project/gruntjs/grunt-contrib-imagemin/branch/master)
1+
# grunt-contrib-imagemin v1.0.0 [![Build Status: Linux](https://travis-ci.org/gruntjs/grunt-contrib-imagemin.svg?branch=master)](https://travis-ci.org/gruntjs/grunt-contrib-imagemin) [![Build Status: Windows](https://ci.appveyor.com/api/projects/status/7w491e6edsuanreu/branch/master?svg=true)](https://ci.appveyor.com/project/gruntjs/grunt-contrib-imagemin/branch/master)
22

33
> Minify images
44
@@ -131,6 +131,7 @@ grunt.registerTask('default', ['imagemin']);
131131

132132
## Release History
133133

134+
* 2015-11-09   v1.0.0   Update to imagemin ^4.0.
134135
* 2015-03-22   v0.9.4   Add support for renaming files
135136
* 2015-02-11   v0.9.3   Remove pngquant
136137
* 2014-11-11   v0.9.2   Bump imagemin dependency
@@ -160,4 +161,4 @@ grunt.registerTask('default', ['imagemin']);
160161

161162
Task submitted by [Sindre Sorhus](http://github.com/sindresorhus)
162163

163-
*This file was generated on Fri Jul 03 2015 02:30:18.*
164+
*This file was generated on Mon Nov 09 2015 15:32:14.*

docs/imagemin-options.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Default: `3`
1010

1111
Select optimization level between `0` and `7`.
1212

13-
> The optimization level 0 enables a set of optimization operations that require minimal effort. There will be no changes to image attributes like bit depth or color type, and no recompression of existing IDAT datastreams. The optimization level 1 enables a single IDAT compression trial. The trial chosen is what. OptiPNG thinks it’s probably the most effective. The optimization levels 2 and higher enable multiple IDAT compression trials; the higher the level, the more trials.
13+
> The optimization level 0 enables a set of optimization operations that require minimal effort. There will be no changes to image attributes like bit depth or color type, and no recompression of existing IDAT datastreams. The optimization level 1 enables a single IDAT compression trial. The trial chosen is what OptiPNG thinks it’s probably the most effective. The optimization levels 2 and higher enable multiple IDAT compression trials; the higher the level, the more trials.
1414
1515
Level and trials:
1616

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "grunt-contrib-imagemin",
33
"description": "Minify images",
4-
"version": "0.9.4",
4+
"version": "1.0.0",
55
"author": {
66
"name": "Grunt Team",
77
"url": "http://gruntjs.com/"

0 commit comments

Comments
 (0)