Skip to content

7.0.0-beta.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 19 Nov 12:34
· 50 commits to main since this release

BREAKING changes

  • Property Models.Bom.tools is an instance of Models.Tools now (#1152 via #1163)
    Before, it was an instance of Models.ToolRepository.

Added

  • Static function Models.Tool.fromComponent() (via #1163)
  • Static function Models.Tool.fromService() (via #1163)
  • New class Models.Tools (#1152 via #1163)
  • New serialization/normalization for Models.Tools (#1152 via #1163)

Changed

  • Serializers and Bom-Normalizers will take changed Models.Bom.tools into account (#1152 via #1163)

Dependencies

  • Support libxmljs2@^0.35 (via #1173)
  • Use packageurl-js@^2.0.1, was @>=0.0.6 <0.0.8 || ^1 (via #1142)

What's Changed

Full Changelog: v6.13.0...v7.0.0-beta.1