Skip to content

Commit 3b3e63c

Browse files
committed
history
Signed-off-by: Jan Kowalleck <[email protected]>
1 parent e0e230a commit 3b3e63c

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

HISTORY.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@ All notable changes to this project will be documented in this file.
2525
* Interface `Spec.Protocol` now defines a new mandatory property `supportsComponentEvidence:boolean` (via [#753])
2626
* Interface `Spec.Protocol` now defines a new mandatory property `supportsVulnerabilities:boolean` (via [#722])
2727
* Removed deprecated symbols ([#747] via [#752])
28-
* Namespace `{Builders,Factories}.FromPackageJson` -> use `{Builders,Factories}.FromNodePackageJson` instead
28+
* Namespaces `{Builders,Factories}.FromPackageJson` -> use `{Builders,Factories}.FromNodePackageJson` instead
2929
* Class `Models.HashRepository` -> use `Models.HashDictionary` instead
30-
* Function `Serialize.{Json,Xml}.Normalize.*.normalizeRepository()` -> use `Serialize.{Json,Xml}.Normalize.*.normalizeIterable()` instead
30+
* Functions `Serialize.{Json,Xml}.Normalize.*.normalizeRepository()` -> use `Serialize.{Json,Xml}.Normalize.*.normalizeIterable()` instead
3131
* Type alias `Types.UrnUuid` - use `string` instead
3232
Type predicate `Types.isUrnUuid()` no longer exists
3333
* Changed
34-
* Removed beta state from symbols `{Enums,Models}.Vulnerability.*` ([#164] via [#722])
34+
* Removed _beta_ state from symbols `{Enums,Models}.Vulnerability.*` ([#164] via [#722])
3535
The structures are defined as stable now.
3636
* Class `Models.Attachment` was modified
3737
* Property `content` was widened to be any stringable, was `string` ([#516] via [#753])
@@ -88,7 +88,7 @@ All notable changes to this project will be documented in this file.
8888
* Class `VulnerabilityRepository` was enhanced
8989
* New method `sorted()` (via [#722])
9090
* New method `compare()` (via [#722])
91-
* Namespace `Serialize.{Json,Xml}.Normalize` was enhanced
91+
* Namespaces `Serialize.{Json,Xml}.Normalize` were enhanced
9292
* Class `Factory` was enhanced
9393
* New Method `makeForComponentEvidence()` ([#516] via [#753])
9494
* New method `makeForVulnerability()` ([#164] via [#722])
@@ -113,10 +113,10 @@ All notable changes to this project will be documented in this file.
113113
* New class `VulnerabilityReferenceNormalizer` ([#164] via [#722])
114114
* New class `VulnerabilitySourceNormalizer` ([#164] via [#722])
115115
* Namespace `Spec`
116-
* Const `Spec1dot{2,3,4}`
117-
* New Property `supportsComponentEvidence:boolean` (via [#753])
118-
* New Property `supportsVulnerabilities:boolean` (via [#722])
119-
* Namespace `Spdx`
116+
* Constants `Spec1dot{2,3,4}` were enhanced
117+
* New property `supportsComponentEvidence:boolean` (via [#753])
118+
* New property `supportsVulnerabilities:boolean` (via [#722])
119+
* Namespace `Spdx` was enhanced
120120
* New function `isValidSpdxLicenseExpression()` ([#271] via [#547])
121121
* Misc
122122
* New dependency `spdx-expression-parse` (via [#547])

0 commit comments

Comments
 (0)