Skip to content

Latest commit

 

History

History
48 lines (27 loc) · 1.19 KB

CHANGELOG.md

File metadata and controls

48 lines (27 loc) · 1.19 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.

[Unreleased]

Added

Changed

Removed

[10.2.2] - 2024-09-25

Added

  • Support parsing *.spdx.json files

Changed

  • Bibliothecary::PURL_TYPE_MAPPING has changed to Bibliothecary::PurlUtil::PURL_TYPE_MAPPING
  • Bibliothecary::MultiParsers::CycloneDX::ManifestEntries.full_name_for_purl has changed to Bibliothecary::PurlUtil.full_name

[10.2.0] - 2024-08-27

Changed

  • Bibliothecary::Dependency#requirement now defaults to all versions ("*") instead of nil if no version range is specified for the dependency.

[10.1.0] - 2024-07-23

Changed

  • Skip self referencing package entries in yarn v4+ lockfiles.

[10.0.0] - 2024-07-08

Added

Changed

  • Breaking: Bibliothecary::Parsers classes now return lists of Bibliothecary::Dependency instances instead of Hash instances.