Skip to content

Enable using a RegExp as delimiter#22

Merged
nlf merged 1 commit intoljharb:masterfrom
mjackson:regexp-delim
Aug 25, 2014
Merged

Enable using a RegExp as delimiter#22
nlf merged 1 commit intoljharb:masterfrom
mjackson:regexp-delim

Conversation

@mjackson
Copy link
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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