Skip to content

Commit 5d63f91

Browse files
committed
v4.2.0 - improved qs regex, be able to change default regex
- qs is handled a bit better now, more restrictive but better - the constructor function accepts an `defaultRE` parameter which will be the default regular expression used if the parameter did not have one defined with it
1 parent 7e0a24c commit 5d63f91

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "parth",
33
"main": "index.js",
4-
"version": "4.1.0",
4+
"version": "4.2.0",
55
"engines": {
66
"node": ">= 0.10.0"
77
},

0 commit comments

Comments
 (0)