Sha256: dd36a5029d2bc13094b52cec671c54990ca3e8f690c99195ce1900a24007999a

Contents?: true

Size: 1.42 KB

Versions: 1

Compression:

Stored size: 1.42 KB

Contents

# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

### Added

### Changed

### Removed

## [11.0.0] - 2024-11-22

### Changed

- Removed lockfile_requirement from Bibliothecary::Dependency

## [10.2.4] - 2024-11-06

### Changed

- Fixed parsing of pom files where parent properties within the file are required for dependencies

## [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

- Added `CHANGELOG.md`, based on https://keepachangelog.com/en/1.1.0/.
- New `Bibliothecary::Dependency` class.

### Changed

- **Breaking**: `Bibliothecary::Parsers` classes now return lists of `Bibliothecary::Dependency`
  instances instead of `Hash` instances.

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
bibliothecary-11.0.0 CHANGELOG.md