Skip to content

Releases: EmbarkStudios/spdx

Release 0.2.3

26 Mar 08:36
661e3d2

Choose a tag to compare

Changed

  • Updated the list of licenses to version 3.7 of the SPDX license list

Release 0.2.2

26 Mar 08:35
eacab8c

Choose a tag to compare

Added

  • Added LicenseId::full_name which is the full name for the license, eg "MIT License" for the "MIT" short identifier

Release 0.2.1

26 Mar 08:35
8d8a758

Choose a tag to compare

Added

Release 0.2.0

26 Mar 08:34
6df4065

Choose a tag to compare

Added

  • Added a Expression which can parse and validate an SPDX license expression is
    both syntactically and semantically correct, as well as evaluate the expression via
    a user provided callback
  • Added an update exe for pulling new SDPX information, copied from https://github.com/rust-lang-nursery/license-exprs
  • Added support for some of the metadata available from the SPDX format, namely "IsDeprecated", "IsFSFLibre", and "IsOSIApproved"

Changed

  • Uhm...everything. I hope no one was using 0.1.0.
  • Use a better lexer, mostly copied from ehuss/license-exprs#29

Release 0.1.0

26 Mar 08:34

Choose a tag to compare

Added