Releases: IonicaBizau/git-url-parse
Releases · IonicaBizau/git-url-parse
15.0.0
14.1.0
14.0.0
13.1.1
fixed name and organization issue when parsing on the issue URL
13.1.0
Add edit filetype support /cc #146 -- thanks @ggdaltoso! 🍰
13.0.0
[email protected]
- Fix shorthand urls. Fix #147.
- Custom SSH User support. /cc #142 -- thanks @privatenumber!
There are breaking changes due to the update to parse-url@^8.0.0
. ✨
12.0.0
git-url-parse
12.0.0
This is a major release fixing several issues and improving the security of the project.
Breaking changes
- VSTS SSH URLs may give unexpected results — I left a TODO in the tests to remind us to fix it.
- For shorthand urls use the
href
property instead ofpathname
. - The
user
andpassword
properties are now parsed separately.
For other potential breaking changes, you may want to check out the release of git-up
.
Issues Fixed
- Fixes #102 — Support GitHub usernames with numbers (only numbers).
- Fixes #130 — Update git-up
- Fixes #135
If you have any suggestions and questions let me know. 😊