Releases: package-url/packageurl-go
Releases · package-url/packageurl-go
v0.1.3: Merge pull request #68 from ridhoq/dot-slash-valid-subpath-prefix
What's Changed
- go.mod: Bump required Go version to 1.18 by @magnusbaeck in #66
- Fix Github Actions by @shibumi in #69
- Adds
./
and../
as valid subpath prefix by @ridhoq in #68
New Contributors
- @magnusbaeck made their first contribution in #66
- @ridhoq made their first contribution in #68
Full Changelog: v0.1.2...v0.1.3
v0.1.2
What's Changed
- Add Julia by @Octogonapus in #44
- feat: add missing purl types by @mcombuechen in #43
- Pull test data from upstream instead of maintaining a local copy by @Octogonapus in #49
- Add simple fuzz test by @imjasonh in #34
- Test using supported Go versions by @imjasonh in #50
- Remove deprecated usage of ioutil by @noqcks in #40
- fix: use url.URL to encode and decode PURLs by @tommyknows in #52
- fix: escape and unescape name by @tommyknows in #55
- fix: escape everything with modified QueryEscape by @tommyknows in #58
- Add
pub
andbitnami
types by @antgamdia in #60 - Add known types and candidate types by @antgamdia in #61
- Add PackageURL.Normalize by @wetterjames4 in #65
New Contributors
- @mcombuechen made their first contribution in #43
- @imjasonh made their first contribution in #34
- @noqcks made their first contribution in #40
- @tommyknows made their first contribution in #52
- @antgamdia made their first contribution in #60
- @wetterjames4 made their first contribution in #65
Full Changelog: v0.1.1...v0.1.2
v0.1.1
Changes
- make PackageURL.String() use a value receiver rather than pointer rec…
- fix: update Go and CI / tests
- fix: linting issues
- fix: empty slice declaration using literal
- fix: remove travis.yml
- fix: implement missing Types: cran, conan, swift
- docs: add badges for README.md
- fix: reformat code + doc strings
- fix: spelling in comments
- fix: rename debian type
- feat: add cargo custom type
- feat: add missing package urls
- fix: issue #20 license detection
- fix: add license symlink
- Add in test-suite-json, again
- Add in test-suite-json, again
- Tests fixed
- Merge pull request #32 from DarthHater/TestSuiteData
- Copy the latest test data from master and stop downloading the test d…
- Fix huggingface version parsing. The version must be lowercase as spe…
- Fix mlflow name adjustments. The case of the name depends on the repo…
- Fix composer name and namespace parsing. They must be lowercase, as s…
- Merge pull request #46 from Octogonapus/fix_tests
Initial release
Initial release