source: Dev/trunk/node_modules/grunt-contrib-clean/CHANGELOG @ 484

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

Commit node_modules, to make checkouts and builds more deterministic.

File size: 1.0 KB
Line 
1v0.5.0:
2  date: 2013-07-15
3  changes:
4    - Use rimraf directly, version 2.2.1 to fix issue on Windows.
5    - Add no-write option to mimic grunt.file.delete behavior.
6v0.4.1:
7  date: 2013-04-16
8  changes:
9    - Check if file exists to avoid trying to delete a non-existent file.
10v0.4.0:
11  date: 2013-02-15
12  changes:
13    - First official release for Grunt 0.4.0.
14v0.4.0rc6:
15  date: 2013-01-18
16  changes:
17    - Updating grunt/gruntplugin dependencies to rc6.
18    - Changing in-development grunt/gruntplugin dependency versions from tilde version ranges to specific versions.
19v0.4.0rc5:
20  date: 2013-01-09
21  changes:
22    - Updating to work with grunt v0.4.0rc5.
23    - Switching to this.filesSrc api.
24v0.4.0a:
25  date: 2012-12-07
26  changes:
27    - Conversion to grunt v0.4 conventions.
28    - Remove node v0.6 and grunt v0.3 support.
29    - Add force option to bypass CWD check.
30v0.3.0:
31  date: 2012-09-23
32  changes:
33    - Options no longer accepted from global config key.
34v0.2.0:
35 date: 2012-09-10
36 changes:
37   - Refactored from grunt-contrib into individual repo.
Note: See TracBrowser for help on using the repository browser.