5.3.0
New features:
- Add
path
andrelativePath
properties to theDownloadDetails
class soeachFile
actions can also change the relative path of a target file and not only its name - Duplicate destination files are now prevented. Specifying a duplicate destination file (e.g. in an
eachFile
action) will lead to an exception being thrown.
Bug fixes:
- Call
eachFile
action only once per source - Correctly create list of output files (even if the destination is the project's build directory)
Maintenance:
- Update dependencies