2.8 KiB
2.8 KiB
Change Log
1.3.0
- Updated dev dependencies
1.2.0
- Add
toleranceoption to account for filesystem time precision (thanks @jorrit, see [#94][#94]) - Updated dependencies (thanks @jorrit, see [#93][#93])
1.1.2
- Update peer dependency for Grunt (thanks @steveoh, see #91)
1.1.1
- Update license identifier (MIT)
1.1.0
- Write current time to timestamp file (thanks @malys, see #69)
1.0.0
- Document that grunt-newer works with grunt-spritesmith >= 3.1.0 (thanks @danez, see #66)
- Support for an empty list of source files (thanks @ruslansagitov, see #62)
0.8.0
- Support for a single source file that matches the dest file (thanks @btholt, see #42 and #62)
- Avoid unhandled error when task is aliased (see #61)
0.7.0
- Support for
overrideoption. In cases where asrcfile should be included even if it has not been modified (e.g. a LESS file whose imports have been modified), theoverrideoption can be used (see #35)
0.6.1
- When
srcanddestfiles are the same, the previous run time is considered (see #24)
0.6.0
- Deprecated
any-newertask (newertask now handles this automatically, see #17) - Deprecated
timestampsoption (usecacheinstead) - Consolidated
newer-reconfigureandnewer-timestampinto singlenewer-postruntask - Refactor task for easier unit testing (see #16)
0.5.4
- Correctly handle cases where
destfile is not present (thanks @royriojas, see #11)
0.5.3
- Add
newer-reconfigureto properly reset task configuration (see #8)
0.5.2
- Fix use of
any-neweron task with multiple targets (thanks @royriojas, see #7)
0.5.1
- Filter out file objects with no remaining
srcfiles (see #6)
0.5.0
- Compare
srcfile modification times todestfiles if present (see #2)