You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is considered a non-breaking change, because the behaviour was already documented in the API, even though there was no need for an implementation before.
108
111
*`ExternalReferenceNormalizer` classes
109
112
* Changed, so that it tries to convert unsupported types to "other", before it throws an `\DomainException` ([#137] via [#147])
113
+
*`JSON\Normalizers\BomNormalizer` class
114
+
* Changed: method `normalize`'s result data may contain the `$schema` string (via [#155])
110
115
*`JSON\Normalizers\ExternalReferenceNormalizer` class
111
116
* BREAKING: method `normalize` may throw `\UnexpectedValueException` when the url is invalid to format "ini-reference" (via [#151])
112
117
*`\CycloneDX\Core\Spdx` namespace
@@ -115,16 +120,17 @@ API changes
115
120
* BREAKING: completely reworked everything ([#139] via [#142])
116
121
See the code base for references
117
122
*`\CycloneDX\Core\Validation` namespace
118
-
*`XmlValidator` classes
119
-
* Added support for CycloneDX v1.4 ([#57] via [#65])
There is no pre-rendered documentation at the time.
96
+
Instead, there is a prepared config for [phpDoc3](https://docs.phpdoc.org/guide/getting-started/index.html)
97
+
that you can use to generate the docs for yourself.
98
+
93
99
## Conflicts
94
100
95
101
Due to the fact that this library was split out of [`/src/Core` of cyclonedx-php-composer (346e6200fb2f5086061b15c2ee44f540893ce97d)](https://github.com/CycloneDX/cyclonedx-php-composer/tree/346e6200fb2f5086061b15c2ee44f540893ce97d/src/Core)
0 commit comments