Skip to content

5.2.0

Compare
Choose a tag to compare
@michel-kraemer michel-kraemer released this 13 Sep 09:08
· 93 commits to master since this release

New features:

  • Add eachFile method that adds an action to be applied to each source URL before it is downloaded. The action can be used to modify the filename of the target file.
  • Add runAsync method to download extension. This allows multiple files to be downloaded in parallel if the download extension is used. For normal download tasks, multiple files were downloaded in parallel already.