-
Notifications
You must be signed in to change notification settings - Fork 68
/
Copy pathCHANGELOG
103 lines (103 loc) · 2.28 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
v3.1.0:
date: 2019-04-01
changes:
- Updated html-minifier to v4.0.0.
- Updated all other dependencies.
v3.0.0:
date: 2018-08-26
changes:
- Updated all dependencies.
- Requires Node.js >= 6.
v2.4.0:
date: 2017-05-16
changes:
- Updated html-minifier to v3.5.0.
v2.3.0:
date: 2017-03-08
changes:
- Updated html-minifier to v3.4.0.
v2.2.0:
date: 2017-01-30
changes:
- Updated html-minifier to v3.3.0.
v2.1.0:
date: 2017-01-14
changes:
- Updated html-minifier to v3.2.3 and pretty-bytes to 4.0.2.
v2.0.0:
date: 2016-07-19
changes:
- Updated html-minifier to v3.0.1. Note that Node.js < 4 isn't supported anymore.
v1.5.0:
date: 2016-07-13
changes:
- Updated html-minifier to v2.1.7.
v1.4.0:
date: 2016-04-19
changes:
- Updated html-minifier to v2.0.0.
v1.3.0:
date: 2016-04-10
changes:
- Updated html-minifier to v1.5.0.
v1.2.0:
date: 2016-03-31
changes:
- Updated html-minifier to v1.4.0.
v1.1.0:
date: 2016-03-18
changes:
- Updated html-minifier to v1.3.0.
v1.0.0:
date: 2016-03-04
changes:
- Updated html-minifier to v1.2.0.
- Point main to task.
- Drop peerDeps.
v0.6.0:
date: 2015-10-28
changes:
- Updated html-minifier to v1.0.0.
v0.5.0:
date: 2015-09-25
changes:
- Updated html-minifier to v0.8.0.
v0.4.0:
date: 2015-02-06
changes:
- Updated html-minifier to v0.7.0.
v0.3.0:
date: 2014-05-05
changes:
- Drop Node.js 0.8 support.
- Updated html-minifier to v0.6.0.
v0.2.0:
date: 2014-02-09
changes:
- Rewrite task. Drop concat support.
v0.1.3:
date: 2013-04-06
changes:
- Fail target when minify encounters an error.
v0.1.2:
date: 2013-04-05
changes:
- Update html-minifier which fixes IE conditional comments and prefixed HTML elements `<ng-include>`, `<ng:include>`.
v0.1.1:
date: 2013-02-18
changes:
- First official release for Grunt 0.4.0.
v0.1.1rc7:
date: 2013-01-30
changes:
- Updating grunt/gruntplugin dependencies to rc7.
- Changing in-development grunt/gruntplugin dependency versions from tilde version ranges to specific versions.
v0.1.1rc5:
date: 2013-01-09
changes:
- Updating to work with grunt v0.4.0rc5.
- Switching to `this.filesSrc` API.
v0.1.0:
date: 2012-11-01
changes:
- Initial release.