@@ -16,20 +16,26 @@ All notable changes to this project will be documented in this file.
1616 * Removed static function ` isEligibleExpression() ` (via [ #547 ] )
1717 Use ` Spdx.isValidSpdxLicenseExpression() ` instead.
1818 * Constructor no longer throws, when value is not eligible ([ #530 ] via [ #547 ] )
19- You may utilize ` Factories.LicenseFactory ` to mimic the previous behaviour.
19+ You may use ` Factories.LicenseFactory.makeExpression() ` to mimic the previous behaviour.
2020 * Property ` expression ` setter no longer throws, when value is not eligible ([ #530 ] via [ #547 ] )
21- You may utilize ` Factories.LicenseFactory ` to mimic the previous behaviour.
21+ You may use ` Factories.LicenseFactory.makeExpression() ` to mimic the previous behaviour.
2222 * Class ` Models.SpdxLicense ` was modified
23- * Constructor no longer throws, when value is not eligible ([ #530 ] via [ #547 ] )
24- * Property ` id ` setter no longer throws, when value is not eligible ([ #530 ] via [ #547 ] )
23+ * Constructor no longer throws, when value is not eligible ([ #530 ] via [ #547 ] )
24+ You may use ` Factories.LicenseFactory.makeSpdxLicense() ` to mimic the previous behaviour.
25+ * Property ` id ` setter no longer throws, when value is not eligible ([ #530 ] via [ #547 ] )
26+ You may use ` Factories.LicenseFactory.makeSpdxLicense() ` to mimic the previous behaviour.
2527 * Interface ` Spec.Protocol ` now defines a new mandatory property ` supportsComponentEvidence:boolean ` (via [ #753 ] )
2628 * Interface ` Spec.Protocol ` now defines a new mandatory property ` supportsVulnerabilities:boolean ` (via [ #722 ] )
2729 * Removed deprecated symbols ([ #747 ] via [ #752 ] )
28- * Namespaces ` {Builders,Factories}.FromPackageJson ` -> use ` {Builders,Factories}.FromNodePackageJson ` instead
29- * Class ` Models.HashRepository ` -> use ` Models.HashDictionary ` instead
30- * Functions ` Serialize.{Json,Xml}.Normalize.*.normalizeRepository() ` -> use ` Serialize.{Json,Xml}.Normalize.*.normalizeIterable() ` instead
31- * Type alias ` Types.UrnUuid ` - use ` string ` instead
32- Type predicate ` Types.isUrnUuid() ` no longer exists
30+ * Namespaces ` {Builders,Factories}.FromPackageJson ` was removed.
31+ You may use ` {Builders,Factories}.FromNodePackageJson ` instead.
32+ * Class ` Models.HashRepository ` was removed.
33+ You may use ` Models.HashDictionary ` instead.
34+ * Functions ` Serialize.{Json,Xml}.Normalize.*.normalizeRepository() ` was removed.
35+ You may use ` Serialize.{Json,Xml}.Normalize.*.normalizeIterable() ` instead
36+ * Type alias ` Types.UrnUuid ` was removed.
37+ You may use ` string ` instead.
38+ * Type predicate ` Types.isUrnUuid() ` was removed.
3339 * Some ` Models.*.compare() ` may return different numbers than before.
3440 * Some ` Models.*.sorted() ` may return different orders than before.
3541* Changed
0 commit comments