- Adjust the output order and put the root package in its own section (#14).
- Update main readme.
- Fix bug with formatting empty pairs.
- Refactor application code.
- Rename display type to format.
- Introduce deprecated
print_dependencies
andshow_versions
functions for compatibility. - Test the CLI.
- Switch to hexagonal architecture.
- Switch to code organization inspired by Domain-Driven Design (DDD).
- Implement a command line interface (CLI).
- Implement a markdown table display.
- Create a typed package.
- Improve stylistic and type testing.
- Improve parsing of package information (#6).
- Switch to versioneer-518.
- Remove
pipdeptree
and useimportlib.metadata
instead. - Support Python version 3.6 - 3.9.
- Improve internal quality control.
- Require a newer pipdeptree version.
- Introduce black.
- Fix parametrized test cases.
- Update package configuration.