Releases: MPCodeWriter21/whois21
Releases · MPCodeWriter21/whois21
Auto Build
1.4.6 Update README and CHANGELOG
Auto Build
1.4.5 fix: Updated Dependencies
Auto Build
Commits
- README.md, CHANGELOG.md (CodeWriter21)
Auto Build
1.4.3 fix: Modified the way dates are handled.
Auto Build
fix: v1.4.2 + Added new attributes to `WHOIS` class: `emails`, `phone_numbers` and `fax_numbers` + Added a new property that contains expiration date(`expiration_date`) to `WHOIS` class + Improved WHOIS data parsing (For both human eyes and computer results)
Auto Build
fix: v1.4.1 + Made whois run after initializing the `WHOIS` object optional. + Tried to decrease the complexity of the code.
Auto Build
1.4.0 feat: Version 1.4.0
Auto Build
1.3.0 feat: Added encoding related features.
Auto Build
Bug Fixes
- Switched from
setup.py
topyproject.toml
. (CodeWriter21) - Fixed GitHub workflows. (CodeWriter21)
Commits
- d6b5d3e: Merge branch 'master' of https://github.com/MPCodeWriter21/whois21 (CodeWriter21)
Auto Build
1.1.2 Fixed KeyboardInterrupt handling with `whois21` command.