Releases: spdx/tools
Releases · spdx/tools
Version 2.1.0
SPDX Tools that support the 2.1 version of the SPDX specification
Implementation Version 2.0.4
Changes from 2.0.3:
- Fixed bug where the RdfToHTML could not open template files from the local resources directory
- Fixed bug where license expressions were case sensitive
- Fix bug 1317 - bad links on license page
- Updated license list cache to version 2.1
- Fixed Bug-1319: Proper conversion of line breaks to
in generated HTML. Template handling for potentially multiline fields. - Fixed bug 1318: Fixing template error resulting in duplicate and unfriendly display of creator info.
- Added support for optional and variable text templates to license headers
- Fix formatting for the license header text in the LicenseRdfaGenerator
- Fixing error where downloadLocation parameter to consturctor gets ignored. Contributed under Apache 2.0 License
v2.0.2
Summary of changes since 2.0:
Fixed bug where verification errors were printed twice for tag value
Fix bug 1290 (SPDXTools does not accept WITH operator in tag file)
Added command line utility Verify which takes both tag and RDF files as input
Deprecated direct access to enum-tag maps (use getTag()
and fromTag()
methods on enums)
Updated APIs to not expose type implementations (e.g Set
instead of HashSet
)
Fixed Tag2Rdf failure when document contains a package comment.
Multiple bug fixes and behind-the-scenes improvements.