Releases: thombashi/pathvalidate
Releases · thombashi/pathvalidate
v2.0.0
13 Jan 02:15
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Modify validate/sanitize functions for argparse
Modify validate/sanitize functions for click
Update dev extras
v1.0.0
03 Jan 06:28
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Fix file path length validation: #10 (Thanks to @UncleGoogle )
Add .asc files of packages to PyPI
v0.29.0
16 Jun 16:52
Compare
Sorry, something went wrong.
No results found
Add filename/filepath validators for argparse/click
Modify error messages
v0.28.2
18 May 07:31
Compare
Sorry, something went wrong.
No results found
Fix to properly escape special chars for validation error messages: #9 (Thanks to @UncleGoogle )
v0.28.0
01 May 14:51
Compare
Sorry, something went wrong.
No results found
Drop support for Python 3.4
v0.26.0
15 Mar 22:17
Compare
Sorry, something went wrong.
No results found
Add support for NTFS reserved names
Improve drive letter handling
v0.25.0
14 Mar 16:06
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Fix improper error messages
Improve error message readability