Skip to content
Compare
Choose a tag to compare
@jaxxstorm jaxxstorm released this 16 Mar 18:14
4304621

What's Changed

Breaking Changes

  • Regex matching for download extensions are now sanitized before use. You might have passed values like \.bz2 This is no longer supported. In v2.0.0, simply provide the plain extension without any regex-specific backslashes, for example: .bz2 or bz2.

New Contributors

Full Changelog: v1...v2.0.0