Skip to content

Latest commit

 

History

History
71 lines (37 loc) · 3.34 KB

CHANGELOG.md

File metadata and controls

71 lines (37 loc) · 3.34 KB

Changelog

All notable changes to this project will be documented in this file. See commit-and-tag-version for commit guidelines.

6.4.3 (2024-06-05)

6.4.2 (2024-03-02)

6.4.1 (2023-04-28)

Bug Fixes

  • issue #27 (throw when parsing indirect dependencies) (dde6dc8)

6.4.0 (2023-04-26)

  • make program use 'license-report' version 6.4.0

6.2.0 (2022-12-30)

Features

  • add field 'alias' to list of possible fields and to default output (83f378e)
  • add field 'dependencyLoop' to list of possible fields (af4735d)
  • add tree generation with loops instead of recursion (51ae914)

Bug Fixes

  • refactor recursion to loops; tree output not yet functional! (83c5eb2)
  • sort list by name and installedVersion (85d8ad7)

6.1.3 (2022-11-16)

6.1.2 (2022-11-15)

Bug Fixes

  • set correct package name in bin entry of package.json (e50d52a)

6.1.1 (2022-10-28)

6.1.0 (2022-09-01)

Features

  • update to license-report 6.1.0 - add new fields (7cde713)
    • 'latestRemoteVersion' for the latest version available in the registry,
    • 'latestRemoteModified' for finding out, if package is still maintained.

6.0.0 (2022-08-03)

⚠ BREAKING CHANGES

  • switched project to ECMAScript modules required by license-report v6.0.0. devDependencies are ignored on nested packages (as these are not required when using a package in another package).

Features

  • update project to license-report v6.0 based on esm (766451d)

1.0.1 (2022-05-01)

1.0.0 (2022-04-13)