Skip to content

Latest commit

 

History

History
111 lines (79 loc) · 3.41 KB

HISTORY.md

File metadata and controls

111 lines (79 loc) · 3.41 KB

Changelog

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

unreleased

  • Dependencies
    • Upgraded runtime-dependency normalize-package-data@6.0.2, was @6.0.1 (via #141)
      This was done to incorporate non-breaking upstream changes and fixes.
    • Removed unused runtime dependency packageurl-js (via #220)
  • Build
    • Use TypeScript v5.6.2 now, was v5.5.3 (via #160, #178)
    • Use @yarnpkg/builder v4.2.0 now, was v4.1.1 (via #164, #172)

1.0.2 -- 2024-07-15

  • Dependencies
    • Upgraded runtime-dependency @cyclonedx/cyclonedx-library@6.11.0, was @6.10.0 (via #151, #157)
      This was done to incorporate non-breaking upstream changes and fixes.
  • Build
    • Use TypeScript v5.5.3 now, was v5.5.2 (via #149)

1.0.1 -- 2024-06-27

  • Fixed
    • Writing output-files on Windows systems (#145 via #146)

1.0.0 -- 2024-06-26

First release (#8 via #6)

  • Responsibilities
    • Provide a yarn (berry) plugin that generates CycloneDX SBOM for current workspace
    • Provide a CLI wrapper for said plugin
  • Capabilities
    • Support yarn (berry) v3 and v4
    • Can output in XML and JSON format according to CycloneDX v1.2 - v1.6 spec
    • Can omit dev-dependencies
    • Can generate reproducible results

1.0.0-rc.8 -- 2024-06-25

  • Docs
    • Enhanced the installation docs
    • Fixed some typos here and there

1.0.0-rc.7 -- 2024-06-01

  • Misc
    • Refactored node imports (via #127)
    • Revisited release pipeline

1.0.0-rc.5 -- 2024-05-30

1.0.0-rc.2 -- 2024-05-28

  • Added
  • Style
    • Some refactoring here and there
  • Docs
    • Some typo fixes and modernization here and there

1.0.0-rc.0 -- 2024-05-27

Minimum Viable Product - RC-0

1.0.0-beta.1 -- 2024-05-27

Minimum Viable Product - Beta-1

First release.

  • Responsibilities
    • Provide a yarn plugin that generates CycloneDX SBOM for current workspace
    • Provide a CLI wrapper got said plugin
  • Capabilities
    • Supports yarn4
    • Can output in XML and JSON format, CycloneDX v1.2 - v1.6 spec
    • Can omit dev dependencies