Skip to content

Latest commit

 

History

History
73 lines (44 loc) · 1.93 KB

CHANGELOG.md

File metadata and controls

73 lines (44 loc) · 1.93 KB

Changelog

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

Added

  • Option to show standard library packages (#12)
  • Upgrade to Term.jl v2.0

0.4.0 - 2022-12-11

Added

  • Option to show the repo link (#11)
  • Option to not cut duplicate branches in tree (#10)

Fixed

  • Error when showing compat info of legacy packages

0.3.0 - 2022-10-31

Added

  • Option to show compat info (#7)

Fixed

  • Title display in non-package workspace

0.2.0 - 2022-09-17

Added

  • tree(...; reverse=true) to get reverse dependencies. (#5)

Changed

  • tree() will throw a custom error when package is not found. (#4)

Fixed

  • Error with packages with empty dependency. (#6)
  • Accpect all transitive dependent package name.

0.1.0 - 2022-09-01

Added

  • tree() function to display dependency tree of packages.