You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,8 @@
1
+
## 1.0.2
2
+
3
+
*[FIX] change `Qs.Decode` return from `Dictionary<object, object?>` to `Dictionary<string, object?>`
4
+
- This change ensures that the query string decoding returns a dictionary with string keys, improving type safety and consistency in handling query parameters.
5
+
1
6
## 1.0.1
2
7
3
8
*[CHORE] Fixed CI pipeline issues in GitHub workflows
0 commit comments