Skip to content

Commit 1ca3675

Browse files
committedJul 13, 2016
v1.5.0.
1 parent b32705f commit 1ca3675

File tree

3 files changed

+28
-23
lines changed

3 files changed

+28
-23
lines changed
 

‎CHANGELOG

+14-10
Original file line numberDiff line numberDiff line change
@@ -1,42 +1,46 @@
1+
v1.5.0:
2+
date: 2016-07-13
3+
changes:
4+
- Updated html-minifier to v2.1.7.
15
v1.4.0:
26
date: 2016-04-19
37
changes:
4-
- Updated to `html-minifier` 2.0.0.
8+
- Updated html-minifier to v2.0.0.
59
v1.3.0:
610
date: 2016-04-10
711
changes:
8-
- Updated to `html-minifier` 1.5.0.
12+
- Updated html-minifier to v1.5.0.
913
v1.2.0:
1014
date: 2016-03-31
1115
changes:
12-
- Updated to `html-minifier` 1.4.0.
16+
- Updated html-minifier to v1.4.0.
1317
v1.1.0:
1418
date: 2016-03-18
1519
changes:
16-
- Updated to `html-minifier` 1.3.0.
20+
- Updated html-minifier to v1.3.0.
1721
v1.0.0:
1822
date: 2016-03-04
1923
changes:
20-
- Updated to `html-minifier` 1.2.0.
24+
- Updated html-minifier to v1.2.0.
2125
- Point main to task.
2226
- Drop peerDeps.
2327
v0.6.0:
2428
date: 2015-10-28
2529
changes:
26-
- Updated to `html-minifier` 1.0.0.
30+
- Updated html-minifier to v1.0.0.
2731
v0.5.0:
2832
date: 2015-09-25
2933
changes:
30-
- Updated to `html-minifier` 0.8.0.
34+
- Updated html-minifier to v0.8.0.
3135
v0.4.0:
3236
date: 2015-02-06
3337
changes:
34-
- Updated to `html-minifier` 0.7.0.
38+
- Updated html-minifier to v0.7.0.
3539
v0.3.0:
3640
date: 2014-05-05
3741
changes:
3842
- Drop Node.js 0.8 support.
39-
- Updated to `html-minifier` 0.6.0.
43+
- Updated html-minifier to v0.6.0.
4044
v0.2.0:
4145
date: 2014-02-09
4246
changes:
@@ -48,7 +52,7 @@ v0.1.3:
4852
v0.1.2:
4953
date: 2013-04-05
5054
changes:
51-
- Update `html-minifier` which fixes IE conditional comments and prefixed HTML elements `<ng-include>`, `<ng:include>`.
55+
- Update html-minifier to vwhich fixes IE conditional comments and prefixed HTML elements `<ng-include>`, `<ng:include>`.
5256
v0.1.1:
5357
date: 2013-02-18
5458
changes:

‎README.md

+13-12
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# grunt-contrib-htmlmin v1.4.0 [![Build Status: Linux](https://travis-ci.org/gruntjs/grunt-contrib-htmlmin.svg?branch=master)](https://travis-ci.org/gruntjs/grunt-contrib-htmlmin) [![Build Status: Windows](https://ci.appveyor.com/api/projects/status/sn73i2qggqeolnc2/branch/master?svg=true)](https://ci.appveyor.com/project/gruntjs/grunt-contrib-htmlmin/branch/master)
1+
# grunt-contrib-htmlmin v1.5.0 [![Build Status: Linux](https://travis-ci.org/gruntjs/grunt-contrib-htmlmin.svg?branch=master)](https://travis-ci.org/gruntjs/grunt-contrib-htmlmin) [![Build Status: Windows](https://ci.appveyor.com/api/projects/status/sn73i2qggqeolnc2/branch/master?svg=true)](https://ci.appveyor.com/project/gruntjs/grunt-contrib-htmlmin/branch/master)
22

33
> Minify HTML
44
@@ -60,18 +60,19 @@ grunt.registerTask('default', ['htmlmin']);
6060

6161
## Release History
6262

63-
* 2016-04-19   v1.4.0   Updated to `html-minifier` 2.0.0.
64-
* 2016-04-10   v1.3.0   Updated to `html-minifier` 1.5.0.
65-
* 2016-03-31   v1.2.0   Updated to `html-minifier` 1.4.0.
66-
* 2016-03-18   v1.1.0   Updated to `html-minifier` 1.3.0.
67-
* 2016-03-04   v1.0.0   Updated to `html-minifier` 1.2.0. Point main to task. Drop peerDeps.
68-
* 2015-10-28   v0.6.0   Updated to `html-minifier` 1.0.0.
69-
* 2015-09-25   v0.5.0   Updated to `html-minifier` 0.8.0.
70-
* 2015-02-06   v0.4.0   Updated to `html-minifier` 0.7.0.
71-
* 2014-05-05   v0.3.0   Drop Node.js 0.8 support. Updated to `html-minifier` 0.6.0.
63+
* 2016-07-13   v1.5.0   Updated html-minifier to v2.1.7.
64+
* 2016-04-19   v1.4.0   Updated html-minifier to v2.0.0.
65+
* 2016-04-10   v1.3.0   Updated html-minifier to v1.5.0.
66+
* 2016-03-31   v1.2.0   Updated html-minifier to v1.4.0.
67+
* 2016-03-18   v1.1.0   Updated html-minifier to v1.3.0.
68+
* 2016-03-04   v1.0.0   Updated html-minifier to v1.2.0. Point main to task. Drop peerDeps.
69+
* 2015-10-28   v0.6.0   Updated html-minifier to v1.0.0.
70+
* 2015-09-25   v0.5.0   Updated html-minifier to v0.8.0.
71+
* 2015-02-06   v0.4.0   Updated html-minifier to v0.7.0.
72+
* 2014-05-05   v0.3.0   Drop Node.js 0.8 support. Updated html-minifier to v0.6.0.
7273
* 2014-02-09   v0.2.0   Rewrite task. Drop concat support.
7374
* 2013-04-06   v0.1.3   Fail target when minify encounters an error.
74-
* 2013-04-05   v0.1.2   Update `html-minifier` which fixes IE conditional comments and prefixed HTML elements `<ng-include>`, `<ng:include>`.
75+
* 2013-04-05   v0.1.2   Update html-minifier to vwhich fixes IE conditional comments and prefixed HTML elements `<ng-include>`, `<ng:include>`.
7576
* 2013-02-18   v0.1.1   First official release for Grunt 0.4.0.
7677
* 2013-01-30   v0.1.1rc7   Updating grunt/gruntplugin dependencies to rc7. Changing in-development grunt/gruntplugin dependency versions from tilde version ranges to specific versions.
7778
* 2013-01-09   v0.1.1rc5   Updating to work with grunt v0.4.0rc5. Switching to `this.filesSrc` API.
@@ -81,4 +82,4 @@ grunt.registerTask('default', ['htmlmin']);
8182

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

84-
*This file was generated on Tue Apr 19 2016 09:50:18.*
85+
*This file was generated on Wed Jul 13 2016 09:05:04.*

‎package.json

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

0 commit comments

Comments
 (0)
Please sign in to comment.