Releases: mutating/dirstree
Releases · mutating/dirstree
Release list
0.0.12
0.0.11
A small but useful update: added the freeze flag that instructs crawlers to quickly cache the directory's contents and then perform a full crawl of the cached version.
0.0.10
Just a few improvements to the documentation.
0.0.9
Just a few improvements to the documentation.
0.0.8
A small but very useful update.
The only_files flag has been added (default value is True, meaning the behavior remains unchanged), which allows you to iterate not only over files but also over any file system entities.
0.0.7
A small but very useful update. A new apply() method was added, which applies a function to all files in a directory.
0.0.6
0.0.5
A minor update.
- Upgraded some dependencies.
- Added support for
Python 3.15. - The documentation was a bit improved.
0.0.4
A set of minor cosmetic changes.
- The appearance of the documentation slightly improved.
- The linting rules now are slightly stricter, and the code now corresponds to them.
- Added automatic callback validation.
0.0.3
A little update.
- Updated dependencies.
- Added the ability to crawl multiple directories using a single crawler.
- Added a free-threading version of Python to CI.