forked from gruntjs/grunt-contrib-compress
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathCHANGELOG
132 lines (132 loc) · 3.06 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
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 property.
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 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.