Releases: python-validators/validators
Releases · python-validators/validators
0.35.0
Breaking
- Drops support for Python
v3.8
.
Features
- Validator russian individual tax number by @TheDrunkenBear in #408
- feat: allow custom URL scheme validation by @e3krisztian in #409
- Refactor API: remove print from
ru_inn
, update description, and expose via__init__
by @TheDrunkenBear in #419 - Add Mir card validation support by @TheDrunkenBear in #420
Maintenance
- Update README.md by @mattseymour in #400
- fix(domain): accept .onion as a valid TLD by @davidt99 in #402
- fix(url): add hashtag to allowed fragment characters by @davidt99 in #405
- chore(deps): bump jinja2 from 3.1.4 to 3.1.6 in /package by @dependabot in #414
- Fix email regex issue 140 by @cwisdo in #411
- fix(uri): replace
lstrip("mailto:")
with manual prefix removal by @max-moser in #418 - running
doctest
failes by @d-chris in #417 - Fix: Allow Special DOI Cases Used in Public Administration Tests by @MaurizioPilia in #415
- chore: formatting; sync dependencies by @yozachar in #422
- chore: prepare for new release by @yozachar in #424
- chore: updates changelog by @yozachar in #425
New Contributors
- @mattseymour made their first contribution in #400
- @davidt99 made their first contribution in #402
- @TheDrunkenBear made their first contribution in #408
- @e3krisztian made their first contribution in #409
- @cwisdo made their first contribution in #411
- @max-moser made their first contribution in #418
- @d-chris made their first contribution in #417
- @MaurizioPilia made their first contribution in #415
Full Changelog: 0.34.0...0.35.0
0.34.0
Breaking
No breaking changes were introduced in this version.
Features
- feat: cache IANA TLDs for faster lookups by @salty-horse in #390
Maintenance
Full Changelog: 0.33.0...0.34.0
New Contributors
- @salty-horse made their first contribution in #390
0.33.0
0.32.0
Breaking
No breaking changes were introduced in this version.
Features
Maintenance
- chore: improve
CONTRIBUTING.md
by @yozachar in9ba69a5
- chore(deps): bump certifi from 2024.6.2 to 2024.7.4 in /package by @dependabot in #385
- maint: bump version by @msamsami in #387
Full Changelog: 0.31.0...0.32.0
0.31.0
0.30.0
0.29.0
0.28.3
0.28.2
Breaking
No breaking changes were introduced in this version.
Features
No features were introduced in this version.
Maintenance
- fix: corrects a few typo by @yozachar in #371
- build(deps): bump jinja2 from 3.1.3 to 3.1.4 in /package by @dependabot in #372
- fix(ip_address): properly handle private is false by @grleblanc in #374
- chore(url): allow symbols and pictographs in url by @prousso in #375
- build(deps): bump requests from 2.31.0 to 2.32.0 in /package by @dependabot in #376
- chore: fix typo; update dev deps; bump version by @yozachar in #377
Full Changelog: 0.28.1...0.28.2
New Contributors
- @grleblanc made their first contribution in #374
- @prousso made their first contribution in #375
0.28.1
Breaking
No breaking changes were introduced in this version.
Features
No features were introduced in this version.
Maintenance
- fix: reduce memory footprint when loading TLDs by @yozachar in #362
- build(deps): bump idna from 3.6 to 3.7 in /package by @dependabot in #365
- fix: rfc cases in the
domain
validator by @yozachar in #367 - chore: documentation maintenance by @yozachar in #368
- chore: update contribution guidelines by @yozachar in #369
- chore: updated dev dependencies; bump version by @yozachar in #370
Full Changelog: 0.28.0...0.28.1