UNPKG

1.61 kBPlain TextView Raw
1v2.0.0:
2 date: 2018-09-08
3 changes:
4 - Update all dependencies.
5 - Drop Node.js < 6 support.
6v1.1.0:
7 date: 2017-04-12
8 changes:
9 - Update grunt to 1.0.0.
10 - Updates to docs and changelog.
11 - Update internal modules.
12v1.0.0:
13 date: 2016-02-15
14 changes:
15 - Drop support for Node.js v0.8.
16 - Grunt peer dependency tagged `>= 0.4.5`.
17 - Dependency updates.
18v0.7.0:
19 date: 2015-11-13
20 changes:
21 - Dependency updates.
22v0.6.0:
23 date: 2014-07-27
24 changes:
25 - Less verbose output.
26 - README updates.
27v0.5.0:
28 date: 2013-07-15
29 changes:
30 - Use rimraf directly, version 2.2.1 to fix issue on Windows.
31 - Add `no-write` option to mimic `grunt.file.delete` behavior.
32v0.4.1:
33 date: 2013-04-16
34 changes:
35 - Check if file exists to avoid trying to delete a non-existent file.
36v0.4.0:
37 date: 2013-02-15
38 changes:
39 - First official release for Grunt 0.4.0.
40v0.4.0rc6:
41 date: 2013-01-18
42 changes:
43 - Updating grunt/gruntplugin dependencies to rc6.
44 - Changing in-development grunt/gruntplugin dependency versions from tilde version ranges to specific versions.
45v0.4.0rc5:
46 date: 2013-01-09
47 changes:
48 - Updating to work with grunt v0.4.0rc5.
49 - Switching to `this.filesSrc` API.
50v0.4.0a:
51 date: 2012-12-07
52 changes:
53 - Conversion to grunt v0.4 conventions.
54 - Remove Node.js v0.6 and grunt v0.3 support.
55 - Add `force` option to bypass CWD check.
56v0.3.0:
57 date: 2012-09-23
58 changes:
59 - Options no longer accepted from global config key.
60v0.2.0:
61 date: 2012-09-10
62 changes:
63 - Refactored from grunt-contrib into individual repo.