1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54
|
==========
Change Log
==========
Next Release
------------
2.2.0 (2022-09-07)
------------------
* Adjust the output order and put the root package in its own section (#14).
2.1.1 (2022-06-02)
------------------
* Update main readme.
* Fix bug with formatting empty pairs.
2.1.0 (2022-06-02)
------------------
* Refactor application code.
* Rename display type to format.
* Introduce deprecated ``print_dependencies`` and ``show_versions`` functions for
compatibility.
* Test the CLI.
2.0.0 (2022-05-29)
------------------
* 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.
1.7.0 (2021-02-03)
------------------
* Improve parsing of package information (#6).
1.6.0 (2020-10-11)
------------------
* Switch to versioneer-518.
* Remove ``pipdeptree`` and use ``importlib.metadata`` instead.
* Support Python version 3.6 - 3.9.
1.5.1 (2019-02-17)
------------------
* Improve internal quality control.
1.5.0 (2019-02-07)
------------------
* Require a newer pipdeptree version.
* Introduce black.
* Fix parametrized test cases.
* Update package configuration.
|