UNPKG

2.33 kBMarkdownView Raw
1# Change Log
2
3## 1.1.0
4
5 * Write current time to timestamp file (thanks @malys, see [#69][69])
6
7## 1.0.0
8
9 * Document that grunt-newer works with grunt-spritesmith >= 3.1.0 (thanks @danez, see [#66][66])
10 * Support for an empty list of source files (thanks @ruslansagitov, see [#62][62])
11
12## 0.8.0
13
14 * Support for a single source file that matches the dest file (thanks @btholt, see [#42][42] and [#62][62])
15 * Avoid unhandled error when task is aliased (see [#61][61])
16
17## 0.7.0
18
19 * Support for `override` option. In cases where a `src` file should be included even if it has not been modified (e.g. a LESS file whose imports have been modified), the `override` option can be used (see [#35][35])
20
21## 0.6.1
22
23 * When `src` and `dest` files are the same, the previous run time is considered (see [#24][24])
24
25## 0.6.0
26
27 * Deprecated `any-newer` task (`newer` task now handles this automatically, see [#17][17])
28 * Deprecated `timestamps` option (use `cache` instead)
29 * Consolidated `newer-reconfigure` and `newer-timestamp` into single `newer-postrun` task
30 * Refactor task for easier unit testing (see [#16][16])
31
32## 0.5.4
33
34 * Correctly handle cases where `dest` file is not present (thanks @royriojas, see [#11][11])
35
36## 0.5.3
37
38 * Add `newer-reconfigure` to properly reset task configuration (see [#8][8])
39
40## 0.5.2
41
42 * Fix use of `any-newer` on task with multiple targets (thanks @royriojas, see [#7][7])
43
44## 0.5.1
45
46 * Filter out file objects with no remaining `src` files (see [#6][6])
47
48## 0.5.0
49
50 * Compare `src` file modification times to `dest` files if present (see [#2][2])
51
52 [2]: https://github.com/tschaub/grunt-newer/pull/2
53 [6]: https://github.com/tschaub/grunt-newer/pull/6
54 [7]: https://github.com/tschaub/grunt-newer/pull/7
55 [8]: https://github.com/tschaub/grunt-newer/pull/8
56 [11]: https://github.com/tschaub/grunt-newer/pull/11
57 [16]: https://github.com/tschaub/grunt-newer/pull/16
58 [17]: https://github.com/tschaub/grunt-newer/pull/17
59 [24]: https://github.com/tschaub/grunt-newer/pull/24
60 [35]: https://github.com/tschaub/grunt-newer/pull/35
61 [42]: https://github.com/tschaub/grunt-newer/pull/42
62 [61]: https://github.com/tschaub/grunt-newer/pull/61
63 [62]: https://github.com/tschaub/grunt-newer/pull/62
64 [66]: https://github.com/tschaub/grunt-newer/pull/66
65 [69]: https://github.com/tschaub/grunt-newer/pull/69