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

Enable using a RegExp as delimiter #22

Merged
merged 1 commit into from
Aug 25, 2014
Merged

Conversation

mjackson
Copy link
Contributor

This fixes a regression that was introduced in #16 which prevents
anything but a string from being used as a delimiter. But the whole
point of #12 was to allow users to specify a RegExp to use in
queryString.split(delimiter).

This fixes a regression that was introduced in ljharb#16 which prevents
anything but a string from being used as a delimiter. But the whole
point of ljharb#12 was to allow users to specify a RegExp to use in
queryString.split(delimiter).
@nlf
Copy link
Collaborator

nlf commented Aug 25, 2014

Ah, this does make sense. Thanks

@nlf nlf added the bug label Aug 25, 2014
@nlf nlf modified the milestone: 2.0.0 Aug 25, 2014
@nlf nlf self-assigned this Aug 25, 2014
@nlf nlf added this to the 2.1.0 milestone Aug 25, 2014
nlf added a commit that referenced this pull request Aug 25, 2014
Enable using a RegExp as delimiter
@nlf nlf merged commit 0869f50 into ljharb:master Aug 25, 2014
@mjackson
Copy link
Contributor Author

Whoa, so fast! 🚤 Thanks! 👯

@mjackson mjackson deleted the regexp-delim branch August 25, 2014 23:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants