CHANGELOG
1.1 KB
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
v0.6.1:
date: 2013-03-24
changes:
- Add formatForType option
v0.6.0:
date: 2013-03-14
changes:
- Change API/reportying style for minMaxInfo
v0.5.3:
date: 2013-02-23
changes:
- use MIT licensed zlib-browserify instead of unlicensed gzip-js
v0.5.2:
date: 2013-01-24
changes:
- add minMaxGzip & minMaxInfo.
v0.5.0:
date: 2012-12-05
changes:
- remove findBasePath, buildIndividualDest and isIndividualDest.
- remove options and normalizeMultiTaskFiles.
- remove node v0.6 and grunt v0.3 support.
v0.4.0:
date: 2012-11-20
changes:
- findBasePath returns '' if passed false.
- Added stripPath.
v0.3.1:
date: 2012-10-29
changes:
- Tweaked findBasePath to handle single dot differently.
- Start testing with Travis.
- Docs cleanup.
v0.3.0:
date: 2012-09-24
changes:
- Added findBasePath, buildIndividualDest, isIndividualDest, optsToArgs.
- Refactored tests.
- Automatically parse templates in options.
v0.2.1:
date: 2012-09-14
changes:
- Added non-destuctive namespace declarations.
v0.2.0:
date: 2012-09-10
changes:
- Refactored from grunt-contrib into individual repo.