blob: 5961d019b8733f04af80cccd3a2ce83adb965d21 [file] [log] [blame]
Leo Repp58b9f112021-11-22 11:57:47 +01001v1.0.0:
2 date: 2016-03-04
3 changes:
4 - Bump devDependencies.
5 - Add example of using relative path.
6 - Point main to task and remove peerDeps.
7v0.8.2:
8 date: 2015-10-19
9 changes:
10 - Fix expand-less copies with multiple files.
11v0.8.1:
12 date: 2015-08-20
13 changes:
14 - Update `chalk` dependency.
15v0.8.0:
16 date: 2015-02-20
17 changes:
18 - Performance improvements.
19 - The `mode` option now also applies to directories.
20 - Fix path issue on Windows.
21v0.7.0:
22 date: 2014-10-15
23 changes:
24 - Add timestamp option to disable preserving timestamp when copying.
25v0.6.0:
26 date: 2014-09-17
27 changes:
28 - Update chalk dependency and other devDependencies.
29 - Preserve file timestamp when copying.
30v0.5.0:
31 date: 2013-12-23
32 changes:
33 - If an encoding is specified, overwrite grunt.file.defaultEncoding.
34 - Rename processContent/processContentExclude to process/noProcess to match Grunt API.
35 - mode option to copy existing or set file permissions.
36v0.4.1:
37 date: 2013-03-26
38 changes:
39 - Output summary by default ("Copied N files, created M folders"). Individual transaction output available via `--verbose`.
40v0.4.0:
41 date: 2013-02-15
42 changes:
43 - First official release for Grunt 0.4.0.
44v0.4.0rc7:
45 date: 2013-01-23
46 changes:
47 - Updating grunt/gruntplugin dependencies to rc7.
48 - Changing in-development grunt/gruntplugin dependency versions from tilde version ranges to specific versions.
49v0.4.0rc5:
50 date: 2013-01-14
51 changes:
52 - Updating to work with grunt v0.4.0rc5.
53 - Conversion to grunt v0.4 conventions.
54 - Replace basePath with cwd.
55 - Empty directory support.
56v0.3.2:
57 date: 2012-10-18
58 changes:
59 - Pass copyOptions on single file copy.
60v0.3.1:
61 date: 2012-10-12
62 changes:
63 - Rename grunt-contrib-lib dep to grunt-lib-contrib.
64v0.3.0:
65 date: 2012-09-24
66 changes:
67 - General cleanup and consolidation.
68 - Global options depreciated.
69v0.2.4:
70 date: 2012-09-18
71 changes:
72 - No valid source check.
73v0.2.3:
74 date: 2012-09-17
75 changes:
76 - Path.sep fallback for node <= 0.7.9.
77v0.2.2:
78 date: 2012-09-17
79 changes:
80 - Single file copy support.
81 - Test refactoring.
82v0.2.0:
83 date: 2012-09-07
84 changes:
85 - Refactored from grunt-contrib into individual repo.