forked from roots/grunt-wp-assets
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGELOG
66 lines (66 loc) · 1.53 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
v0.2.5:
date: 2014-04-01
changes:
- Add `querystring` to manifest.json when enable
- Update manifest json sample
v0.2.4:
date: 2014-03-31
changes:
- Change manifest structure
- Remove support for Node < 0.10
- Use verb for README docs generator
v0.2.3:
date: 2014-03-11
changes:
- Add json manifest
- Add test for multiple assets and add more options
v0.2.2:
date: 2014-02-21
changes:
- Support files array format src/dest
v0.2.1:
date: 2014-02-18
changes:
- Fix version task not change for the first time.
v0.2.0:
date: 2014-02-17
changes:
- Add options for `minify` and `minifyname`.
- Change default option for format to `false`.
- Update simple test assets.
v0.1.9:
date: 2014-02-16
changes:
- Move extenal lib use by grunt to deps insteadof devdeps.
v0.1.8:
date: 2014-01-10
changes:
- Fix replacement of previous hashed filenames does not work when format is set to false.
v0.1.7:
date: 2013-11-24
changes:
- Change querystring options name to `style` and `script`.
- Update docs.
v0.1.6:
date: 2013-11-23
changes:
- Change default filename revving and length.
v0.1.5:
date: 2013-11-22
changes:
- Update test.
- Move to roots org.
- Rename task from "wprev" tp "version".
v0.1.3:
date: 2013-09-07
changes:
- Rename source target, not destination.
- Change default characters length of hash file prefix to 4.
v0.1.2:
date: 2013-09-05
changes:
- Refactored docs
v0.1.0:
date: 2013-09-04
changes:
- Initial commit.