Skip to content

Release 0.2.0

Compare
Choose a tag to compare
@Jake-Shadle Jake-Shadle released this 26 Mar 08:34
· 92 commits to main since this release
6df4065

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