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 b440718 commit eafe80aCopy full SHA for eafe80a
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 1.5.0
2
+
3
+- [FEAT] add key-aware decoding capability to the query string decoder via `DecodeKind`
4
5
## 1.4.3
6
7
- [FIX] optimize map merging and percent-encoding logic in `Utils`
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.4.3
+version: 1.5.0
homepage: https://techouse.github.io/qs/
repository: https://github.com/techouse/qs
documentation: https://pub.dev/documentation/qs_dart/latest/
0 commit comments