* add support for single files output with glob
* fix mistake in README
* add tests to test the new features
* v3.0.0-alpha.0
* Update README.md from suggestion
Co-Authored-By: Benjamin Weggersen <bewegger@microsoft.com>
* fix dependencies
* use async for copying files so files could be copied in parallel
* await for files to be removed
* copy folder and files in parallel
* copy files and folders from cache in parallel
* fix cleaning output folder
* add missing dependency
* bump version to 3.0.0
* Revert "bump version to 3.0.0"
This reverts commit 34db1270ca.
* fix fetch scenario for when not all files in a folder are cached
* add missing await
Co-authored-by: Benjamin Weggersen <bewegger@microsoft.com>
Co-authored-by: Vincent Bailly <vibailly@tuta.io>