File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 3
3
Object for working with url
4
4
GET parameters: ** simple get** , ** simple add**
5
5
6
+ ![ GitHub tag (latest by date)] ( https://img.shields.io/github/v/tag/worka/vanilla-js-url )
7
+ [ ![ GitHub stars] ( https://img.shields.io/github/stars/worka/vanilla-js-url )] ( https://github.com/worka/vanilla-js-url/stargazers )
8
+ [ ![ GitHub issues] ( https://img.shields.io/github/issues/worka/vanilla-js-url )] ( https://github.com/worka/vanilla-js-url/issues )
9
+ [ ![ GitHub forks] ( https://img.shields.io/github/forks/worka/vanilla-js-url )] ( https://github.com/worka/vanilla-js-url/network )
10
+
6
11
``` javascript
7
12
jcurl .getParams (' example.com?bar=1&foo' );
8
13
jcurl .addParams (' example.com' , { bar: 1 , foo: 2 });
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " vanilla-js-url" ,
3
- "version" : " 2.0.0 " ,
3
+ "version" : " 2.0.1 " ,
4
4
"devDependencies" : {
5
5
"@babel/core" : " ^7.8.6" ,
6
6
"@babel/preset-env" : " ^7.8.6" ,
You can’t perform that action at this time.
0 commit comments