Skip to content

Releases: CycloneDX/cyclonedx-php-library

1.6.3

15 Sep 14:21
a308707
Compare
Choose a tag to compare

Maintenance Release.

Legal:

  • Transferred copyright to OWASP Foundation. (via #121)

1.6.2

12 Sep 07:48
a4b8de5
Compare
Choose a tag to compare

Maintenance release.

Docs:

  • Added "Responsibilities", "Capabilities" and "Usage" sections to README. (via #115)

1.6.1

16 Aug 15:02
e84e002
Compare
Choose a tag to compare
  • Maintenance release.

1.6.0

03 Aug 20:22
5c3b054
Compare
Choose a tag to compare

Changed

Style

  • Fixe some whitespaces. (via #82)

1.5.0

07 Mar 23:03
f41632e
Compare
Choose a tag to compare

Changed

1.4.2

05 Feb 10:00
8a3f94c
Compare
Choose a tag to compare

Fixed

  • Return type of CycloneDX\Core\Serialize\SerializerInterface::serialize() and implementations/usage
    are documented as non-empty-string, were undocumented string before. (via #70)

1.4.1

31 Jan 18:53
5b76eb8
Compare
Choose a tag to compare

Fixed

  • CycloneDX\Core\Validation\ValidatorInterface::validateString() and implementations are documented as non-empty-string, were undocumented string before. (via #63)

1.4.0

20 Dec 15:03
43b567f
Compare
Choose a tag to compare

Added

  • Resulting JSON files hold the correct $schema. (#43 via #42)

1.3.1

03 Dec 11:47
21c23b1
Compare
Choose a tag to compare

Fixed

  • XML serializer & DOM normalizer no longer generate invalid XML::anyURI. (via #34)

1.3.0

01 Dec 13:19
e94ce9e
Compare
Choose a tag to compare

Changed

  • JSON result does no longer have slashes escaped in strings. (via #33)
    Old: "http:\/\/exampe.com"
    New: "http://exampe.com"