Skip to content

Releases: jwodder/iterpath

v0.4.1 — Packaging updates

01 Dec 12:47
v0.4.1
Compare
Choose a tag to compare
  • Support Python 3.11, 3.12, and 3.13
  • Migrated from setuptools to hatch
  • Drop support for Python 3.7

v0.4.0 — `return_relative` and context manager

25 Jun 16:16
v0.4.0
Compare
Choose a tag to compare
  • Add return_relative argument
  • The return value of iterpath() can now be used as a context manager in order to clean up internal os.scandir() iterators
  • Drop support for Python 3.6

v0.3.1 — Update for mypy 0.940

12 Mar 18:38
v0.3.1
Compare
Choose a tag to compare
  • Support Python 3.10
  • Update for mypy 0.940

v0.3.0 — Selectors

23 Jun 16:24
v0.3.0
Compare
Choose a tag to compare
  • Add filter and exclude arguments
  • Add SelectNames, SelectGlob, SelectRegex, SELECT_DOTS, SELECT_VCS, SELECT_VCS_DIRS, and SELECT_VCS_FILES for easy filtering by entry name

v0.2.0 — Default to current directory

19 Feb 15:19
v0.2.0
Compare
Choose a tag to compare
  • Set dirpath to the current directory if not specified

v0.1.0 — Initial release

18 Feb 17:22
v0.1.0
Compare
Choose a tag to compare