- Added 'hash' option to specify whether the plugin adds content hashes to output filenames.
- Code and docs cleanup
- Downloaded files are now emitted, so they can be tracked by plugins like
manifest-webpack-plugin
- Downloaded files have a content hash appended to their names for cache busting purposes
- Switched over to
download
to avoid saving temporary files to the file system
- Initial release