Skip to content

Releases: giterlizzi/perl-URI-PackageURL

v2.21

24 Jul 21:54
Compare
Choose a tag to compare
  • Use RFC 2119 terms for CPAN purl type specification (@sjn)
  • Added "swid" purl type support
  • Moved normalization and validation check in "URI::PackageURL::Util"
  • Dropped support for "version_prefix" qualifier for "github", "gitlab" and "bitbucket" PURL types in "purl_to_urls" util (@pombredanne via #14)

v2.20

13 May 14:21
Compare
Choose a tag to compare
  • Added support for the official "cpan" PURL type specification (#8)
  • Added "Version Range" (vers) support
  • Added "URI::VersionRange::Version::cpan" version comparator for "cpan" scheme
  • Added "vers-tool(1)"
  • FIX Apply percent-encoding in "subpath" in "to_string" method

v2.11

21 Apr 16:23
Compare
Choose a tag to compare

Full Changelog: v2.04...v2.11

Improvements and fixes

09 Nov 20:45
Compare
Choose a tag to compare
  • Improved validation during encode and decode "purl" string
  • Fixed CPAN repository URL
  • FIX Qualifiers are case sensitive (#4)
  • FIX PURLs containing multiple namespaces segments parse incorrectly (#5)
  • FIX Incorrect parsing of PURLs that begin with "pkg:/" (#6)
  • Improved "t/99-official-purl-test-suite.t" test

v2.02: Fix official test suite

22 Sep 14:04
Compare
Choose a tag to compare

v2.01

17 Sep 19:44
Compare
Choose a tag to compare
Added "repository_url" support for "cpan" PURL type

v2.00

13 Jun 23:07
Compare
Choose a tag to compare
  • Added "purl-tool(1)" (#3)
  • Added "URI::PackageURL::Util::purl_to_urls" helper
  • Fixed name qualifier for "cpan" (#2)
  • Fixed some little issues

v1.10: Small fixes

01 Aug 21:24
Compare
Choose a tag to compare
- Fixed "namespace vs name" (RT#143917)
- Fixed substitution warning when "version" component is not provided in URI::PackageURL->from_string

v1.02

31 Jul 21:59
Compare
Choose a tag to compare
Fix decode when "namespace" component is undef

v1.01

26 Jul 13:49
Compare
Choose a tag to compare
Small fixes