Skip to content

Releases: thombashi/pathvalidate

v2.0.0

13 Jan 02:15
v2.0.0

Choose a tag to compare

  • Change to be more strict validation for absolute paths
  • Fix argparse validator/sanitizer failed when empty inputs
  • Bug fixes

v1.1.0

04 Jan 12:00
v1.1.0

Choose a tag to compare

  • Modify validate/sanitize functions for argparse
  • Modify validate/sanitize functions for click
  • Update dev extras

v1.0.0

03 Jan 06:28
v1.0.0

Choose a tag to compare

  • Drop Python 2 support
  • Modify to use Python 3 functionality
  • Update extras_require
  • Bug fixes
  • Remove a deprecated property

v0.29.1

02 Jan 02:40
v0.29.1

Choose a tag to compare

  • Fix file path length validation: #10 (Thanks to @UncleGoogle)
  • Add .asc files of packages to PyPI

v0.29.0

16 Jun 16:52
v0.29.0

Choose a tag to compare

  • Add filename/filepath validators for argparse/click
  • Modify error messages

v0.28.2

18 May 07:31
v0.28.2

Choose a tag to compare

  • Fix to properly escape special chars for validation error messages: #9 (Thanks to @UncleGoogle)

v0.28.0

01 May 14:51
v0.28.0

Choose a tag to compare

  • Drop support for Python 3.4

v0.26.0

15 Mar 22:17
v0.26.0

Choose a tag to compare

  • Add support for NTFS reserved names
  • Improve drive letter handling

v0.25.0

14 Mar 16:06
v0.25.0

Choose a tag to compare

  • Add CLOCK$ as a reserved filename for Windows platform: #8 (Thanks to @sparr)
  • Improve reserved name detection
  • Add reserved_name property to ReservedNameError class

v0.24.1

12 Feb 09:32
v0.24.1

Choose a tag to compare

  • Fix improper error messages
  • Improve error message readability