- Change config schema: Stop nesting datasets under 'resources'
- Upgrade hash-then to v1.1.1: Fixes windows checksum missmatch for directories
- Fix url parsing when downloading files from URLs with query params
- Breaking:
.zip
and.tar.gz
are no longer automatically extracted. In order to extract directories you now need to passdirectory: true
.
- Upgrade hash-then to v1.1.0 which adds functionality to persist the tar
- hash is now optional. If a hash is not used, it will not validate or cache
- Don't fail if the target directory already exits. Remove directory first
- Publish to npm
- Adds progress bar for downloads
- README.md fix