Releases: sindresorhus/spdx-license-list
Releases · sindresorhus/spdx-license-list
v5.0.0
Breaking:
- Require Node.js 6
- The JSON files in the
licenses
directory no longer has the following properties:isDeprecatedLicenseId
,standardLicenseHeader
. ThestandardLicenseTemplate
property was renamed tolicenseText
. TheseeAlso
property was renamed tourl
and is now a string instead of an array.
Other:
- Update to SPDX license list version 3.3
3.0.0
- Updated to the latest SPDX license list, version 2.6.
- Added
require('spdx-license-list/simple')
which returns aSet
of license IDs. - Changed
require('spdx-license-list/spdx-full')
torequire('spdx-license-list/full')
. - The
licenses
directory now contains all the licenses as JSON files with metadata and the license text. Previously it was just a bunch of text files with the license text. - If you use
require('spdx-license-list/full')
and thelicense
property, you need to change it tolicenseText
. - Switch license from
MIT
toCC0
.