source: Dev/trunk/node_modules/grunt-contrib-copy/CHANGELOG @ 532

Last change on this file since 532 was 484, checked in by hendrikvanantwerpen, 11 years ago

Commit node_modules, to make checkouts and builds more deterministic.

File size: 1.3 KB
RevLine 
[484]1v0.4.0:
2  date: 2013-03-26
3  changes:
4    - Output summary by default ("Copied N files, created M folders"). Individual transaction output available via `--verbose`.
5v0.4.0:
6  date: 2013-02-15
7  changes:
8    - First official release for Grunt 0.4.0.
9v0.4.0rc7:
10  date: 2013-01-23
11  changes:
12    - Updating grunt/gruntplugin dependencies to rc7.
13    - Changing in-development grunt/gruntplugin dependency versions from tilde version ranges to specific versions.
14v0.4.0rc5:
15  date: 2013-01-14
16  changes:
17    - Updating to work with grunt v0.4.0rc5.
18    - Conversion to grunt v0.4 conventions.
19    - Replace basePath with cwd.
20    - Empty directory support.
21v0.3.2:
22  date: 2012-10-18
23  changes:
24    - Pass copyOptions on single file copy.
25v0.3.1:
26  date: 2012-10-12
27  changes:
28    - Rename grunt-contrib-lib dep to grunt-lib-contrib.
29v0.3.0:
30  date: 2012-09-24
31  changes:
32    - General cleanup and consolidation.
33    - Global options depreciated.
34v0.2.4:
35  date: 2012-09-18
36  changes:
37    - No valid source check.
38v0.2.3:
39  date: 2012-09-17
40  changes:
41    - Path.sep fallback for node <= 0.7.9.
42v0.2.2:
43  date: 2012-09-17
44  changes:
45    - Single file copy support.
46    - Test refactoring.
47v0.2.0:
48  date: 2012-09-07
49  changes:
50    - Refactored from grunt-contrib into individual repo.
Note: See TracBrowser for help on using the repository browser.