Skip to content

Releases: uhd-urz/properpath

Minor bugfix release

07 Nov 15:29
v0.2.9
9b31403

Choose a tag to compare

[0.2.9] - 2025-11-07

Release with minor bug fixes.

Fixed

  • Fixed P.platformdirs instance not showing IDE autocompletion.
    ProperPath platformdirs auto-complete screenshot
  • Fixed type annotations

Minor feature release

16 Oct 00:00
v0.2.8
e03177a

Choose a tag to compare

[0.2.8] - 2025-10-16

Release with minor features.

Added

Changed

  • Avoid resolving the path in open method

Release with Pydantic support

08 Oct 02:43
v0.2.7
0e5e8e8

Choose a tag to compare

This release adds Pydantic support and Rich pretty REPL printing support to ProperPath. 2 additional optional dependencies have been added: properpath[pydantic], properpath[rich].

A minor improvement release

29 Sep 23:00
v0.2.6
51255a3

Choose a tag to compare

[0.2.6] - 2025-09-29

Release with minor improvements.

Added

  • Added alias P for ProperPath
  • Improved documentation
  • Show is_symlink() in __repr__ output

Initial bugfix release

26 Sep 19:36
v0.2.4
783ae64

Choose a tag to compare

[0.2.4] - 2025-09-26

A bugfix release. See the main changes below.

Fixed

  • __deepcopy__ throwing unexpected errors (#5)

Initial release

26 Sep 17:42
v0.2.3
78c19b1

Choose a tag to compare

[0.2.3] - 2025-09-26

Initial release of properpath.

Fixed

  • Unexpected kind caching (#1)

Added

In collaboration with @alexander-haller.