@domonda/query-params
Advanced tools
+8
-0
@@ -6,2 +6,10 @@ # Change Log | ||
| ## [1.5.9](https://github.com/domonda/domonda-js/compare/@domonda/query-params@1.5.8...@domonda/query-params@1.5.9) (2020-07-01) | ||
| **Note:** Version bump only for package @domonda/query-params | ||
| ## [1.5.8](https://github.com/domonda/domonda-js/compare/@domonda/query-params@1.5.7...@domonda/query-params@1.5.8) (2020-05-18) | ||
@@ -8,0 +16,0 @@ |
+2
-2
| { | ||
| "name": "@domonda/query-params", | ||
| "version": "1.5.8", | ||
| "version": "1.5.9", | ||
| "description": "Useful but simple query params manipulator for React.", | ||
@@ -33,3 +33,3 @@ "keywords": [ | ||
| "lodash.pickby": "^4.6.0", | ||
| "query-string": "^6.12.1" | ||
| "query-string": "^6.13.1" | ||
| }, | ||
@@ -36,0 +36,0 @@ "main": "index.js", |
@@ -42,4 +42,3 @@ /** | ||
| if ( | ||
| // eslint-disable-next-line @typescript-eslint/ban-ts-ignore | ||
| // @ts-ignore because the default selector just passes the T back | ||
| // @ts-expect-error: because the default selector just passes the T back | ||
| selectedNextQueryParams === nextQueryParms || // <- optimization to avoid double deep equal check when defaultSelector is used | ||
@@ -46,0 +45,0 @@ !deepEqual(selectedQueryParamsRef.current, selectedNextQueryParams)) { |
23153
0.57%306
-0.33%Updated