Skip to content

1.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 29 Jul 18:04
· 996 commits to main since this release

Added

  • Support for nested/bundled (sub-)components via Models.Component.components was added, including serialization/normalization of models and impact on dependency graphs rendering. (#132 via #136)
  • CycloneDX spec version 1.4 made element Models.Component.version optional.
    Therefore, serialization/normalization with this spec version will no longer render this element if its value is empty. (via #137, #138)