All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.5.0 - 2024-05-01
- Option to show standard library packages (#12)
- Upgrade to Term.jl v2.0
0.4.0 - 2022-12-11
- Error when showing compat info of legacy packages
0.3.0 - 2022-10-31
- Option to show compat info (#7)
- Title display in non-package workspace
0.2.0 - 2022-09-17
tree(...; reverse=true)
to get reverse dependencies. (#5)
tree()
will throw a custom error when package is not found. (#4)
- Error with packages with empty dependency. (#6)
- Accpect all transitive dependent package name.
0.1.0 - 2022-09-01
tree()
function to display dependency tree of packages.