Skip to content

Latest commit

 

History

History
90 lines (50 loc) · 4.65 KB

CHANGELOG.md

File metadata and controls

90 lines (50 loc) · 4.65 KB

Changelog

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

6.7.1 (2024-12-10)

Bug Fixes

  • update packages to fix github dependabot security warnings (900e87c)
  • update packages to fix github dependabot security warnings (dabba00)

6.7.0 (2024-09-17)

Bug Fixes

  • update references to license-report required by v6.7.0 (589fc67)

6.4.7 (2024-06-30)

6.4.6 (2024-06-30)

Bug Fixes

  • set license-report version number ín readme when releasing (350c73d)

6.4.5 (2024-06-22)

6.4.4 (2024-06-22)

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)