All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog,
- New internal function to make more generic the alert messages.
- Changed output messages in some commands.
- Fixed an unexpected exception when passing an invalid file format.
- Typos.
- Short tutorial in the user_guide.md
- History download command example in history.md
- typos in gather.md
- Moved the Save class into a common dir to be used by multiple operations.
- Changed the gather option --save into --file.
- Internal function to convert dict into text before saving now support lists.
- Badges in README.md
- Added a new subcommand to history 'download'.
- Deleted some unused exceptions.
- Deleted unused files in gather command directory.
- Documentation switched to absolute links.
- Added a file reader in setup.py to show the README.md in the Pypi.
- Bugfix on command version.
- Changed the default length of uuid displayed in the history table to 8
- Bugfix. History and dns files now downloads in root.
- modified setup.py settings to upload in pypi
- Documentation about Black and Flake8
- Extra rules into pre-commit
- CLI version changed to 1.0.0
- Fixed 404 link in the documentation.
- Applied Black
- Applied Flake8
- pre-commit framework
- Black
- Flake8
- New field in the table of history 'domain'
- Documentation in history command.
- Removed 'settings' command from the rdap layout. [WIP]
- Limit history to max records (25) to avoid flooding with a big file.
- Wrong type hints used in get_record()
- Bugfix in save_file_data() - removed unused constant.
- Modified logic when saving content into a file in gather command
- Documentation links
- History command.
- Version command.
- Check command.
- Gather command.
- Rdap Service.
- Error handlers.
- Removed unused functions and constants.
- Fix lots of bugs and catched many exceptions.
- Fix typos in many docstrings.
- Domain Validators.
- File Validators.
- User guide.
- Commands documentation.
- Settings file.
- Version Command.
- Settings Command.