Skip to content

Releases: mutating/dirstree

0.0.12

Choose a tag to compare

@pomponchik pomponchik released this 31 May 21:50
0eea35f

A small but useful update: the raise_on_cancel flag was added, which, when set, causes the iteration to raise an exception rather than ending silently when the token is canceled.

0.0.11

Choose a tag to compare

@pomponchik pomponchik released this 31 May 01:23
60f0819

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

Choose a tag to compare

@pomponchik pomponchik released this 29 May 10:49
cb3531a

Just a few improvements to the documentation.

0.0.9

Choose a tag to compare

@pomponchik pomponchik released this 29 May 10:39
a0b691f

Just a few improvements to the documentation.

0.0.8

Choose a tag to compare

@pomponchik pomponchik released this 29 May 08:52
0270eaa

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

Choose a tag to compare

@pomponchik pomponchik released this 28 May 16:02
edfdd70

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

Choose a tag to compare

@pomponchik pomponchik released this 21 May 12:10
533e60e

Just updated some dependencies.

0.0.5

Choose a tag to compare

@pomponchik pomponchik released this 17 Mar 02:12
ff57303

A minor update.

  • Upgraded some dependencies.
  • Added support for Python 3.15.
  • The documentation was a bit improved.

0.0.4

Choose a tag to compare

@pomponchik pomponchik released this 13 Feb 00:34
a0e8442

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

Choose a tag to compare

@pomponchik pomponchik released this 13 Nov 00:19
7e3d27c

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.