cyclonedx-python-lib icon indicating copy to clipboard operation
cyclonedx-python-lib copied to clipboard

`LicenseExpression`'s optional arguments should be named arguments

Open jkowalleck opened this issue 1 year ago • 1 comments

current implementation has an architectural lock in: LicenseExpression's optional arguments are positional arguments. it would be better to have them as named arguments, so we could rearrange these arguments at will ...

jkowalleck avatar Apr 19 '24 14:04 jkowalleck

implementation finished

jkowalleck avatar Sep 16 '24 18:09 jkowalleck

was released via https://github.com/CycloneDX/cyclonedx-python-lib/releases/tag/v8.0.0

jkowalleck avatar Oct 14 '24 12:10 jkowalleck