Releases: composer/spdx-licenses
Releases · composer/spdx-licenses
1.3.0
1.2.0
1.1.6
1.1.5
1.1.4
1.1.3
1.1.2
1.1.1
1.1.0
Changed
- updater now sorts licenses and exceptions by key.
- filenames now class constants of SpdxLicenses (
LICENSES_FILE
andEXCEPTIONS_FILE
). - resources directory now available via static method
SpdxLicenses::getResourcesDir()
.
Fixed
- updated licenses/exceptions.
- removed json-schema from composer requirements.
1.0.0
Changed
- BC: the following classes and namespaces were renamed:
- Namespace:
Composer\Util
->Composer\Spdx
- Classname:
SpdxLicense
->SpdxLicenses
- Classname:
SpdxLicenseTest
->SpdxLicensesTest
- Classname:
Updater
->SpdxLicensesUpdater
- Namespace:
- validation via regex implementation instead of lexer.
- code style using php-cs-fixer.