Releases: thombashi/pathvalidate
Releases · thombashi/pathvalidate
v0.22.0
- Add universal (platform independent) filename/filepath sanitization/validation
- Treat ASCII whitespace other than normal space as invalid on Windows #6 (Thanks to @nyuszika7h)
v0.21.1
- Add support for PathLike object
- Bug fixes
v0.18.0
- Add validations/sanitizations for unprintable characters
- Add support for Python 3.7
v0.15.0
- Remove package dependencies
- pathvalidate functions are expected to passing unicode strings.
v0.14.0
- Change max file name/path length to configurable
- Add support for Python 3.6
- Bug fixes
v0.13.0
- Add JavaScript validator/sanitizer
- Bug fixes
v0.11.0
- Add multibyte character validate/sanitize support
v0.9.0
- Add validate_symbol function