- Support for
override
option. In cases where asrc
file should be included even if it has not been modified (e.g. a LESS file whose imports have been modified), theoverride
option can be used (see #35)
- When
src
anddest
files are the same, the previous run time is considered (see #24)
- Deprecated
any-newer
task (newer
task now handles this automatically, see #17) - Deprecated
timestamps
option (usecache
instead) - Consolidated
newer-reconfigure
andnewer-timestamp
into singlenewer-postrun
task - Refactor task for easier unit testing (see #16)
- Correctly handle cases where
dest
file is not present (thanks @royriojas, see #11)
- Add
newer-reconfigure
to properly reset task configuration (see #8)
- Fix use of
any-newer
on task with multiple targets (thanks @royriojas, see #7)
- Filter out file objects with no remaining
src
files (see #6)
- Compare
src
file modification times todest
files if present (see #2)