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 3adb1b9 commit d2eb735Copy full SHA for d2eb735
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 1.5.2
2
+
3
+- [FIX] fix `decoder` type and include `throwOnLimitExceeded` in equality check
4
5
## 1.5.0
6
7
- [FEAT] add key-aware decoding capability to the query string decoder via `DecodeKind`
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.5.0
+version: 1.5.1
homepage: https://techouse.github.io/qs/
repository: https://github.com/techouse/qs
documentation: https://pub.dev/documentation/qs_dart/latest/
0 commit comments