Skip to content

5.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 16 Aug 13:27
· 393 commits to main since this release

BREAKING

  • Interface Spec.Protocol now defines new mandatory methods (via #946)
    This is only a breaking change if you custom-implemented this interface downstream; internal usage is non-breaking.

Added

  • New enum Enums.Lifecycle with corresponding values from CycloneDX Specification-1.5 (#937 via #946)
  • New class Models.NamedLifecycle (#937 via #946)
  • New class Models.LifecycleRepository (#937 via #946)
  • Class Models.Metadata got a new property lifecycles (#937 via #946)
  • Serializers and Metadata-Normalizers will take Models.Metadata.lifecycles into account (#937 via #946)

Build

  • Use Webpack v5.88.2 now, was v5.88.1 (via #933)

Full Changelog: v4.0.0...v5.0.0