Skip to content

Releases: sindresorhus/spdx-license-list

v5.0.0

08 Nov 10:13
Compare
Choose a tag to compare

Breaking:

  • Require Node.js 6
  • The JSON files in the licenses directory no longer has the following properties: isDeprecatedLicenseId, standardLicenseHeader. The standardLicenseTemplate property was renamed to licenseText. The seeAlso property was renamed to url and is now a string instead of an array.

Other:

  • Update to SPDX license list version 3.3

3.0.0

15 Mar 08:57
Compare
Choose a tag to compare
  • Updated to the latest SPDX license list, version 2.6.
  • Added require('spdx-license-list/simple') which returns a Set of license IDs.
  • Changed require('spdx-license-list/spdx-full') to require('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 the license property, you need to change it to licenseText.
  • Switch license from MIT to CC0.

v2.1.0...v3.0.1