@domonda/query-params
Advanced tools
+8
-0
@@ -6,2 +6,10 @@ # Change Log | ||
| ## [1.5.3](https://github.com/domonda/domonda-js/compare/@domonda/query-params@1.5.2...@domonda/query-params@1.5.3) (2020-04-20) | ||
| **Note:** Version bump only for package @domonda/query-params | ||
| ## [1.5.2](https://github.com/domonda/domonda-js/compare/@domonda/query-params@1.5.1...@domonda/query-params@1.5.2) (2020-03-18) | ||
@@ -8,0 +16,0 @@ |
+2
-2
| { | ||
| "name": "@domonda/query-params", | ||
| "version": "1.5.2", | ||
| "version": "1.5.3", | ||
| "description": "Useful but simple query params manipulator for React.", | ||
@@ -36,3 +36,3 @@ "keywords": [ | ||
| "lodash.pickby": "^4.6.0", | ||
| "query-string": "^6.11.1" | ||
| "query-string": "^6.12.1" | ||
| }, | ||
@@ -39,0 +39,0 @@ "main": "index.js", |
+1
-4
@@ -21,6 +21,3 @@ "use strict"; | ||
| function strictUriEncode(str) { | ||
| return encodeURIComponent(str).replace(/[!'()*]/g, (x) => `%${x | ||
| .charCodeAt(0) | ||
| .toString(16) | ||
| .toUpperCase()}`); | ||
| return encodeURIComponent(str).replace(/[!'()*]/g, (x) => `%${x.charCodeAt(0).toString(16).toUpperCase()}`); | ||
| } | ||
@@ -27,0 +24,0 @@ exports.strictUriEncode = strictUriEncode; |
21672
0.79%308
-0.96%Updated