Releases: cloudflightio/spdx-catalog
Releases · cloudflightio/spdx-catalog
3.16.6
- 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
- Add JavaDoc
- Make constructors internal, hide internal classes
3.16.4
- 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
- When searching by URL, also check the seeAlso URLs in the SPDX License List
3.16.2
- 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
Merge pull request #10 from cloudflightio/nexus-publish
use nexus publish plugin
3.16
Merge pull request #9 from cloudflightio/activate-signing-again-fix
Activate signing again fix