We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4fe74b commit c8ea3b0Copy full SHA for c8ea3b0
packages/serialize-query-params/CHANGELOG.md
@@ -1,5 +1,13 @@
1
# Changelog
2
3
+## serialize-query-params v2.0.3
4
+
5
+**Fixes**
6
+- Fix types of encodeQueryParams and decodeQueryParams #272
7
+- fix: add encodeDateTime, decodeDateTime exports
8
9
10
11
## serialize-query-params v2.0.2
12
13
**Fixes**
packages/serialize-query-params/package.json
@@ -1,6 +1,6 @@
{
"name": "serialize-query-params",
- "version": "2.0.2",
+ "version": "2.0.3",
"description": "A library for simplifying encoding and decoding URL query parameters.",
"main": "./dist/index.cjs.js",
"types": "./dist/index.d.ts",
0 commit comments