John-David Dalton

Results 388 comments of John-David Dalton

This is fixed on master branch.

@kennylam91 > will it be rolled out soon? I don't control that but after the next batch of patches lands I'll inquire!

[v2.0.0](https://www.npmjs.com/package/packageurl-js/v/2.0.0) has been published 🎉

This is handled in https://github.com/package-url/packageurl-js/pull/73 by using `URLSearchParams` to encode and then turning `+` into `%20` for better portability. I sided with the [Rust implementation](https://github.com/package-url/packageurl.rs/commit/2d6489bda6261450d0ed884e0ba1065837c1f0f0). Also leveraging standard `URLSearchParams`. Deferring...

Fixed in master branch (both `2%2B3` and `2+3` work)

@matt-phylum I see you've opened a few issues. Thank you! Do you have bandwidth for opening PRs too? That would be helpful.

Fixed in master branch.

[v2.0.0](https://www.npmjs.com/package/packageurl-js/v/2.0.0) has been published 🎉