forked from gruntjs/grunt-contrib-compress
-
Notifications
You must be signed in to change notification settings - Fork 1
/
CHANGELOG
185 lines (185 loc) · 4.11 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
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
v1.5.0:
date: 2018-04-24
changes:
- Update to node 4 as minimum version
- update tar to 4.4.8
v1.4.3:
date: 2017-05-20
changes:
- Update pretty-bytes to v4.0.2.
- Add option to not to create empty archive.
v1.4.2:
date: 2017-05-20
changes:
- Update archiver to v1.3.0.
v1.4.1:
date: 2017-01-20
changes:
- Make brotli support optional.
v1.4.0:
date: 2017-01-18
changes:
- Add support for brotli.
v1.3.0:
date: 2016-05-24
changes:
- Update archiver to v1.0.
- Fix node 6 support.
v1.2.0:
date: 2016-03-24
changes:
- Dependency update.
v1.1.1:
date: 2016-03-08
changes:
- Fix verbose output.
v1.1.0:
date: 2016-03-04
changes:
- Add ability to replace file in the same location.
v1.0.0:
date: 2016-02-15
changes:
- Update archiver, chalk and pretty-bytes.
v0.14.0:
date: 2015-10-23
changes:
- Change to verbose output.
- Dependency updates archiver 0.16.
v0.13.0:
date: 2014-12-25
changes:
- Update archiver to v0.13.
- Small fixes.
v0.12.0:
date: 2014-09-23
changes:
- Output update.
- Prevent zipping dot files and allow for forcing through `fail.warn` within loop.
v0.11.0:
date: 2014-08-26
changes:
- Update archiver to v0.11.0.
v0.10.0:
date: 2014-07-14
changes:
- Don't apply extensions automatically (use `ext` or `rename`).
v0.9.1:
date: 2014-05-20
changes:
- Allow directories to pass-through to archiver via filter.
v0.9.0:
date: 2014-05-20
changes:
- Update archiver to v0.9.0.
v0.8.0:
date: 2014-04-09
changes:
- Update archiver to v0.8.0.
v0.7.0:
date: 2014-02-17
changes:
- Update archiver to v0.6.0.
v0.6.0:
date: 2014-01-12
changes:
- Update archiver to v0.5.0.
v0.5.3:
date: 2013-11-27
changes:
- Allow archive option to be a function.
v0.5.2:
date: 2013-06-03
changes:
- Allow custom extensions using the `ext` option.
v0.5.1:
date: 2013-05-28
changes:
- Avoid gzip on folders.
v0.5.0:
date: 2013-04-23
changes:
- Add support for `deflate` and `deflateRaw`.
v0.4.10:
date: 2013-04-15
changes:
- Fix issue where task finished before all data was compressed.
v0.4.9:
date: 2013-04-09
changes:
- Bump Archiver version.
v0.4.8:
date: 2013-04-07
changes:
- Open streams lazily to avoid too many open files.
v0.4.7:
date: 2013-04-01
changes:
- Pipe gzip to fix gzip issues.
- Add tests that undo compressed files to test.
v0.4.6:
date: 2013-03-25
changes:
- Fix Node.js v0.8 compatibility issue with gzip.
v0.4.5:
date: 2013-03-20
changes:
- Update to archiver 0.4.1
- Fix issue with gzip failing intermittently.
v0.4.4:
date: 2013-03-19
changes:
- Fixes for Node.js v0.10. Explicitly call `grunt.file` methods with `map` and `filter`.
v0.4.3:
date: 2013-03-14
changes:
- Fix for gzip; continue iteration on returning early.
v0.4.2:
date: 2013-03-13
changes:
- Refactor task like other contrib tasks.
- Fix gzip of multiple files.
- Remove unused dependencies.
v0.4.1:
date: 2013-02-22
changes:
- Pretty print compressed sizes.
- Logging each addition to a compressed file now only happens in verbose mode.
v0.4.0:
date: 2013-02-15
changes:
- First official release for Grunt 0.4.0.
v0.4.0rc7:
date: 2013-01-23
changes:
- Updating grunt/gruntplugin dependencies to rc7.
- Changing in-development grunt/gruntplugin dependency versions from tilde version ranges to specific versions.
v0.4.0rc5:
date: 2013-01-14
changes:
- Updating to work with grunt v0.4.0rc5.
- Conversion to grunt v0.4 conventions.
- Replace `basePath` with `cwd`.
v0.3.2:
date: 2012-10-12
changes:
- Rename grunt-contrib-lib dep to grunt-lib-contrib.
v0.3.1:
date: 2012-10-09
changes:
- Replace zipstream package with archiver.
v0.3.0:
date: 2012-09-24
changes:
- General cleanup.
- Options no longer accepted from global config key.
v0.2.2:
date: 2012-09-18
changes:
- Test refactoring.
- No valid source check.
- Automatic mode detection.
v0.2.0:
date: 2012-09-10
changes:
- Refactored from grunt-contrib into individual repo.