Releases: EmbarkStudios/spdx
Releases Β· EmbarkStudios/spdx
Release 0.7.0
Release 0.6.2
Fixed
- PR#44 fixed the
Display
for various GNU licenses, since they are "special" and diverge from the SPDX spec for reasons. Thanks @mmurto!
Added
- PR#43 added the
text
feature flag, which includes the full license and exception texts. They can be retrieved viaLicenseId::text
andExceptionId::text
respectively. - PR#43 added the
Expression::minimized_requirements
method which allows a set of potential licensees be reduced down to the minimum possible requirements for an expression.
Release 0.6.1
Release 0.6.0
Release 0.5.0
Release 0.4.1
Release 0.4.0
Changed
- Renamed
LicenseItem::SPDX
=>LicenseItem::Spdx
andToken::SPDX
=>Token::Spdx
.
Release 0.3.6
Changed
- Updated to version 3.11 of the SPDX license list
Release 0.3.5
Fixed
- Update smallvec to fix an advisory
Release 0.3.4
Added
- Added
Expression::iter()
which iterates over both the license requirements and the operators.