Releases: CycloneDX/cyclonedx-javascript-library
Releases · CycloneDX/cyclonedx-javascript-library
6.4.1
Documentation
- Rendered (API) docs are hosted on readthedocs (#1027 via #1028)
Build
- Use TypeScript
v5.4.2
now, wasv5.3.3
(via #1021)
What's Changed
- chore(deps-dev): bump the eslint group with 1 update by @dependabot in #1022
- Docs/render sphinx by @jkowalleck in #1028
- docs: move rendered docs by @jkowalleck in #1029
- chore(deps): bump softprops/action-gh-release from 1 to 2 by @dependabot in #1023
- chore(deps-dev): bump the typescript group with 1 update by @dependabot in #1021
Full Changelog: v6.4.0...v6.4.1
6.4.0
Added
- Class
Models.Metadata
got a new propertylicenses
(#1019 via #1020) - Class
Models.Metadata
got a new propertyproperties
(#1019 via #1020)
What's Changed
- feat:
Metadata.licenses
&Metadata.properties
by @AugustusKling in #1020
Full Changelog: v6.3.2...v6.4.0
6.3.2
Refactor
- Removed dynamic imports in Node.js-specific XML serializer lookup (#1017 via #1018)
This should improve compatibility with linkers and bundlers.
Build
What's Changed
- chore(deps-dev): bump the eslint group with 3 updates by @dependabot in #1002
- chore(deps-dev): bump c8 from 8.0.1 to 9.0.0 by @dependabot in #1006
- chore(deps-dev): bump the eslint group with 1 update by @dependabot in #1005
- chore(deps-dev): bump the eslint group with 1 update by @dependabot in #1007
- chore(deps-dev): bump the webpack group with 1 update by @dependabot in #1008
- chore(deps-dev): bump the eslint group with 1 update by @dependabot in #1009
- chore(deps-dev): bump the webpack group with 1 update by @dependabot in #1010
- chore(deps-dev): bump the mocha group with 1 update by @dependabot in #1011
- chore(deps-dev): bump the eslint group with 2 updates by @dependabot in #1012
- chore(deps-dev): bump the eslint group with 1 update by @dependabot in #1014
- chore(deps-dev): bump the webpack group with 1 update by @dependabot in #1013
- chore(deps-dev): bump the webpack group with 1 update by @dependabot in #1015
- chore(deps-dev): bump the eslint group with 2 updates by @dependabot in #1016
- Support XML serialization when running in bundles or non-standard by @AugustusKling in #1018
New Contributors
- @AugustusKling made their first contribution in #1018
Full Changelog: v6.3.1...v6.3.2
6.3.1
Maintenance release
6.3.0
Dependencies
- Widened optional dependency
libxmljs2@^0.31||^0.32||^0.33
, was@^0.31||^0.32
(via #1001)
What's Changed
- feat: widened libxmljs2 for
^0.33
by @jkowalleck in #1001
Full Changelog: v6.2.0...v6.3.0
6.2.0
6.1.3
Fixed
- Possible bug in XML serialization of undefined children (via #1000)
Build
- Use TypeScript
v5.3.3
now, wasv5.3.2
(via #999)
What's Changed
- refactor: optimize maps by @jkowalleck in #997
- refactor: use TS5.3 syntax for json import by @jkowalleck in #998
- chore(deps-dev): bump the typescript group with 1 update by @dependabot in #999
- chore(deps-dev): bump the eslint group with 1 update by @dependabot in #1000
Full Changelog: v6.1.2...v6.1.3
6.1.2
Maintenance release.
Misc
- Widened dependency
spdx-expression-parse@^3.0.1||^4
, was@^3.0.1
(via #993) - CI/CT: test also with Node.js v21 (via #995)
What's Changed
- chore(deps-dev): bump the eslint group with 1 update by @dependabot in #994
- chore(deps): bump the spdx group with 1 update by @dependabot in #993
- ci: test node21 by @jkowalleck in #995
Full Changelog: v6.1.1...v6.1.2
6.1.1
Maintenance release.
Style
Build
What's Changed
- chore(deps-dev): bump the eslint group with 1 update by @dependabot in #986
- chore(deps-dev): bump the eslint group with 2 updates by @dependabot in #988
- chore(deps-dev): bump the typescript group with 2 updates by @dependabot in #990
Full Changelog: v6.1.0...v6.1.1
6.1.0
Added
- Class
Models.ExternalReference
got a new propertyhashes
(#984 via #985) - Serializers and
ExternalReference
-Normalizers will takeModels.ExternalReference.hashes
into account (#984 via #985)
Build
What's Changed
- chore(deps-dev): bump the eslint group with 1 update by @dependabot in #968
- chore(deps-dev): bump the eslint group with 1 update by @dependabot in #970
- chore(deps): bump actions/checkout from 3 to 4 by @dependabot in #969
- tests: add functional test for validators by @jkowalleck in #972
- chore(deps-dev): bump the eslint group with 1 update by @dependabot in #973
- style: better readability for schema-downloader tool by @jkowalleck in #974
- chore(deps-dev): bump the eslint group with 1 update by @dependabot in #975
- chore(deps-dev): bump the eslint group with 3 updates by @dependabot in #976
- chore(deps-dev): bump the eslint group with 2 updates by @dependabot in #978
- chore(deps-dev): bump the webpack group with 1 update by @dependabot in #979
- chore(deps-dev): bump the typescript group with 1 update by @dependabot in #977
- chore(deps-dev): bump the eslint group with 1 update by @dependabot in #980
- refactor: marm some internals as
readonly
by @jkowalleck in #982 - chore(deps): bump actions/setup-node from 3 to 4 by @dependabot in #981
- chore(deps-dev): bump the eslint group with 1 update by @dependabot in #983
- feat: add
ExternalReferences[].hashes
by @jkowalleck in #985
Full Changelog: v6.0.0...v6.1.0