Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add support for sub-components (Models.Component.components) #136

Merged
merged 11 commits into from
Jul 29, 2022
Prev Previous commit
Next Next commit
more verbose change log
Signed-off-by: Jan Kowalleck <jan.kowalleck@gmail.com>
jkowalleck committed Jul 29, 2022
commit e0428562e8708d6ad6608999bb569ef52834ad24
3 changes: 2 additions & 1 deletion HISTORY.md
Original file line number Diff line number Diff line change
@@ -5,7 +5,8 @@ All notable changes to this project will be documented in this file.
## unreleased

* Added
* Implemented support for nested/bundled components via `bom.component.components`. ([#132] via [#136])
* Support for nested/bundled components via `bom.component.components` as added,
including normalization of models and extended integration in possible dependency graph. ([#132] via [#136])
* CycloneDX spec version 1.4 made element `bom.component.version` optional.
Therefore, serialization/normalization with this spec version will no longer render this element,
when its value is empty. (via [#137], [#138])