- error message is shown when `inputdir` and `outputdir` for `PathMapper` are not directories (i.e. don't exist, or exist as a file) - `PathMapper.globs` supports multiple globs, the `glob` parameter to `PathMapper.file_mapper` may be either a single `str` or list of `str`
0.0.17
0.0.16
PathMapper` now provides three constructor methods, `PathMapper.file_mapper`, `PathMapper.dir_mapper_shallow`, and `PathMapper.dir_mapper_deep`. This split of functionality simplifies the internal code logic and also makes the API more explicit.