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 28eb638 commit 2648677Copy full SHA for 2648677
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 1.3.5
2
+
3
+- [FIX] fix `UriExtension.toStringQs` method to use `queryParametersAll`
4
5
## 1.3.4
6
7
- [FEAT] make `QS.encode` parameter for `EncodeOptions` optional
pubspec.yaml
@@ -1,6 +1,6 @@
name: qs_dart
description: A query string encoding and decoding library for Dart. Ported from qs for JavaScript.
-version: 1.3.4
+version: 1.3.5
homepage: https://techouse.github.io/qs/
repository: https://github.com/techouse/qs
documentation: https://pub.dev/documentation/qs_dart/latest/
0 commit comments