Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Shorten Compare URLs #17

Merged
merged 4 commits into from
Jun 2, 2019
Merged

Conversation

jerone
Copy link
Contributor

@jerone jerone commented Jun 1, 2019

Description

This will detect compare urls.

Input

https://github.com/bfred-it/shorten-repo-url/compare
https://github.com/bfred-it/shorten-repo-url/compare/d71718db6aa4feb8dc10edbad1134472468e971a
https://github.com/bfred-it/shorten-repo-url/compare/master
https://github.com/bfred-it/shorten-repo-url/compare/master...master

Output

bfred-it/shorten-repo-url/compare
bfred-it/shorten-repo-url@d71718d (compare)
bfred-it/shorten-repo-url@master (compare)
bfred-it/shorten-repo-url@master...master (compare)

Closes

#16

@jerone
Copy link
Contributor Author

jerone commented Jun 1, 2019

Failing CI build with Node 7 seems unrelated to this PR.

@fregante
Copy link
Member

fregante commented Jun 2, 2019

Can you replace the 7 with 8? It's annoying that they increased the required version breaking semver, but this change only affects the build anyway.

@jerone
Copy link
Contributor Author

jerone commented Jun 2, 2019

Increased minimum Nodejs version to 8. All tests pass again.

@fregante
Copy link
Member

fregante commented Jun 2, 2019

Thanks! I think the engines field can stay as is, I won't make any changes that break Node 7 compatibility in the published module. v8 is only needed on Travis because of that devDependency requiring it

@fregante fregante changed the title Detect compare urls Shorten Compare URLs Jun 2, 2019
@fregante fregante merged commit 00438ee into refined-github:master Jun 2, 2019
@jerone jerone deleted the bugs/jvw-#16-compare branch June 2, 2019 09:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants