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

Add .parseUrl() method #104

Merged
merged 4 commits into from
Feb 3, 2018
Merged

Conversation

OrRosenblatt
Copy link
Contributor

@OrRosenblatt OrRosenblatt commented Aug 17, 2017

Fixes #103

Added support for parsing full url, including tests and documentation.

Usage
.parseUrl(string, [options])

Returns Object

{
    url: '',
    queryParams: {}
}

@rapzo
Copy link
Contributor

rapzo commented Oct 19, 2017

I believe this has been discussed earlier.

#15 (comment)

@sindresorhus sindresorhus changed the title Support parsing full url - closes #103 Add .parseUrl() method Feb 3, 2018
@sindresorhus sindresorhus merged commit 7ca62bb into sindresorhus:master Feb 3, 2018
sindresorhus pushed a commit that referenced this pull request Feb 3, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants