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