Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
worka committed Feb 29, 2020
1 parent 4550791 commit 1497e43
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
Object for working with url
GET parameters: **simple get**, **simple add**

![GitHub tag (latest by date)](https://img.shields.io/github/v/tag/worka/vanilla-js-url)
[![GitHub stars](https://img.shields.io/github/stars/worka/vanilla-js-url)](https://github.com/worka/vanilla-js-url/stargazers)
[![GitHub issues](https://img.shields.io/github/issues/worka/vanilla-js-url)](https://github.com/worka/vanilla-js-url/issues)
[![GitHub forks](https://img.shields.io/github/forks/worka/vanilla-js-url)](https://github.com/worka/vanilla-js-url/network)

```javascript
jcurl.getParams('example.com?bar=1&foo');
jcurl.addParams('example.com', { bar: 1, foo: 2 });
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vanilla-js-url",
"version": "2.0.0",
"version": "2.0.1",
"devDependencies": {
"@babel/core": "^7.8.6",
"@babel/preset-env": "^7.8.6",
Expand Down

0 comments on commit 1497e43

Please sign in to comment.