Skip to content

Releases: cloudflightio/spdx-catalog

3.21.0

05 Oct 10:35
0e8faf8
Compare
Choose a tag to compare
  • Update to SPDX List 3.21

3.16.6

29 Mar 22:25
Compare
Choose a tag to compare
  • fix searching licenses by URL when multiple URLs point to the same license by also considering the name, see cashapp/licensee#28

3.16.5

29 Mar 21:35
Compare
Choose a tag to compare
  • Add JavaDoc
  • Make constructors internal, hide internal classes

3.16.4

29 Mar 20:45
0cd9ec5
Compare
Choose a tag to compare
  • Downgrade Kotlin to 1.5 and target compatibility to 1.3 in order to provide more compatibility with other plugins
  • In case of multiple URLs for the same SPDX license, take the one with the shortest ID

3.16.3

29 Mar 15:30
e788bc5
Compare
Choose a tag to compare
  • When searching by URL, also check the seeAlso URLs in the SPDX License List

3.16.2

29 Mar 14:59
74adce4
Compare
Choose a tag to compare
  • Replace Jackson with Kotlin Serialization, therefore reduce dependencies and increase runtime speed
  • Add the possibility to find licenses by URL
  • Add a new query method which bundles finding by ID, name or URL

3.16.1

11 Mar 23:53
ec32f04
Compare
Choose a tag to compare
Merge pull request #10 from cloudflightio/nexus-publish

use nexus publish plugin

3.16

11 Mar 23:25
1153e62
Compare
Choose a tag to compare
Merge pull request #9 from cloudflightio/activate-signing-again-fix

Activate signing again fix