v0.8.0
Changelog:
New features:
- The
extract_files
method now takes an optional callback function which can be used to filter the files matching the provided relativePath and domain patterns in more complex ways, before decryption. Since it is called once per matched file, it can be used to track decryption progress for large numbers of files. See the docstring for more details.