Comparing 0.21.0...0.21.1 · python-validators/validators
Commits on Mar 29, 2023
Commits on Mar 30, 2023
-
feat: docs can be built with both sphinx & mkdocs
- adds back sphinx configs - refactors `docs/gen_docs.py` to generate both sphinx and mkdocs based docs as needed - ignores dynamically generated doc files - updates development dependencies **Related items** *Issues* - Closes #258
Commits on Mar 31, 2023
-
- renames script to `build_pgk.py` - ignores dynamically generated man pages - pkg includes `docs/validators.1` in built package - adds option to select between web and man, Sphinx builds - updates `build.yml` workflow accordingly
Commits on Apr 11, 2023
-
fix: removes 64-char limit for url path & query
- removes IDNA enforced 64-char limit on url path & query - validates absurd quoted url: `http://-.~_!$&'()*+,;=:%40:80%2f::::::@example.com` - updates dependencies, changelog and pre-commit-hooks - bumps patch version **Related items** *Issues* - Closes #257